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

If you use noindex on old URLs during a migration instead of redirecting, all the value collected by those old URLs will be lost.
27:27
🎥 Source video

Extracted from a Google Search Central video

⏱ 1h00 💬 EN 📅 15/01/2021 ✂ 20 statements
Watch on YouTube (27:27) →
Other statements from this video 19
  1. 1:41 Contenu de faible qualité : pourquoi Google ne lance-t-il pas systématiquement d'action manuelle ?
  2. 3:43 Pourquoi vos Core Web Vitals diffèrent-ils autant entre lab et field ?
  3. 5:23 D'où viennent vraiment les données Core Web Vitals dans Search Console ?
  4. 7:23 ccTLD ou sous-répertoires pour l'international : y a-t-il vraiment un avantage SEO ?
  5. 7:37 Pourquoi une restructuration d'URL provoque-t-elle des fluctuations de trafic pendant 1 à 2 mois ?
  6. 10:15 Faut-il vraiment optimiser pour l'intention de recherche ou est-ce un piège sémantique ?
  7. 11:48 Faut-il optimiser son contenu pour BERT ou est-ce une perte de temps ?
  8. 15:57 Comment tester si SafeSearch pénalise votre contenu dans les résultats Google ?
  9. 17:32 SafeSearch bloque-t-il vraiment vos résultats enrichis ?
  10. 19:38 Les Core Web Vitals s'appliquent-ils vraiment partout dans le monde ?
  11. 22:33 Google traite-t-il vraiment tous les synonymes et variations de mots-clés de la même manière ?
  12. 26:34 Faut-il vraiment rediriger TOUTES les URLs lors d'une migration ?
  13. 28:43 Pourquoi les migrations complexes génèrent-elles toujours des fluctuations de rankings ?
  14. 32:25 Les Web Stories comptent-elles vraiment comme des pages normales pour Google ?
  15. 34:58 L'infinite scroll tue-t-il vraiment l'indexation de vos contenus sur Google ?
  16. 42:21 Pourquoi vos boutons HTML sabotent-ils votre crawl budget ?
  17. 46:50 Hreflang peut-il remplacer les liens internes pour vos pages internationales ?
  18. 48:46 Payer pour des liens : où passe exactement la ligne rouge de Google ?
  19. 50:48 Faut-il vraiment implémenter tous les types Schema.org pour améliorer son SEO ?
📅
Official statement from (5 years ago)
TL;DR

John Mueller states that using noindex on old URLs during a migration instead of redirecting results in a complete loss of value accumulated by those pages. Specifically, PageRank, authority, and relevance signals do not transfer — you start from scratch. The challenge for an SEO is to understand that noindex is not a migration tool but a definitive exclusion signal.

What you need to understand

What happens technically when we apply noindex instead of redirecting?

When you apply noindex on an old URL, you are explicitly telling Google to remove that page from its index. The crawler stops considering the page as a resource available to users.

Unlike a 301 or 308 redirect, which indicates a permanent move and allows for the transfer of ranking signals, noindex acts as an erasure instruction. Google interprets this signal as 'this page no longer exists in your visible content ecosystem.'

Why doesn't accumulated value transfer with noindex?

The transfer of value relies on a mechanism of signal consolidation: backlinks, domain authority, click history, age. A permanent redirect tells Google, 'this resource has moved here, transfer everything.'

Noindex, however, contains no destination information. There is no 'where to' — just a 'do not index anymore.' As a result, the backlinks pointing to the old URL become orphaned, PageRank dissipates, and the new page starts without any initial capital.

In what contexts does this scenario actually occur?

The classic case: a redesign where the technical team temporarily disables old URLs with noindex while waiting for full cutover. Problem — this 'temporary phase' often becomes permanent due to forgetfulness or poor coordination.

Another frequent situation: a developer unfamiliar with SEO who confuses noindex and controlled deindexation with migration management. They think they're clearing the index, while they're destroying years of value building.

  • Noindex never replaces a redirect during a migration of equivalent content.
  • The transfer of value requires an explicit destination signal (301/308).
  • Backlinks to a noindexed URL lose their PageRank transmission capacity.
  • A poorly executed migration with noindex can lead to organic traffic drops of 40 to 70% depending on the configuration.
  • The recovery time after such an error can take several months, even with subsequent corrections.

SEO Expert opinion

Is this statement consistent with ground observations?

Yes, and it is one of the most documented causes of post-migration collapse. I've seen sites lose 60% of their traffic in less than three weeks after applying noindex instead of 301 redirects.

Let's be honest — this is not a surprise. Google has repeated this in various forms for years. But confusion persists, especially in teams where SEO is not integrated from the initial technical design phase.

