What does Google say about SEO? /
Quick SEO Quiz

Test your SEO knowledge in 3 questions

Less than 30 seconds. Find out how much you really know about Google search.

🕒 ~30s 🎯 3 questions 📚 SEO Google

Official statement

When hreflang code is applied to noindex or redirecting pages, Google ignores these specific pages in the hreflang linkage.
2:15
🎥 Source video

Extracted from a Google Search Central video

⏱ 57:49 💬 EN 📅 21/02/2020 ✂ 15 statements
Watch on YouTube (2:15) →
Other statements from this video 14
  1. 5:04 Le texte superflu sur les pages produits peut-il nuire à votre classement dans Google ?
  2. 7:15 Peut-on vraiment bloquer son site de Google Discover dans certains pays ?
  3. 9:33 Le texte alternatif doit-il vraiment décrire l'image plutôt qu'optimiser vos mots-clés ?
  4. 12:12 Les transactions e-commerce influencent-elles le classement Google ?
  5. 16:55 Faut-il vraiment désavouer tous ces backlinks « toxiques » ?
  6. 23:45 URL et balises title : faut-il vraiment choisir entre les deux pour optimiser son SEO ?
  7. 23:52 Faut-il vraiment ajouter des breadcrumbs structurés sur la page d'accueil ?
  8. 25:49 Hreflang protège-t-il vraiment du duplicate content entre pays ?
  9. 30:04 Google remplace-t-il vraiment vos meta descriptions par du contenu navigationnel ?
  10. 32:10 Pourquoi le rapport d'ergonomie mobile ne couvre-t-il qu'un échantillon de vos pages ?
  11. 34:25 Pourquoi Google crawle-t-il moins votre site après une mise à jour algorithmique ?
  12. 36:57 Le link building « stable sur le long terme » est-il vraiment un signal d'alarme pour Google ?
  13. 43:40 Migrer vers une nouvelle plateforme : faut-il craindre un impact négatif sur vos rankings ?
  14. 47:02 Le contenu dupliqué pénalise-t-il vraiment votre référencement naturel ?
📅
Official statement from (6 years ago)
TL;DR

Google completely ignores noindex or redirecting pages in the hreflang chain. Specifically, if your FR page is set to noindex and points to an EN version via hreflang, Google will not consider that connection. Clean up your hreflang annotations to only keep indexable and accessible pages — the rest pollutes your implementation without adding value.

What you need to understand

Why does Google ignore these pages in hreflang?

Google's logic is simple: hreflang is meant to indicate indexable alternatives for the same content in different languages or regions. If a page is noindex, it shouldn’t appear in the SERPs — so why should Google consider it a valid alternative?

Similarly for redirects. A page that redirects is not a final destination. Google follows the redirection and evaluates the destination page, not the intermediate URL. Including these URLs in your hreflang annotations is like giving instructions about pages that don’t really exist.

What does it change for understanding international signals?

In a clean hreflang cluster, each URL must be indexable, accessible with a HTTP 200 status, and point reciprocally to its alternatives. If one of the URLs in the cluster is noindex or redirects, the cluster becomes shaky — Google may decide to ignore all annotations or keep only the valid URLs.

This also means that if you have set a language version to noindex because it is unfinished but left it in the hreflang "for later", Google will never see it as an alternative. You’re creating confusion for nothing.

How does Google handle incomplete hreflang clusters?

When Google encounters a cluster where some pages are noindex or redirecting, it mentally reconstructs a "clean" cluster by excluding those URLs. The risk is that it no longer understands the intended structure — especially if multiple pages in the cluster are invalid.

In the worst-case scenario, Google might consider that the hreflang is poorly implemented and completely ignore your annotations, relying on its own signals (server geolocation, content language, ccTLD). You then lose control over geographical and linguistic targeting.

  • Noindex or redirecting pages are excluded from the hreflang cluster — Google ignores them in the chain of alternatives.
  • A hreflang cluster must only consist of indexable pages with HTTP 200 status — any invalid URL weakens understanding.
  • Google may ignore all annotations if the cluster is too degraded — it's better to have a clean hreflang than a polluted one.
  • Redirects are followed, but the intermediate URL doesn't count — only the final destination can be considered.
  • Regularly cleaning your hreflang annotations is essential — especially after migrations, site merges, or page deletions.

SEO Expert opinion

Is this rule consistent with real-world observations?

Totally. In practice, we regularly see sites with hreflang clusters polluted by noindex URLs or orphaned redirects. The result: Google serves the wrong language version, or worse, completely ignores hreflang and relies on IP geolocation.

What’s less documented is Google's tolerance: how many invalid URLs in a cluster does Google tolerate? Mueller doesn’t specify. On sites with 50+ languages, we’ve observed that if 2-3 URLs out of 50 are noindex, Google continues to process the cluster — but with sporadic errors. [To be verified]: the exact threshold of acceptable degradation.

What nuances should be added to this statement?

First point: Google "ignores" these pages, but it does not penalize the rest of the cluster — at least theoretically. In practice, a poorly structured cluster can lead to a loss of trust in your annotations, and Google may choose to rely on its internal signals rather than your hreflang.

