Academy

/

Does Google's rel="sponsored" Rule Apply to Influencer and Affiliate Links? What It Actually Requires

Guide

Strategy

Both

Does Google's rel="sponsored" Rule Apply to Influencer and Affiliate Links? What It Actually Requires

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.

Short answer: yes, if the link is paid or commercial — and it's a separate requirement from ad disclosure

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.

Where the rule comes from, and what it fixed

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".

Which influencer and affiliate links actually need to be marked?

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 typeNeeds 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 postYes — rel="sponsored"The link is part of a paid placement
Link in a review written after receiving a free productYes — 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" dealYes — rel="sponsored"Paid placement, regardless of which side the link sits on
An ordinary editorial link to a source, unpaidNoNo commercial agreement behind the link
An internal link between two pages on your own siteNoThe rule only applies to links to other domains in a paid/commercial context
A link in an Instagram bio, TikTok video, or StoriesNot applicableGoogle doesn't crawl and index platform content the same way it does a website

rel="sponsored" vs. rel="nofollow" vs. rel="ugc" vs. no attribute

AttributeGoogle recommends it forTypical influencer/affiliate use
rel="sponsored"Links created as part of ads, sponsorships or other compensationAffiliate 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 destinationA link to a source you're citing but not endorsing
rel="ugc"Links inside user-generated content, e.g. comments and forum postsA reader's own link in a comment under a review
No rel attribute ("ordinary" link)Editorial links with no commercial or user-generated originA 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>.

What happens if a paid link is NOT marked?

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.

Is this a binding directive, or "just" a signal Google may choose to use?

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.

How to actually add the attribute

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 single affiliate link: <a rel="sponsored" href="...">link text</a>
  • A link that's both paid and should behave like nofollow: <a rel="sponsored nofollow" href="...">link text</a> — the two values don't cancel each other out.
  • A paid link inside a guest blog's comment field (both apply at once): <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.

Decision framework: does this specific link need marking?

  • IF the link earns you commission, a fee, or is part of a paid collaboration → set rel="sponsored".
  • IF you received the product for free in exchange for writing about it → set rel="sponsored", regardless of whether cash also changed hands.
  • IF the link is an ordinary source citation with no commercial agreement → no rel attribute is needed.
  • IF the link sits inside a reader's own comment → set rel="ugc" instead, not sponsored.
  • IF the link is in an Instagram bio, a TikTok video, or a Stories swipe-up → the attribute doesn't apply there; focus instead on the legally required ad disclosure in the post itself, per influencer marketing disclosure rules in Denmark and the EU.

Common mistakes

  • Assuming rel="sponsored" replaces ad disclosure. It doesn't — one is a technical SEO signal to Google, the other is a legal requirement toward the consumer. Both can be required on the same link.
  • Assuming the requirement only applies to "real" ads, not gifts. Google's own policy explicitly names "sending someone a product in exchange for them writing about it" as a paid placement.
  • Using rel="ugc" on your own affiliate link. UGC is for other people's content on your site (comments), not your own paid links.
  • Assuming an Instagram or TikTok bio link needs the same markup. The rule applies to crawlable websites, not platform content.
  • Leaving an entire affiliate site unmarked because "it's obviously an affiliate site." Google looks at the individual link, not the site's overall purpose.

Make Influence's operational perspective

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.

FAQ

Should I use rel="sponsored" or rel="nofollow" for an affiliate link?

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.

Does the requirement apply if I only received the product for free and no money changed hands?

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.

Does a link in my Instagram bio or TikTok video need rel="sponsored"?

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.

Can I use multiple rel values on the same link?

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.

Will my link be penalized if I forget to mark it once?

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.

Does "hint" instead of "directive" mean I might as well not mark the link?

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.

Is this the same thing as being cited in Google AI Overviews or other AI answer engines?

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.

What does this have to do with influencer tracking links?

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

Want influencer marketing to be easier?

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 account

Make Influence

Get paid for the audience you built

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 guides

Make Influence

One place for the whole collaboration

Briefs, agreed terms, tracking links and results sit together — so brands and creators see the same numbers.

See how it worksBrowse the Academy