What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 5 questions

Less than a minute. Find out how much you really know about Google search.

🕒 ~1 min 🎯 5 questions

Official statement

For affiliate links, Google recommends using the rel=nofollow attribute to avoid webspam issues.
13:27
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h04 💬 EN 📅 29/07/2016 ✂ 10 statements
Watch on YouTube (13:27) →
Other statements from this video 9
  1. 1:43 Comment le PageRank se transmet-il réellement à travers les redirections ?
  2. 4:43 Les refonte et redirections massives tuent-elles vraiment votre visibilité SEO ?
  3. 4:50 Faut-il soumettre un sitemap temporaire avec les anciennes et nouvelles URL lors d'une migration ?
  4. 6:25 Les redirections 3xx font-elles vraiment perdre du PageRank ?
  5. 7:45 Faut-il vraiment renvoyer un 404 sur vos pages de contenu expiré plutôt que rediriger vers l'accueil ?
  6. 19:43 Faut-il vraiment utiliser rel=canonical pendant un test A/B ?
  7. 38:08 Pourquoi votre nombre de pages indexées ne correspond jamais au total de vos URL ?
  8. 53:28 Le texte en bas de page aide-t-il vraiment votre SEO ou Google l'ignore-t-il ?
  9. 61:36 Faut-il vraiment héberger son blog SEO sur un sous-domaine plutôt que dans le site principal ?
📅
Official statement from (9 years ago)
TL;DR

Google recommends using the rel=nofollow attribute on affiliate links to avoid webspam penalties. This guideline aims to prevent the manipulation of PageRank through commercial links. In practice, a site monetizing content with affiliate programs should label these links, but the on-ground reality shows that the sponsored attribute is now more suitable and certain use cases remain in a gray area.

What you need to understand

Why does Google stress nofollow for affiliate links?

Google's position is based on a fundamental principle: affiliate links are commercial links that should not influence organic ranking. An affiliate link is not a natural editorial vote; it is a monetary transaction disguised as a recommendation.

This statement is part of Google's long-standing battle against artificial link schemes. Affiliate programs have long been misused to create paid backlink farms, where the only goal was to boost the merchant's PageRank, not to inform the user.

What is the difference between nofollow and the new attributes?

Google introduced two additional attributes in 2019: rel=sponsored and rel=ugc. Sponsored is specifically designed for paid and affiliate links, unlike the historic nofollow which was a catch-all.

Technically, using rel=nofollow is still accepted, but rel=sponsored provides semantic clarity. Google can better understand the context of the link and refine its algorithmic treatment. A site using sponsored shows that it grasps the nuances, which is never a bad signal to send.

Does this rule apply to all types of monetization?

The official answer is yes, but the on-ground reality is more complex. Google refers to traditional affiliate links (Amazon Associates, CJ, Awin), but what about paid editorial partnerships where you genuinely recommend a tool you really use?

The gray area involves authentic reviews with commission. If your product review is honest, thorough, and the affiliate link is secondary to the value of the content, some practitioners argue that a dofollow link remains defensible. Google has never publicly clarified this specific case.

  • Affiliate links must be tagged with rel=nofollow or rel=sponsored to meet official guidelines
  • The sponsored attribute provides more semantic context than the generic nofollow
  • Paid partnerships, even editorial ones, theoretically fall into this category
  • Not marking these links exposes you to manual penalties for link schemes
  • The distinction between editorial links and commercial links remains blurry in some borderline cases

SEO Expert opinion

Is this guideline consistent with real-world observations?

Yes and no. Sites that strictly adhere to this rule don't seem to rank better than those that take liberties. Manual penalties for unmarked affiliate links are rare, unless the site is clearly a shell filled with Amazon links.

The algorithmic reality is that Google likely detects these links automatically through URL patterns (tracking parameters, known domains). A link to amazon.fr/dp/XXXXX?tag= is identifiable without an attribute. The attribute mainly serves to avoid manual action if your site slips under a quality rater's radar.

What are the real risks of not following this recommendation?

The main risk is a manual action for unnatural links. If a human reviewer comes across your site and sees 50 affiliate links in dofollow without editorial value, you receive a penalty. Recovery? Disavow the links or add nofollow, then request a reevaluation. This takes weeks.

The algorithmic risk is more diffuse. [To be confirmed] Some SEOs suspect that sites heavily laden with affiliates without attributes see their trust score gradually degraded, but Google has never confirmed the existence of such an explicit score. The observed correlations can be explained otherwise: low-quality sites doing affiliate = bad content = poor ranking.

In what cases is this rule counterproductive?

Imagine a detailed technical comparison of 3000 words with tests, screenshots, comparison tables, and 2 affiliate links at the end of the article. The content provides real value, and the link is a logical consequence of the recommendation. Adding nofollow here signals to Google that you do not editorially validate this link, which is false.

