Official statement
Other statements from this video 21 ▾
- 1:43 Google réécrit-il vraiment vos meta descriptions si elles contiennent trop de mots-clés ?
- 4:20 Pourquoi modifier le code Analytics bloque-t-il la vérification Search Console ?
- 5:58 Pourquoi votre balisage hreflang ne fonctionne-t-il toujours pas malgré vos efforts ?
- 5:58 Faut-il privilégier hreflang langue seule ou langue+pays pour vos versions internationales ?
- 9:09 Hreflang n'influence pas l'indexation : pourquoi Google indexe une seule version mais affiche plusieurs URLs ?
- 12:32 Pourquoi votre site disparaît-il complètement de l'index Google et comment le récupérer ?
- 15:51 L'outil de paramètres URL consolide-t-il vraiment tous les signaux comme Google le prétend ?
- 19:03 Les core updates ne sanctionnent-elles vraiment aucune erreur technique ?
- 23:00 L'outil de contenu obsolète supprime-t-il vraiment l'indexation ou juste le snippet ?
- 23:56 Pourquoi la commande site: est-elle inutile pour diagnostiquer l'indexation ?
- 23:56 L'outil de suppression d'URL désindexe-t-il vraiment vos pages ?
- 26:59 Les 50 000 URLs d'un sitemap : pourquoi cette limite ne concerne-t-elle pas ce que vous croyez ?
- 30:10 BERT pénalise-t-il vraiment les sites qui perdent du trafic après sa mise en place ?
- 32:07 Google Images choisit-il vraiment la bonne image pour vos pages ?
- 33:50 Faut-il vraiment détailler ses anchor texts avec prix, avis et notes ?
- 35:26 Pourquoi votre site reste-t-il partiellement invisible si votre maillage interne n'est pas bidirectionnel ?
- 38:03 Pourquoi Google refuse-t-il d'indexer toutes vos pages et comment y remédier ?
- 40:12 L'anchor text interne répétitif est-il vraiment un problème pour Google ?
- 42:48 Les paramètres UTM créent-ils vraiment du contenu dupliqué indexé par Google ?
- 45:27 Le mixed content HTTPS/HTTP impacte-t-il vraiment le référencement Google ?
- 47:16 Le hreflang en HTML alourdit-il vraiment vos pages ou est-ce un mythe ?
Google does not remove old URLs from its index after a 301 migration: it simply switches their status to the new URL as canonical. If traffic suddenly drops after a migration, the redirect itself is not the issue, but likely a quality signal or an algorithm change. In other words: don’t look for the culprit on the 301 side; investigate elsewhere.
What you need to understand
What does this distinction between redirect and index removal really mean?
Most SEO practitioners imagine that a 301 redirect triggers a two-step process: first, Google crawls the redirect, then it removes the old URL from its index to keep only the new one. Mueller clarifies here that this is not what happens. The old URL technically remains in the index, but Google now treats it as a non-canonical variant of the new one.
In practice, this resembles how a canonical tag works: Google consolidates signals (backlinks, history, authority) to the new URL, but the old one remains internally referenced. That’s why you can still find traces of old URLs in the Search Console or see temporary fluctuations in coverage reports.
Why is this nuance important for diagnosing a traffic loss?
Because it cuts short a common diagnostic error. When traffic collapses after a migration, the natural reflex is to blame the redirects: “The 301 wasn’t properly passed,” “Google hasn’t crawled all the pages yet,” etc. Mueller states here that if everything is set up correctly, the redirect is not the problem.
The real culprit lies elsewhere: perceived quality loss (duplicate content, removal of entire sections, cannibalization), change in URL structure that disrupts internal linking, or simply bad timing with an algorithm update. In other words, look at on-page signals and user experience, not HTTP status codes.
Do all old URLs stay in the index indefinitely?
No, and this is where Mueller's statement needs clarification. Google eventually de-indexes old URLs, but according to a schedule that is its own and depends on crawl budget, site crawling frequency, and the relative importance of pages. On a small, well-crawled site, this can take a few weeks. On a massive site with a limited crawl budget, it can drag on for months.
In the meantime, you’ll see old and new URLs coexist in reports. This is not a red flag in itself, but a normal transitional phase. The key is that the new URL is correctly canonicalized and ranking signals are transferred gradually.
- Old URLs do not disappear instantly from the index; they switch to a non-canonical status.
- 301 redirects are not responsible for traffic losses post-migration if they are properly configured.
- A drop in traffic after migration typically signals a quality, structural, or algorithmic timing issue.
- Complete de-indexation of old URLs can take anywhere from a few weeks to several months, depending on crawl budget.
- During the transitional phase, it is normal to see old and new URLs coexist in Search Console reports.
SEO Expert opinion
Is this statement consistent with real-world observations?
Yes, and it explains several phenomena that we regularly observe without always understanding them. For example, after a migration, we often see old URLs temporarily reappear in SERPs, especially for niche or long-tail queries. This is not a malfunction: Google is still hesitating between the two versions, or it simply has not yet recrawled all the pages on the site. The canonicalization process is gradual, not instantaneous.
However, this statement raises a delineation problem. Mueller does not specify how long this transitional phase should last, nor at what temporal threshold we can consider that there's a problem. Three weeks? Three months? Six months? Without a clear benchmark, it becomes difficult to distinguish a migration taking place normally from one that is lagging. [To be verified]: Google should publish rough estimates based on site size and crawl budget.
In what cases does this rule not apply?
Let’s be honest: this statement assumes that redirects are correctly implemented. If you have redirect chains (A → B → C), redirect loops, or 301s pointing to 404s, then yes, redirects become a problem. Similarly, if you migrate to a new domain without preparing the groundwork (lack of backlinks to the new domain, no mention in Search Console), Google will take much longer to trust the new URL.
Another edge case: mass migrations on sites with a very constrained crawl budget. A site with millions of pages and a daily crawl budget of a few thousand URLs may take months before Google re-evaluates all the old URLs. In this context, the distinction between “redirect vs. index removal” becomes almost theoretical: in practice, the old URL remains crawled and referenced for so long that it continues to impact traffic. [To be verified]: On these massive sites, should old URLs be forcibly de-indexed via robots.txt or noindex after a reasonable time?
What should you monitor to avoid false interpretations?
The main error would be reading this statement as a blank check: “Since Google says 301s are not the problem, I have nothing to check on the redirect side.” That’s incorrect. Redirects must be rigorously audited: clean status codes (no accidental 302s), no chains, no loops, correct response times. Once this audit is done, then yes, you can turn to other potential causes: content, linking structure, Core Web Vitals, increased competition on keywords.
And that’s where it gets tricky: many migrations fail because we don’t test before switching. We launch the migration on a Friday night, notice a drop on Monday, and panic search for the culprit. The result: we fix redirect issues that weren’t problems, while ignoring a CSS overhaul that broke internal linking or an image compression that skyrocketed the LCP. In short, Mueller's statement is valuable, but it does not absolve one from a rigorous migration protocol with a testing phase, possible rollback, and real-time monitoring.
Practical impact and recommendations
How to properly diagnose a traffic drop post-migration?
First instinct: isolate redirects from everything else. Use a crawler (Screaming Frog, OnCrawl, Botify) to verify that 100% of old URLs return a clean 301 status to the correct new URL, without chains or loops. Also, check that the new URLs return a 200 status, not a 404 or an accidental 302. If everything is green on this front, you can rule out redirects as the main cause.
Next, compare before and after migration on key metrics: crawl rate (via Search Console), number of indexed pages, positioning on strategic queries, bounce rate, loading time. If you notice a drop in indexing or an increase in server response time, the issue is structural or technical. If positions drop but indexing remains stable, look to content or internal linking. And that’s where the devil hides.
What mistakes should be absolutely avoided during a migration?
Never launch a migration without a pre-production testing phase. Too many sites go live without checking that redirects work, that internal linking points to the new URLs, and that sitemaps are up to date. The result: Google crawls old URLs that point to new URLs which themselves have internal links to… old URLs. You create a canonical mess that Google takes weeks to untangle.
Second classic mistake: removing content without redirecting. You merge two pages into one but forget to redirect the sacrificed URL. Google sees a 404, loses accumulated signals, and the new combined page inherits nothing. Or worse: you redirect to the homepage out of laziness. This is a sure guarantee of a traffic loss, and Mueller is right to say that it’s not the redirect that's the problem, it’s the lack of relevant redirection.
What should you monitor in the weeks following the migration?
Set up daily monitoring of key metrics: positions, organic traffic, indexing rate, 404 errors in Search Console, loading times. If you see a spike in 404 errors or chain redirects, you have a technical issue to correct immediately. If traffic drops but positions remain stable, the problem likely comes from featured snippets or rich results that were not properly migrated (missing schema.org, broken Open Graph tags).
Also, pay attention to external backlinks. After a migration, many third-party sites continue to point to old URLs. This is not catastrophic if your redirects are in place, but it’s still wasted crawl budget. Ideally, contact the most important sites to ask them to update their links. And if you have social profiles or Google Business Profile listings, update them too: a user arriving at an old URL via a social link will go through a redirect, degrading the experience.
- Crawl the entire site to check 301/200 status codes before and after migration
- Compare indexing before/after via Search Console (coverage report)
- Monitor daily positions on strategic queries for a minimum of 30 days
- Check that XML sitemaps contain only new URLs with 200 status
- Audit internal linking to ensure no link points to an old URL
- Contact major referring sites for updating backlinks
❓ Frequently Asked Questions
Combien de temps faut-il pour que Google transfère tous les signaux vers la nouvelle URL après une redirection 301 ?
Dois-je forcer la désindexation des anciennes URLs avec un noindex ou un robots.txt après la migration ?
Pourquoi je vois encore des anciennes URLs dans la Search Console plusieurs semaines après la migration ?
Si mon trafic chute après une migration avec des 301 propres, où dois-je chercher le problème ?
Peut-on rediriger plusieurs anciennes URLs vers une seule nouvelle URL sans perdre de trafic ?
🎥 From the same video 21
Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 13/05/2020
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.