Official statement
Other statements from this video 2 ▾
Google claims it prefers a single redirect over a complex chain, citing user experience and crawl reliability. In practice, Googlebot is less likely to follow multiple redirects, which can jeopardize indexing and dilute the transfer of PageRank. Auditing and flattening your existing chains becomes a technical priority, especially after migrations or redesigns.
What you need to understand
Why does Google emphasize a single redirect?
Every additional jump in a redirect chain lengthens Googlebot's path and multiplies potential failure points. A single 301 redirect from A to B effectively transfers the ranking signal, while a series A → B → C → D slows crawling and unnecessarily consumes the budget allocated to your domain.
Google does not guarantee that it will follow an entire chain, especially if it exceeds 3-4 jumps. The result? Destination pages struggle to get indexed, a diluted PageRank transfer, and confusing signals for the algorithm.
What are the real situations where these chains appear?
Redirect chains rarely arise from deliberate intent. They accumulate during successive migrations: you migrate from domain-old.com to domain-new.com, then two years later to domain-final.com, without ever updating the old rules.
Another common case: poorly configured HTTPS/WWW redirects. An URL http://example.com redirects to http://www.example.com, which then redirects to https://www.example.com, creating two unnecessary jumps. These cascading configurations go unnoticed until technical audits.
Does Googlebot really follow all redirects or does it abandon them along the way?
Google does not publish an official threshold, but field observations show that beyond 3 consecutive jumps, behavior becomes unpredictable. Some bots follow up to 5 redirects, while others stop earlier, depending on the available crawl budget and the perceived priority of the URL.
The real risk is not just simple abandonment but rather cumulative latency. Each redirect adds an HTTP request, thereby increasing response time. If your chain crosses multiple domains or CDNs, the delays accumulate and may trigger a timeout on the bot side.
- A single redirect effectively transfers PageRank and simplifies crawling
- Chains of 3+ jumps risk being partially ignored or slowed down
- Successive migrations without rule redesign create most observed chains
- Signal transfer deteriorates with each additional jump, even if Google follows the entire chain
- Regular audits of redirects should become a standard practice post-migration
SEO Expert opinion
Is this statement consistent with field observations?
Absolutely. Technical audits consistently reveal that sites with high technical debt accumulate chains of 4, 5, or even 7 redirects on strategic URLs. And consistently, these pages perform worse than their counterparts with direct redirects, all else being equal.
The rarely highlighted point: even when Googlebot follows the entire chain, the PageRank transfer deteriorates with each jump. Google has never confirmed the exact percentage of loss, but A/B tests show that a chain of 3 redirects can cost 10-15% of signal compared to a single redirect. [To verify] with your own data, as impacts vary based on domain authority.
In what cases does this rule allow for exceptions?
Some architectures require a legitimate intermediate redirect. CDNs like Cloudflare or load balancers sometimes add a technical jump that is invisible to the user but tracked by audit tools. If this jump is unavoidable and well-configured, the impact remains marginal.
Another exception: temporary redirects for A/B testing or geographic personalization. A conditional 302 to a page variant can be added to an existing 301 without breaking indexing, provided the logic is consistent and Google can identify the canonical version.
Should you really fix all detected chains or prioritize?
Prioritize, obviously. Start with URLs generating organic traffic or receiving quality backlinks. A chain on an archived page with no incoming links can wait, while one on your bestseller category page must be corrected immediately.
Also monitor chains crossing multiple domains: A.com → B.com → C.com. Google handles them poorly, especially if the domains have no thematic link. This pattern can sometimes trigger anti-spam alerts, even without malicious intent. Let’s be honest: anything that unnecessarily complicates crawling will end up costing you positions.
Practical impact and recommendations
How can I quickly detect redirect chains on my site?
Screaming Frog, Oncrawl, or Sitebulb automatically trace redirects and signal chains. Run a complete crawl, filter by "Redirect Chains", and export the list. You will obtain the source URL, each intermediate jump, and the final destination.
For sites with thousands of pages, cross-reference this data with Google Search Console: identify redirected URLs still appearing in coverage or performance reports. These are the ones Google still tries to crawl, indicating an issue with rule updates.
What is the safest method to flatten an existing chain?
Redirect each link in the chain directly to the final destination in one step. If you have A → B → C, replace it with A → C and B → C. Update your .htaccess file, Nginx.conf, or your CDN rules according to your technical stack.
Test each change in a staging environment before deployment. A faulty regex can turn a targeted fix into an infinite loop. Use curl or an online tool to check that each old URL properly returns a direct 301 to the target, without any intermediate steps.
Do redirect chains also impact the speed perceived by users?
Yes, and sometimes significantly. Each redirect adds a DNS request, a TLS handshake, and a network round-trip. On mobile 3G, a chain of 3 jumps can add 500-800ms before content even starts loading.
The Core Web Vitals suffer indirectly: a FCP delayed by successive redirects deteriorates the actual experience for users, which Google measures via CrUX. Fixing these chains not only improves crawling but also enhances your user experience signals, a double win.
- Audit redirects with Screaming Frog or equivalent to identify all active chains
- Prioritize URLs with high organic traffic or quality external backlinks
- Replace each chain A → B → C with direct redirects A → C and B → C
- Test each modified rule in staging to avoid infinite loops or 404 errors
- Check in Search Console that old URLs progressively disappear from coverage reports
- Monitor response times and FCP after correction to measure user impact
❓ Frequently Asked Questions
Quelle est la longueur maximale de chaîne que Googlebot accepte de suivre ?
Une chaîne de redirections 302 pose-t-elle les mêmes problèmes qu'une chaîne 301 ?
Faut-il supprimer les anciennes redirections après plusieurs années ou les maintenir indéfiniment ?
Les redirections JavaScript comptent-elles comme des sauts dans une chaîne ?
Une migration de HTTP vers HTTPS crée-t-elle automatiquement une chaîne si j'ai déjà des redirections en place ?
🎥 From the same video 2
Other SEO insights extracted from this same Google Search Central video · duration 1 min · published on 19/08/2011
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.