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 outgoing links to external sites, particularly in comment sections where users may post links, it is advisable to use the rel="nofollow" attribute. This helps to prevent abuses where spammers may try to create profiles or bypass CAPTCHAs to gain PageRank.
1:35
🎥 Source video

Extracted from a Google Search Central video

⏱ 2:06 💬 EN 📅 30/09/2013 ✂ 3 statements
Watch on YouTube (1:35) →
Other statements from this video 2
  1. 0:33 Faut-il vraiment bannir le nofollow sur vos liens internes ?
  2. 1:04 Faut-il vraiment nofollow les pages de connexion et les CGV ?
📅
Official statement from (12 years ago)
TL;DR

Google recommends the rel="nofollow" attribute for outgoing links to external sites, especially in areas where users publish content. The goal is to prevent spammers from abusing your site to gain PageRank. In practice, this directive primarily concerns comments, forums, and user-generated content (UGC), but raises questions about the very definition of a "unreliable" link.

What you need to understand

Why does Google emphasize nofollow for external links?

The Google directive aims to protect the integrity of PageRank in the web ecosystem. When a site allows users to post links without strict moderation, it becomes a prime target for spammers looking to manipulate rankings.

The issue is not new: comment sections, user profiles, and forums have always been vectors for link spam. Google requires webmasters to set a technical barrier via rel="nofollow" so that these links do not pass SEO juice, even if the page hosting them has authority.

This recommendation is part of a logic of editorial responsibility. If you do not manually check every link posted on your site, you need to inform Google that you do not endorse these destinations. Otherwise, you risk being seen as complicit in artificial link schemes.

Which areas of the site are truly affected?

Google explicitly mentions comment sections, but the logic extends to any space where user-generated content (UGC) can be published: forums, Q&A areas, member profiles, participatory directories, internal wikis, and even some poorly secured form fields.

The term "unreliable external links" remains vague. Is a link to Wikipedia reliable? Yes. A link to an unknown blog posted by an anonymous commenter? Not so much. The criterion is not the destination, but the level of editorial control you exert over the link.

Is nofollow enough to protect a site from spam?

No, and this is where many go wrong. Nofollow prevents the transfer of PageRank but does not prevent the indexing of the destination page or the crawling of the link by Googlebot. It's an SEO measure, not a security measure.

A spammer can still use your site to generate traffic, spread malware through trap URLs, or simply pollute your user experience. Nofollow should be accompanied by CAPTCHA, moderation, anti-spam filters, and sometimes even blacklists of URLs or domains.

  • Main risk area: comments, forums, UGC profiles
  • Recommended technical attribute: rel="nofollow" or rel="ugc" (a variant introduced to clarify usage)
  • Nofollow limitation: protects only against the transfer of PageRank, not spam itself
  • Editorial responsibility: you implicitly endorse any link without nofollow on your site
  • Consequence of untreated abuse: manual or algorithmic penalty for outgoing artificial links

SEO Expert opinion

Is this directive consistent with real-world observations?

Yes, but with an important nuance: since Google has transformed nofollow into a "hint" rather than a strict directive, its effectiveness has become less binary. Previously, a nofollow link transmitted no PageRank. Now, Google reserves the right to interpret it as it sees fit.

In practice, most sites that rigorously apply nofollow on UGC do not suffer penalties related to abusive outgoing links. However, there are also cases where Google ignores nofollow on high-authority sites and still follows certain links, likely to discover new content. [To be verified]: the exact degree of Google's obedience to the nofollow hint remains opaque.

What are the blind spots of this recommendation?

Google does not specify how to handle editorial links to external sources that you deem relevant but not solid enough for a dofollow. Should everything be nofollow by default? No, that would be counterproductive: outgoing links to quality sources enhance the semantic credibility of your content.

The other blind spot concerns affiliate links. Google recommends rel="sponsored" or rel="nofollow", but says nothing about cases where an affiliate link points to a site that is objectively relevant and of high quality. The signal becomes ambiguous: you must mark the link as commercial, but it could also enhance your topical authority if transmitted as dofollow.

Finally, this directive completely ignores grey link exchange contexts: guest posts, editorial partnerships, links inserted into third-party resources. Google says "use nofollow for UGC", but what about semi-controlled content published by external contributors? The line becomes blurry.

Should this rule be applied dogmatically?

No, and this is where on-the-ground experience takes precedence over doctrine. A niche site that manually moderates every comment and checks each link can afford to leave some links as dofollow if the destination provides real value. This is even recommended to encourage quality contributions.

Conversely, a site that receives hundreds of comments per day must automate nofollow by default, possibly allowing some links to become dofollow after manual review. The risk of letting spam slip through outweighs the hypothetical benefit of an additional outgoing link.

