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

Redirect chains, while they do not negatively impact PageRank transfer directly, should be minimized for efficiency and user experience reasons, particularly on mobile where loading times are crucial.
35:56
🎥 Source video

Extracted from a Google Search Central video

⏱ 55:43 💬 EN 📅 30/05/2017 ✂ 14 statements
Watch on YouTube (35:56) →
Other statements from this video 13
  1. 1:04 Faut-il rediriger ou laisser en 404 les pages obsolètes ?
  2. 3:17 Comment gérer efficacement une pénalité manuelle Google sans perdre des mois de trafic ?
  3. 8:06 Changer de CMS fait-il vraiment chuter vos positions Google ?
  4. 8:32 Faut-il vraiment laisser Google crawler les pages filtrées Magento ?
  5. 14:35 Le contenu généré par les utilisateurs peut-il nuire au classement de votre site ?
  6. 16:07 Panda est-il vraiment devenu un signal de qualité permanent pour tous les algorithmes Google ?
  7. 17:13 Pourquoi vos balises hreflang doivent-elles pointer vers les URL canoniques ?
  8. 19:11 Les liens nofollow nuisent-ils vraiment au classement SEO de votre site ?
  9. 21:37 Les backlinks toxiques peuvent-ils vraiment détruire votre SEO ?
  10. 24:58 Pourquoi vos rich results chutent-ils sans que votre trafic ne bouge ?
  11. 26:02 Pourquoi Google cache-t-il certaines de vos pages dans les résultats de recherche ?
  12. 31:27 Les pop-ups mobiles tuent-ils vraiment votre référencement ?
  13. 45:49 La balise unavailable_after peut-elle vraiment anticiper vos 404 et accélérer la désindexation ?
📅
Official statement from (8 years ago)
TL;DR

John Mueller states that redirect chains do not directly degrade the PageRank passed, contrary to popular belief. The real issue lies elsewhere: increased loading times, degraded user experience, and wasted crawl budget. In practice, keep them to a strict minimum, especially on mobile where every millisecond counts.

What you need to understand

Why does this statement challenge a long-held belief?

For years, SEOs have viewed redirect chains as harmful to PageRank. The idea was straightforward: each hop dilutes the juice, similar to a loss of pressure in a pipe. Mueller directly dismantles this myth.

Technically, Google claims to handle multiple redirects without PageRank loss. A page A to B to C transmits the same weight as a direct jump A to C. At least in theory.

So where is the real problem hiding?

The real cost is not algorithmic but technical and UX. Each redirect adds an extra HTTP request. On mobile 3G/4G, with high latency, this translates into lost seconds.

Googlebot has a limited crawl budget per site. Following three redirects instead of one monopolizes three slots. On a large site with thousands of pages, it represents pure waste.

Does this rule apply uniformly to all types of redirects?

301 and 302 redirects are treated differently by Google regarding indexing, but both can form chains. A 301 permanent redirect indicates a permanent change, while a 302 indicates a temporary move.

In practice, it doesn’t matter what the HTTP code is in a chain: the problem remains the multiplication of hops. Google now treats 302 as 301 after a certain period, complicating readability further.

  • PageRank travels through chains according to Google, but this claim requires real-world verification
  • Loading time mechanically increases with each hop, directly impacting Core Web Vitals
  • Crawl budget is consumed faster with series of redirects
  • Mobile experience is the first factor penalized by cumulative latencies
  • JavaScript redirects are not even mentioned in this statement, a potential blind spot

SEO Expert opinion

Does this statement align with real-world observations?

Let's be honest: many SEOs have observed ranking losses after migrations involving redirect chains. Mueller claims PageRank passes, but empirical data sometimes tells a different story. [To be verified]

There may be a gap between what the algorithm is supposed to do and what it actually does at scale. Or other factors interfere: indexing delays, degraded user signals, misinterpreted 302s.

What critical points does Mueller not mention?

The speed of discovery of new URLs is a blind spot. A chain extends the time before Googlebot reaches the final destination. On a news site, this can delay indexing by several hours.

Another troubling silence: client-side redirects (JavaScript, meta refresh). Mueller clearly speaks of server 301/302 redirects, but many modern sites redirect using JS. Is it treated the same? No indication.