Are there cases where noindex during migration would be justified?

Yes, but they are extremely specific and have nothing to do with value transfer. If you are permanently removing outdated, duplicated, or low-quality content without an equivalent on the new site, noindex (followed by complete removal) may be appropriate.

Concrete example: an e-commerce site that abandons a product line without replacement. No new target page = no logical redirection. But be careful — even in this case, a redirect to a parent category or a thematically relevant homepage often remains preferable to preserve some link juice.

What nuances should we add to Mueller's statement?

The statement is binary, and that's intended — it aims to prevent a common mistake. However, it oversimplifies a complex system. The transfer of value via 301 is never 100% perfect either: Google has confirmed slight dilution, although it remains marginal.

Moreover, the loss of value with noindex can be partially mitigated if external backlinks are updated to point directly to the new URLs. This is rarely feasible on a large scale, but for strategic pages with a few high-quality links, it can help limit the damage. [To verify]: the exact impact of the delay between applying noindex and indexing the new URL — Google's data on this timing remains unclear.

Attention: Some WordPress plugins or staging configurations automatically apply noindex. ALWAYS check before going live that no residual directive blocks indexing.

Practical impact and recommendations

What concrete steps should be taken during a migration to avoid this loss?

First, map all current URLs with their traffic volume, backlinks, and rankings. A complete crawl using Screaming Frog or Oncrawl is crucial — no approximations.

Next, define for each old URL an equivalent new target URL. If no exact match exists, redirect to the thematically closest page — never to the homepage by default, except as a last resort.

How can you verify that redirects are in place after migration?

Test a representative sample of URLs using a HTTP code checking tool (Redirect Path, Screaming Frog). Ensure that each old URL returns a 301 or 308 code, not a 302 or 307 which indicate a temporary redirect.

Monitor Search Console in the following weeks: check the 'Coverage' section for any inadvertently noindexed URLs and the 'Performance' section for sharp drops in clicks or impressions — signs of a transfer problem.

What critical errors should be absolutely avoided?

Never apply noindex 'while waiting to finalize redirects.' This is a recipe for disaster. If the migration isn't ready, do not cut over. Period.

Also avoid redirect chains (A → B → C): each hop dilutes the transfer of value and slows down crawling. A direct A → C redirect is imperative.

  • Audit all current URLs with traffic or backlinks before migration
  • Create a 1:1 mapping table of old URL → new URL
  • Implement 301/308 redirects, never 302/307
  • Manually test a sample of URLs after deployment
  • Monitor Search Console daily for 30 days post-migration
  • Document each decision not to redirect (content permanently removed)
A successful SEO migration relies on thorough mapping and permanent redirects. Noindex has no place in this process except for the permanent removal of content without an equivalent. The technical and strategic complexity of these operations often justifies the involvement of a specialized SEO agency capable of auditing, planning, and overseeing each step to secure value transfer.

❓ Frequently Asked Questions

Peut-on récupérer la valeur perdue après avoir utilisé noindex en migration ?
Partiellement, en implémentant les redirections 301 après coup, mais le délai de récupération peut atteindre plusieurs mois et une partie du PageRank sera définitivement perdue. Plus vite vous corrigez, moins l'impact est durable.
Quelle différence entre noindex et robots.txt pour bloquer l'indexation ?
Noindex est une directive dans le HTML ou les en-têtes HTTP qui demande la désindexation. Robots.txt bloque le crawl mais n'empêche pas l'indexation si des backlinks existent. Pour une migration, aucun des deux n'est adapté — seule la redirection convient.
Le transfert de valeur avec une 301 est-il vraiment à 100% ?
Non, Google a confirmé une légère dilution, mais elle reste marginale — largement supérieure au 0% obtenu avec noindex. En pratique, une 301 bien implémentée transfère l'essentiel de la valeur accumulée.
Faut-il rediriger les URLs sans trafic ni backlinks ?
Idéalement oui, pour éviter les erreurs 404 et préserver l'expérience utilisateur si des liens internes ou externes résiduels pointent encore vers ces pages. Mais la priorité reste les URLs à forte valeur stratégique.
Combien de temps faut-il maintenir les redirections 301 après une migration ?
Indéfiniment, ou au minimum 12 mois. Google peut mettre plusieurs mois à consolider les signaux, et des backlinks peuvent être découverts tardivement. Supprimer les redirections trop tôt revient à perdre à nouveau de la valeur.
🏷 Related Topics
Domain Age & History Crawl & Indexing AI & SEO Domain Name Redirects

🎥 From the same video 19

Other SEO insights extracted from this same Google Search Central video · duration 1h00 · published on 15/01/2021

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