Second nuance: temporary redirects (302) versus permanent (301). Mueller does not differentiate, but in practice, a 301 is more likely to be "understood" by Google as a true redirect, while a 302 can create ambiguity. In both cases, the source URL is ignored in hreflang.

In what cases does this rule pose problems in practice?

Classic case: e-commerce sites with deindexed category pages to avoid cannibalization, yet left in hreflang "just in case". Problem: Google never sees them as valid alternatives, and users land on the wrong language.

Another scenario: poorly managed international site migrations. You redirect old URLs → new URLs, but leave the old ones in hreflang for months. Google follows the redirect but does not consider the old URL in the cluster — and if the new is not in hreflang, the link is broken.

Warning: if you have a site with many historical redirects (mergers, redesigns), regularly audit your hreflang. A common mistake is to leave outdated annotations pointing to redirected URLs — Google ignores them, and your international targeting goes awry.

Practical impact and recommendations

What should be done concretely to clean up hreflang?

First action: crawl all your URLs present in your hreflang annotations (HTML tags, HTTP headers, XML sitemap) and check their HTTP response code. Any URL in 301, 302, 404, 410, or with a noindex tag must be removed.

Then, check the reciprocity of annotations. If the FR page points to the EN page via hreflang, the EN page must point back to the FR page. If either one is invalid, the cluster is broken. Use a script or a tool (Screaming Frog, OnCrawl, Botify) to detect asymmetries.

What errors should absolutely be avoided in managing hreflang?

Error #1: leaving noindex URLs in hreflang "just in case". This serves no purpose — Google ignores them. If a page isn't ready, don't put it in the cluster. Wait until it's indexable.

Error #2: failing to update hreflang after a redirect. You redirect /fr/ancien-produit → /fr/nouveau-produit, but leave /fr/ancien-produit in hreflang. Google follows the redirect but does not consider the old URL — and if the new one is not annotated, you lose the link.

How to ensure that implementation remains clean over the long term?

Set up automated monitoring. Crawl your hreflang pages every week and alert if any error URLs appear. You can also cross-reference your server logs with your annotations: if Googlebot crawls a hreflang URL that returns a 301 or a noindex, you have a problem.

Another good practice: document your hreflang management rules in an internal runbook. When a developer deletes a page or implements a redirect, they need to know that they must also update hreflang. Otherwise, you’re accumulating invisible technical debt.

This type of audit and maintenance can quickly become time-consuming on complex multi-language sites. Hiring an SEO agency specializing in international SEO allows you to benefit from advanced monitoring tools and tailor-made support to ensure the consistency of your hreflang annotations over time.

  • Crawl all the URLs present in your hreflang annotations and check their HTTP code and indexability
  • Immediately remove any URL in noindex, 301, 302, 404, or 410 from the hreflang cluster
  • Check the reciprocity of annotations: each page must point to its alternatives and be pointed back
  • Implement automated monitoring to detect errors as soon as they appear
  • Document hreflang management rules in an internal runbook for technical teams
  • Audit hreflang after each migration, redesign, or deletion of important pages
In summary: a clean hreflang = indexable URLs, in HTTP 200, with perfect reciprocity. Everything else is noise that Google ignores — and can degrade the understanding of your international structure. Regularly clean, automate monitoring, and treat hreflang as a critical asset of your international SEO.

❓ Frequently Asked Questions

Si une page est en noindex mais accessible en HTTP 200, Google l'ignore-t-il quand même dans le hreflang ?
Oui, totalement. Le code HTTP 200 ne suffit pas — si la page porte une directive noindex (balise meta ou en-tête HTTP), Google la considère comme non-indexable et l'exclut du cluster hreflang. Seule compte l'indexabilité réelle.
Peut-on utiliser hreflang sur des pages canonicalisées vers une autre URL ?
Techniquement oui, mais c'est risqué. Google peut suivre la canonique et ignorer l'URL source dans le hreflang. Mieux vaut appliquer hreflang uniquement sur les URLs canoniques elles-mêmes pour éviter toute ambiguïté.
Que se passe-t-il si une seule URL d'un cluster de 10 langues est en noindex ?
Google ignore cette URL spécifique, mais continue de traiter les 9 autres. Le cluster reste fonctionnel, mais incomplet — ce qui peut entraîner des erreurs de ciblage pour les utilisateurs de la langue concernée.
Les redirections 302 sont-elles traitées différemment des 301 dans le hreflang ?
Mueller ne fait pas la distinction, mais sur le terrain, les deux types de redirections entraînent l'exclusion de l'URL source du cluster. Google suit la redirection et évalue la destination — l'URL intermédiaire n'est jamais considérée comme alternative valide.
Comment détecter rapidement les erreurs hreflang liées à des noindex ou redirections ?
Utilisez un crawler SEO (Screaming Frog, OnCrawl, Botify) configuré pour extraire les annotations hreflang et vérifier le code HTTP + indexabilité de chaque URL cible. Croisez ensuite avec vos sitemaps XML et Google Search Console pour repérer les incohérences.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO International SEO

🎥 From the same video 14

Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 21/02/2020

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