In what cases should you still accept a chain?

Sometimes, you have no choice. An old domain redirects to the new one, which itself has undergone a URL restructuring. Making the old domain point directly to the new URLs entails modifying thousands of rules.

The operational cost can exceed the marginal SEO benefit. In this case, document the chain, measure the real impact on Core Web Vitals, and prioritize strategic URLs for direct cleanup.

Warning: A chain with more than 3 hops can completely block Googlebot. Mueller doesn’t state this explicitly, but observations show that Google sometimes gives up after 4-5 redirects. Do not test these limits in production.

Practical impact and recommendations

How can you detect redirect chains on your site?

Use Screaming Frog in "follow redirects" mode to map all hops. Filter URLs with 2+ redirects. Xenu Link Sleuth does the same job, more rustic but effective.

The Search Console does not directly list chains, but look for 404 errors preceded by redirects: this is often a symptom of a broken chain at the end. Google Analytics can also reveal abnormal loading times on certain pages.

What should you do when you find a chain?

Rewrite redirects to point directly to the final destination. If A → B → C, modify the rule of A to point to C. No mercy, even for old forgotten URLs.

Pay attention to internal redirects: your menu links, footer, content should never point to a URL that redirects. Correct at the source in your templates. This saves crawl budget.

What common mistakes exacerbate the problem?

Mixing trailing slash and non-trailing slash in rules: this creates invisible chains. The same goes for www/non-www, http/https if the rules stack poorly in the .htaccess or nginx.conf.

Another classic: migrating without cleaning up the old. You stack a new layer of redirects on the existing ones. Result: A → B → C → D. Audit before, not after.

  • Crawl the site quarterly to detect new chains introduced by mistake
  • Check that all internal links point to final URLs, without intermediate redirect
  • Clean the .htaccess file/server rules to eliminate obsolete rules that stack up
  • Test Core Web Vitals on mobile after reducing chains: measure the real impact
  • Document compressible chains (third-party domains, technical constraints) and monitor their performance
  • Prioritize strategic URLs (high traffic, strong backlinks) for redirect optimizations
Reducing redirect chains is a technical project that touches on server infrastructure, CMS, and migration processes. If your site has undergone several redesigns or migrations, the scope can be considerable. A technical SEO agency can map the existing situation, prioritize fixes based on traffic impact, and automate rule rewrites to avoid regressions. Sometimes, an external perspective can unlock solutions faster than endless internal tinkering.

❓ Frequently Asked Questions

Une chaîne de 2 redirections fait-elle vraiment perdre du PageRank ?
Selon Mueller, non. Google affirme transmettre le PageRank à travers les chaînes sans dilution. Cependant, les observations terrain montrent parfois des pertes de positions après migrations avec chaînes, ce qui mérite vérification cas par cas.
Quelle est la longueur maximale acceptable pour une chaîne de redirections ?
Google ne donne pas de chiffre officiel, mais l'expérience montre que Googlebot peut abandonner après 4-5 sauts. En pratique, visez maximum 1 redirection, 2 dans les cas contraints. Au-delà, vous prenez un risque.
Les redirections JavaScript comptent-elles dans une chaîne ?
Mueller ne précise pas, mais Googlebot exécute le JavaScript. Une redirection JS s'ajoute donc probablement aux redirections serveur dans le décompte total. Privilégiez toujours les 301 côté serveur quand c'est possible.
Faut-il corriger les anciennes chaînes héritées de migrations passées ?
Oui, surtout sur les URLs à fort trafic ou avec des backlinks puissants. Le crawl budget économisé et l'amélioration du temps de chargement justifient l'effort, même sur des redirections vieilles de plusieurs années.
Comment prioriser les corrections si j'ai des milliers de chaînes ?
Croisez les données de crawl avec Google Analytics et votre profil de backlinks. Corrigez en priorité les chaînes sur les pages recevant du trafic organique ou des liens externes. Les URLs orphelines sans backlinks peuvent attendre.
🏷 Related Topics
Domain Age & History AI & SEO Mobile SEO Web Performance Redirects

🎥 From the same video 13

Other SEO insights extracted from this same Google Search Central video · duration 55 min · published on 30/05/2017

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