Attention: Google may penalize a site if suspicious outgoing link patterns appear, even with nofollow. If your site becomes a hub for redirecting to spam sites (even in nofollow), the algorithm may interpret this as an attempt to manipulate or a compromised site.

Practical impact and recommendations

What should be done concretely on an existing site?

First step: audit all UGC areas of your site. Identify sections where users can publish links: comments, forums, profiles, directories, public contact forms. Check if these links are already set to nofollow or ugc.

If not, modify the template or CMS to automatically apply rel="ugc" or rel="nofollow" to all links in these areas. WordPress has been doing this by default for years, but many custom CMS or modified themes do not implement it correctly.

How to handle editorial outgoing links without shooting yourself in the foot?

Clearly distinguish controlled editorial content (articles written by your team) from unmoderated user content. In your articles, prioritize dofollow links to quality sources: studies, official data, academic references, authoritative sites in your niche.

For commercial or affiliate links, use rel="sponsored" instead of pure nofollow. Google appreciates transparency and may even favor a site that correctly marks its monetized links. Don't routinely nofollow every outgoing link: this sends a signal of distrust that can harm your semantic credibility.

What mistakes to avoid when implementing nofollow?

Classic mistake: applying nofollow to all outgoing links, including editorial ones, out of fear of "losing juice." This is counterproductive. Google values sites that cite their sources and point to relevant resources. A site that only has internal links and nofollow outgoing looks suspicious.

Another trap: using JavaScript to hide links instead of nofollow. Google crawls JS and may interpret this as an attempt at cloaking. If you want to block a link, do it cleanly with the HTML attribute, not with technical tricks.

  • Complete audit of UGC areas: comments, forums, profiles, public forms
  • Automatic application of rel="ugc" or rel="nofollow" to all UGC links
  • Verification that the CMS/template correctly implements the attribute (inspect the source code)
  • Maintain dofollow on editorial links to quality sources
  • Use rel="sponsored" for affiliate links and commercial partnerships
  • Implement CAPTCHA and anti-spam moderation alongside nofollow
Nofollow on UGC is an established SEO best practice, but its application should be thoughtful and contextualized. A site that blindly nofollow all its outgoing links deprives itself of an important relevance signal. The technical implementation can be complex depending on the site's architecture, especially if you manage multiple types of UGC or hybrid editorial/contributory systems. If you are unsure about the optimal configuration for your case, engaging an experienced SEO agency can provide precise auditing and a calibrated outgoing link strategy tailored to your content model.

❓ Frequently Asked Questions

Quelle est la différence entre rel="nofollow" et rel="ugc" ?
Les deux empêchent la transmission de PageRank, mais rel="ugc" (User Generated Content) indique explicitement à Google que le lien provient d'un contenu utilisateur. C'est plus précis et peut aider Google à mieux comprendre la nature du lien.
Le nofollow protège-t-il vraiment mon site d'une pénalité pour liens sortants spam ?
Oui, dans la majorité des cas. Si vous appliquez le nofollow sur l'UGC et que du spam passe quand même, Google considère que vous avez pris des mesures raisonnables. Mais si votre site devient un hub de redirection spam massif, même en nofollow, une action manuelle reste possible.
Dois-je mettre nofollow sur tous les liens sortants de mes articles éditoriaux ?
Non, c'est même déconseillé. Les liens éditoriaux vers des sources de qualité renforcent votre crédibilité sémantique et peuvent améliorer votre ranking. Réservez le nofollow à l'UGC, aux liens commerciaux (ou sponsored), et aux destinations que vous ne cautionnez pas.
Comment vérifier que le nofollow est bien appliqué sur mon site ?
Inspectez le code source HTML d'une page avec commentaires ou UGC. Cherchez les balises <a> dans ces sections et vérifiez la présence de rel="nofollow" ou rel="ugc". Vous pouvez aussi utiliser des extensions navigateur comme NoFollow ou SEOquake pour visualiser les liens nofollow.
Le nofollow est-il encore efficace depuis que Google l'a transformé en "hint" ?
Oui, Google respecte généralement le hint nofollow et ne transmet pas de PageRank via ces liens. Cependant, Google se réserve le droit de suivre ces liens pour découvrir de nouveaux contenus, ce qui peut créer une incertitude sur leur traitement exact dans certains contextes.
🏷 Related Topics
Domain Age & History AI & SEO JavaScript & Technical SEO Links & Backlinks Penalties & Spam

🎥 From the same video 2

Other SEO insights extracted from this same Google Search Central video · duration 2 min · published on 30/09/2013

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