/
Does Google's rel="sponsored" Rule Apply to Influencer and Affiliate Links? What It Actually Requires
Guide
Strategy
Both
Yes — if the link is a paid recommendation, an affiliate link, or a link a creator received something of value to include, Google's own documentation says it must be marked with rel="sponsored" (or alternatively rel="nofollow"). The rule applies to links on a website or blog that Google crawls and indexes — not a link in an Instagram bio or a TikTok video. The markup is not the same thing as legally required ad disclosure; they're two separate requirements that can both apply at once.
According to Google's own developer documentation, a link that is an advertisement, a sponsorship, or otherwise a paid placement — including an ordinary affiliate link — should be marked with the rel="sponsored" attribute on the <a> tag itself. The requirement applies to links on a website or blog that Google actually crawls and indexes: an article, a review, a "best products" list, or a landing page. It does not apply to a link in an Instagram bio, a TikTok video, or a Stories swipe-up — those aren't indexed by Google the same way, and the attribute has no function there. Important to keep separate: rel="sponsored" is a technical SEO requirement from Google. It is not the same thing as the legally required ad disclosure owed to consumers — see influencer marketing disclosure rules in Denmark and the EU for that separate requirement. The two can and should both apply on the same link, but one doesn't replace the other.
The rel="sponsored" attribute exists because for years Google had only one tool for marking a link as "not a ranking endorsement": rel="nofollow", introduced in 2005 as an industry-wide response to comment spam. The problem was that nofollow lumped three genuinely different situations into one attribute: a paid link, a user-generated link (a comment, a forum post), and a link an owner simply didn't want to vouch for. In September 2019, Google introduced two new, more specific values to clean that up: rel="sponsored" for paid and commercial links, and rel="ugc" for user-generated content such as comments and forum posts. nofollow still lives on as the general category to use when neither sponsored nor ugc specifically fits, but you still don't want to vouch for the link. All three attributes can be used together in one list, separated by spaces or commas — Google's own documentation shows examples like rel="ugc nofollow" and rel="ugc,nofollow".
Google's own link spam policy defines link spam as links created primarily to manipulate ranking — and explicitly names "buying or selling links for ranking purposes" and "sending someone a product in exchange for them writing about it" as examples. That last point hits most influencer collaborations directly: a free product sent to a creator who then writes a review linking to the brand's page is, by Google's own definition, a paid placement — see how the same scenario is assessed under ad-disclosure law in gifting vs paid collaborations. The following link types need marking:
| Link type | Needs marking? | Why |
|---|---|---|
| Affiliate link to a product (commission per sale) | Yes — rel="sponsored" | The link is directly tied to a payment (commission) |
| Link in a paid collaboration/sponsored blog post | Yes — rel="sponsored" | The link is part of a paid placement |
| Link in a review written after receiving a free product | Yes — rel="sponsored" | Google counts "product in exchange for a mention" as a paid placement, per its link spam policy |
| A link from another website to your page, as part of a paid "guest post" deal | Yes — rel="sponsored" | Paid placement, regardless of which side the link sits on |
| An ordinary editorial link to a source, unpaid | No | No commercial agreement behind the link |
| An internal link between two pages on your own site | No | The rule only applies to links to other domains in a paid/commercial context |
| A link in an Instagram bio, TikTok video, or Stories | Not applicable | Google doesn't crawl and index platform content the same way it does a website |
| Attribute | Google recommends it for | Typical influencer/affiliate use |
|---|---|---|
| rel="sponsored" | Links created as part of ads, sponsorships or other compensation | Affiliate links, paid blog posts, product-for-mention deals |
| rel="nofollow" | Links where the other two values don't specifically fit, but you still don't want to vouch for the destination | A link to a source you're citing but not endorsing |
| rel="ugc" | Links inside user-generated content, e.g. comments and forum posts | A reader's own link in a comment under a review |
| No rel attribute ("ordinary" link) | Editorial links with no commercial or user-generated origin | A link to a source or another Academy article, not paid for |
Google's own example markup for an affiliate link reads: <a rel="sponsored" href="https://cheese.example.com/product">Product name</a>.
Google is explicit in its own spam policy: "it's not a violation of our policies to have such links as long as they are qualified with a rel=\"nofollow\" or rel=\"sponsored\" attribute value to the <a> tag." The flip side is that a paid or commercial link carrying neither attribute falls under the link spam policy — which Google describes as "buying or selling links that pass ranking credit." The consequence, per Google itself, is that "sites that violate our policies may rank lower in results or not appear in results at all" — either through the ordinary algorithmic system or through a manual action from Google's spam team. There's no published list of how many unmarked links typically triggers that, and Google hasn't published an automatic threshold — it's a policy, not a formula.
Here's a nuance that's often misunderstood: Google's own documentation states that links marked with these rel attributes "will generally not be followed" — not an absolute promise that Google never looks at the link at all. From a change that took effect on March 1, 2020, Google treats nofollow, sponsored and ugc as hints for crawling, indexing and ranking — not as a binding, technical directive the way it worked from 2005 to 2020. In practice, that means Google may choose to crawl or factor in a marked link as one signal among many, even though the main rule is still that a sponsored link shouldn't pass ranking credit to the destination page. The practical consequence for you as a creator or brand is small: marking the link is still the correct and expected signal to send, regardless of whether Google in practice always follows it 100% literally.
The implementation itself is plain HTML — it doesn't require a specific CMS or plugin, but most modern CMSs and link-building/affiliate plugins offer a setting to automatically add the attribute to outbound links. The basic format:
<a rel="sponsored" href="...">link text</a><a rel="sponsored nofollow" href="...">link text</a> — the two values don't cancel each other out.<a rel="sponsored ugc" href="...">link text</a>If your content runs through an affiliate network like Awin, Impact.com or Everflow, the tracking link itself is typically generated by the network — but the technical responsibility for putting rel="sponsored" on the actual HTML link on your page sits with you or your CMS, not with the network. See choosing an affiliate tracking network for how those networks generally work.
In Make Influence's experience, this is one of the technical SEO requirements brands and creators most often overlook, because it sits somewhere between legal ad disclosure (which everyone knows about) and pure technical SEO (which fewer people actively work with). Our recommendation for any creator or brand running a website or blog with affiliate or sponsored links: build it into the publishing workflow as a standing step, in the same place you already check ad disclosure — not as an afterthought. Most modern CMSs and link-building plugins can set the attribute automatically on outbound links to specific domains or URL patterns, turning it into a one-time setup instead of a manual task for every post.
Google's own documentation accepts both as valid for paid links, but recommends sponsored as the more precise value, because it tells Google specifically that the link is a paid placement — not just a general "I don't vouch for this" marker.
Yes. Google's link spam policy explicitly names "sending someone a product in exchange for them writing about it" as a paid placement, regardless of whether money was also exchanged.
No — the attribute is an HTML property for links Google crawls on a website. It has no function inside an app like Instagram or TikTok. The legally required ad disclosure in the post itself still applies, regardless of platform — see influencer marketing disclosure rules in Denmark and the EU.
Yes. Google's own documentation shows examples like rel="ugc nofollow" and rel="sponsored nofollow" — the values can be combined, separated by spaces or commas.
Google hasn't published a threshold for how many unmarked links triggers a consequence. The policy describes a pattern of bought/paid links passing ranking credit as a violation — not necessarily a single mistake. That doesn't change that the correct practice is to mark every paid link consistently.
No. Google treating the attribute as a hint it may choose to use alongside other signals doesn't change that an unmarked paid link still falls under the link spam policy. Hint status is about how literally Google follows the signal technically — not about whether the requirement to mark it still applies.
No, these are two separate topics. This article covers how a single outbound link should be technically marked. How content gets cited by an AI answer engine at all is a separate question — see how influencer content gets cited in Google AI Overviews and other answer engines for that discussion.
A tracking link (such as a Make Influence link or a link from an affiliate network) is typically exactly the kind of commercial, paid link this rule is about — but the tracking mechanics themselves (cookies, click ID, IP fallback) are a completely separate technical process from the HTML markup; see how influencer tracking actually works and discount codes vs tracking links for how the tracking side works.
Make Influence
Find creators with real audience data, run collaborations in one place, and see clicks and sales per creator while the campaign is live.
Book a demoCreate accountMake Influence
Apply to campaigns from brands that are actively looking, follow your own clicks and sales, and get paid without chasing invoices.
Create creator profileMore creator guidesMake Influence
Briefs, agreed terms, tracking links and results sit together — so brands and creators see the same numbers.
See how it worksBrowse the Academy