Official statement
Other statements from this video 7 ▾
- 3:09 Les backlinks d'agence sur les sites clients sont-ils vraiment sans risque pour votre SEO ?
- 4:17 Un blog en sous-domaine ou en répertoire : lequel booste vraiment votre SEO ?
- 8:50 Geotargeting et hreflang : faut-il vraiment les combiner pour un site multilingue ?
- 11:20 Faut-il vraiment répondre aux demandes de suppression de liens ?
- 41:16 Faut-il vraiment privilégier une structure d'URL spécifique pour ranker sur Google ?
- 43:28 Les Quality Raters de Google influencent-ils vraiment le classement de votre site ?
- 51:00 Google réécrit-il vraiment vos balises de titre dans les SERPs ?
Google confirms that 301 redirect chains can lead to PageRank loss and recommends limiting intermediate redirects to four or five at most. For an SEO, this means regularly auditing existing chains on your sites and fixing cascading redirects that point to URLs that themselves are redirected. In practice, always prefer direct redirects to the final URL instead of stacking steps.
What you need to understand
Why is Google still talking about PageRank loss through redirects?
The statement from John Mueller comes as a surprise at first, especially if you have been following Google's official statements over the past few years. In 2016, Gary Illyes claimed that 301 redirects no longer lost PageRank. Yet, here we are again discussing "PageRank loss" as redirect chains lengthen.
The nuance lies in the word "chains". A single well-implemented redirect does indeed pass PageRank without significant loss. But when you stack multiple redirects — URL A to URL B, B to C, C to D — Google has to crawl each step, consume crawl budget, and may decide to abandon the chain if it becomes too long or complex.
What does it really mean to have "no more than four or five" redirects?
Google sets a vague limit: four or five intermediate redirects. This means that starting from the initial URL, you can go through three or four steps before reaching the final destination, but no more. Beyond that, the risk increases that Googlebot will abandon the chain or that part of the signal will be lost along the way.
In practice, this tolerance exists to handle complex migrations where temporary redirects stack up. But the message is clear: this is not permission to stack indefinitely. Each additional redirect adds crawl latency and a risk of technical errors (timeout, loop, server error).
What is the exact mechanism behind this "loss" of PageRank?
Google never details exactly how PageRank is diminished in long chains. What can be observed on the ground: a gradual dilution of the signal. Each jump consumes crawl resources, slows the discovery of the final target, and may introduce parsing errors if redirects are misconfigured (mixing 301/302, JavaScript redirects not followed by Googlebot, etc.).
Another factor: the longer the chain, the greater the risk of a temporary drop-off. If one of the intermediate steps returns a 500 error or times out, the entire chain breaks. Google may then index an intermediate URL or even completely ignore the final destination.
- Limit chains: never exceed four consecutive redirects, even in complex migrations.
- Point directly to the final target: if an URL A redirects to B which redirects to C, correct A to point directly to C.
- Regularly audit: redirect chains accumulate during migrations, redesigns, URL changes — a quarterly audit avoids unpleasant surprises.
- Monitor crawl budget: redirect chains unnecessarily consume crawl, especially on large sites where every request counts.
- Avoid loops: ensure no redirect points to itself or creates a closed cycle, completely blocking the crawl.
SEO Expert opinion
Is this recommendation consistent with real-world observations?
Yes, and crawl data confirms this. On sites that have undergone several successive migrations without cleanup, chains of six to eight redirects end up breaking or pointing to 404s. Google tries to follow, but beyond four or five hops, Googlebot frequently abandons or indexes an intermediate URL rather than the final target.
What is more surprising is that Mueller still talks about "PageRank loss" even though Google had officially stated otherwise in 2016. Either the internal directive has evolved, or it represents an indirect loss: not a mathematical dilution of the score, but rather a loss of transmission efficiency related to technical crawling limits. [To verify]: Google has never published measurable comparative tests on this specific point.
In what cases does this rule not strictly apply?
Exceptions exist, especially during complex temporary migrations where intermediate redirects are technically necessary (CDN, load balancing, multilingual management). In these cases, Google tolerates slightly longer chains, provided they are temporary and the final chain is cleaned up quickly.
Another scenario: high trust sites (government sites, major brands) sometimes benefit from increased tolerance. Googlebot crawls these domains more deeply and frequently, which reduces the negative impact of long chains. But relying on this is a mistake: it is better to apply the rule strictly.
What common mistakes should absolutely be avoided?
The most common mistake: stacking redirects without ever auditing. You change your CMS, migrate to HTTPS, modify your URL structure… and each change adds a layer of redirects without ever cleaning up the old ones. The result: chains of seven or eight redirects that kill your crawl budget.
Another classic pitfall: mixing 301 and 302 in the same chain. Google may interpret the chain as temporary and fail to transmit PageRank as expected. Even worse: JavaScript or meta refresh redirects in the middle of the chain, which Googlebot does not always follow correctly, breaking all transmission.
Practical impact and recommendations
What should you concretely do on an existing site?
Start with a complete redirect audit using Screaming Frog, Oncrawl, or any crawler capable of mapping the chains. Export all URLs that go through more than two redirects, and correct them so they point directly to the final target. On a medium-sized site, you can easily find several hundred unnecessary chains.
Next, clean up your .htaccess file or Nginx configuration. Redirects often stack up because new rules are added without ever removing the old ones. Consolidate your rules, eliminate duplicates, and test each modification in a staging environment before deploying in production.
How can you prevent chains from reconstituting after cleanup?
Implement a validation process during every URL modification. Before creating a new redirect, check if the source URL already points elsewhere. If so, create the redirect directly to the final target instead of stacking. Document every change in a centralized file to track history.
Automate monitoring with crawl alerts. Set up your crawler to notify you as soon as a chain exceeds three redirects. Tools like OnCrawl or Botify allow you to set custom alert thresholds that trigger automatic reports.
What indicators should you monitor in the Search Console?
The Coverage report sometimes highlights excluded URLs due to redirects. If you see this status increase, it’s a signal that your chains are becoming problematic. Check also the Crawl Stats report: an increase in average response time or a decrease in pages crawled per day may indicate that Googlebot is wasting time on overly long chains.
Another key metric: the indexing rate. If you notice that important pages are not indexed despite an up-to-date XML sitemap, check if they are at the end of a redirect chain that Google abandoned along the way.
- Audit all existing redirect chains using a professional crawler
- Correct each chain to point directly to the final target URL
- Regularly clean up your server configuration file (.htaccess, Nginx, etc.)
- Automate alerts to detect new chains as they arise
- Monitor Search Console to identify URLs excluded due to redirects
- Test each modification in a staging environment before production deployment
❓ Frequently Asked Questions
Une seule redirection 301 fait-elle perdre du PageRank ?
Peut-on mélanger des redirections 301 et 302 dans une même chaîne ?
Quelle est la différence entre quatre et cinq redirections selon Google ?
Les redirections JavaScript comptent-elles dans la limite de quatre ou cinq ?
Faut-il corriger les chaînes de redirections même sur des pages anciennes à faible trafic ?
🎥 From the same video 7
Other SEO insights extracted from this same Google Search Central video · duration 57 min · published on 16/07/2014
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.