Some experts argue that an editorial link can coexist with a commission. The conflict of interest must be disclosed to the user (clear mention), but the link remains a vote. Google publicly rejects this nuance, yet its own guidelines talk about "paid links that manipulate PageRank," not all paid links. [To be confirmed] Is manipulation automatic as soon as money is involved?

Caution: if you choose not to follow this directive on strong editorial content, document your decision and ensure the affiliate link/natural editorial link ratio remains very low across the site. A site where 80% of external links are affiliates will be penalized, regardless of these nuances.

Practical impact and recommendations

What should you do concretely on an existing site?

Start with a clean audit of all outgoing links to affiliate programs. Use Screaming Frog or an equivalent crawler, filter URLs containing typical tracking parameters (tag=, ref=, aff=). Export the list and manually check the current rel attributes.

For each identified link, add rel="sponsored" (or nofollow if you prefer to play it safe old-school). If you use WordPress, plugins like Pretty Links or ThirstyAffiliates can manage this centrally without modifying each article manually. Be cautious: some themes or builders inject JS that alters attributes on the client side, check the final rendered HTML.

What technical mistakes should be absolutely avoided?

Common mistake: stacking attributes incorrectly. rel="nofollow sponsored" (space, not comma) is correct. rel="nofollow, sponsored" with a comma does not work. And above all, do not mix syntaxes: no rel="nofollow" and a data-nofollow="true" in parallel, which serves no purpose.

Another trap: 301 redirects to affiliate links. If you use your own domain to mask affiliate URLs (e.g., tonsite.com/go/product redirects to Amazon), the link on your page should point to tonsite.com/go/product with sponsored, not directly to Amazon. The redirect itself does not need an attribute; it is the source HTML link that matters.

How to check that the implementation is correct?

Use the Search Console to monitor manual actions. If you've just added attributes following a correction, submit a reevaluation request via the interface. Google typically takes a few days to process, sometimes a few weeks if your site is large.

From a technical standpoint, inspect a few key pages with the URL inspection tool and look at the rendered HTML. Chrome DevTools (Elements tab) also shows you the final DOM after JS execution. If you see rel="" empty or absent on an affiliate link in production, it's a red flag.

  • Audit all outgoing links containing affiliate tracking parameters
  • Add rel="sponsored" or rel="nofollow" to each identified affiliate link
  • Verify that plugins/scripts do not remove attributes on the client side
  • Test the final rendered HTML with Chrome DevTools or Screaming Frog
  • Document paid editorial links that raise questions for case-by-case decisions
  • Monitor the Search Console for any manual action post-deployment
Properly marking affiliate links is a seemingly simple technical task, but it requires rigor and consistency across the entire site. Between the initial audit, manual corrections or via plugins, final rendering verification, and Search Console monitoring, the process can quickly become time-consuming on a site with hundreds of monetized pages. If the complexity of this compliance seems difficult to manage in-house, hiring a specialized SEO agency could save you time and ensure flawless implementation, while avoiding technical errors that expose you to penalties.

❓ Frequently Asked Questions

Dois-je mettre nofollow sur tous mes liens Amazon Associates ?
Oui, tous les liens Amazon Associates (ou tout autre programme d'affiliation) doivent porter rel="nofollow" ou rel="sponsored". Google considère ces liens comme commerciaux, ils ne doivent pas transmettre de PageRank.
Quelle différence entre nofollow et sponsored pour les liens affiliés ?
Les deux sont acceptés par Google, mais rel="sponsored" est sémantiquement plus précis pour les liens payants. Il aide Google à mieux comprendre le contexte, mais nofollow reste valide si tu préfères simplifier.
Un lien affilié avec nofollow transmet-il quand même du trafic ?
Oui, l'attribut nofollow n'empêche pas les clics utilisateurs ni le trafic referral. Il indique seulement à Google de ne pas suivre ce lien pour le calcul du PageRank. Le tracking de conversion fonctionne normalement.
Puis-je être pénalisé si j'oublie nofollow sur quelques liens ?
Le risque est faible pour quelques oublis isolés sur un site avec du contenu de qualité. La pénalité manuelle intervient généralement quand le pattern est massif et que le site ressemble à une ferme de liens.
Les partenariats rémunérés sans commission entrent-ils dans cette catégorie ?
Oui, tout lien payant ou échangé contre compensation doit être marqué nofollow ou sponsored, même sans commission directe. Google inclut les posts sponsorisés, les échanges de liens, et tout arrangement commercial dans cette règle.
🏷 Related Topics
AI & SEO JavaScript & Technical SEO Links & Backlinks Penalties & Spam

🎥 From the same video 9

Other SEO insights extracted from this same Google Search Central video · duration 1h04 · published on 29/07/2016

🎥 Watch the full video on YouTube →

Related statements

💬 Comments (0)

Be the first to comment.

2000 characters remaining
🔔

Get real-time analysis of the latest Google SEO declarations

Be the first to know every time a new official Google statement drops — with full expert analysis.

No spam. Unsubscribe in one click.