Official statement
Other statements from this video 42 ▾
- 42:49 Can hreflang really be used across multiple distinct domains?
- 48:45 Can hreflang really be used across multiple distinct domains?
- 58:47 Should you really avoid duplicating your content across two distinct sites?
- 58:47 Should you really avoid creating multiple sites for the same content?
- 91:16 Is it really necessary to index the internal search pages on your site?
- 91:16 Should you block internal search pages to prevent indexing of infinite space?
- 125:44 Do Core Web Vitals Really Influence Google's Crawl Budget?
- 125:44 Can reducing page size really enhance your crawl budget?
- 152:31 Does the internal links report in Search Console truly reflect the state of your link structure?
- 152:31 Why does the Search Console's internal links report show only a sample?
- 172:13 How many redirects does Google really follow before it splits the crawl?
- 201:37 How does Google actually segment your Core Web Vitals by groups of pages?
- 201:37 How does Google actually segment your Core Web Vitals by page groups?
- 248:11 Is it true that AMP or canonical really captures the SEO signals?
- 257:21 Does the Chrome UX Report really count your cached AMP pages?
- 272:10 Is it necessary to redirect your AMP URLs during a change?
- 272:10 Should you really redirect your old AMP URLs to the new ones?
- 294:42 Is AMP really neutral for Google rankings, or does it hide an invisible visibility lever?
- 296:42 Is AMP really a Google ranking factor or just a ticket to access certain features?
- 342:21 Why does copied content sometimes outrank the original despite the DMCA?
- 342:21 Is the DMCA really effective in protecting your duplicated content on Google?
- 359:44 Why does copied content outrank your original material on Google?
- 409:35 Why do your featured snippets disappear seemingly without a technical reason?
- 409:35 Do featured snippets and rich results really fluctuate randomly?
- 455:08 Is it true that mobile hidden content is really indexed by Google?
- 455:08 Is it true that Google really indexes hidden content in responsive CSS?
- 563:51 Can structured data really force the display of a knowledge panel?
- 563:51 Is there any structured markup that guarantees the appearance of a Knowledge Panel?
- 583:50 Why do most websites never get sitelinks in Google?
- 583:50 Can you really force sitelinks to appear in Google?
- 649:39 Do 301 redirects really transfer 100% of SEO juice without any loss?
- 649:39 Do 301 redirects really transfer 100% of PageRank and SEO signals?
- 722:53 Should you really delete or redirect expired content instead of keeping it indexable?
- 722:53 Should you really remove expired pages or can you leave them labeled 'expired'?
- 859:32 Are keywords in the URL a ranking factor or just a temporary crutch?
- 859:32 Do words in the URL really influence Google rankings?
- 908:40 Should you really add structured data to embedded YouTube videos?
- 909:01 Should you really add video structured data when you're already embedding YouTube?
- 932:46 Does Page Experience really only matter for mobile SEO?
- 932:46 Why is Google ignoring desktop Core Web Vitals in its ranking algorithm?
- 952:49 Do the API and Search Console interface really display the same data?
- 963:49 Can you use different templates for each language version without harming international SEO?
Google automatically follows up to five consecutive redirects and treats them as a single request, without immediate technical penalty. Beyond this threshold, each step becomes a separate request, which fragments the crawl budget and dilutes link equity. For an SEO practitioner, this means that a chain of three redirects remains manageable, but beyond four steps, the risk of inefficiency significantly increases.
What you need to understand
What constitutes a single request in the context of Google's crawl?
When Googlebot visits a URL and encounters a redirect, it must follow that instruction to reach the final destination. Traditionally, each hop consumes crawl budget — this limited resource that Google allocates to your site. Mueller's statement clarifies that up to five consecutive redirects, Google optimizes this process by grouping the steps into a single logical operation. Specifically, if URL A points to B, which points to C, then D, then E, Google treats this journey as a single request . This means that instead of five distinct HTTP requests each consuming crawl budget, the whole counts as just one. It's a notable efficiency gain for sites with complex structures or multiple migrations. The limit is not arbitrary — it protects against infinite redirect loops and faulty technical setups. If Google were to follow without limit, a poorly configured site could trap the crawler in an endless chain, consuming unnecessary server resources on both sides. Beyond five steps, each additional redirect becomes a separate request. This fragments the crawl budget and slows down the indexing process. More seriously, each hop dilutes the equity of links (the famous PageRank) that transits from the source URL to the final destination. A chain of seven redirects therefore loses mechanically more juice than a chain of three. Mueller does not specify whether the rule concerns only 301, 302, or also JavaScript and meta-refresh redirects . Field experience shows that Google treats server-side redirects (301/302) — immediate and effective — differently from client-side redirects, which require JavaScript execution and are therefore slower. The 307 and 308 redirects (less common) likely follow the same logic, but no official data confirms this. In practice, it is assumed that the limit of five applies to classic HTTP redirects , those that Googlebot can resolve without rendering JavaScript.Why does Google impose a limit of five redirects?
Does this limit apply to all types of redirects?
SEO Expert opinion
Is this statement consistent with field observations?
Yes, broadly. Technical audits show that short redirect chains (2-3 steps) do not visibly penalize indexing , while chains of six redirects or more often correlate with pages indexed late or weakened quality signals. This aligns with the mechanics described by Mueller. On the other hand, the exact limit of five remains blurry in empirical tests . Some sites with four redirects operate perfectly, while others with three already show slowdowns — likely due to other factors (server speed, content quality, crawl frequency). The rule of five is a technical threshold, not a universal guarantee. Mueller does not mention the cumulative impact of redirects on PageRank sculpting . Historically, each 301 redirect passes about 85 to 90% of equity — a figure never officially confirmed but widely observed. Therefore, three consecutive redirects can theoretically transmit only 61 to 73% of the initial juice (0.85³ ≈ 0.61; 0.9³ ≈ 0.73). [To verify] because Google has never published a precise figure. Another point: Mueller talks about “consecutive” redirects, but what happens with parallel redirects or branching chains? The statement remains vague on complex architectures , particularly multilingual sites with geolocated cascading redirects. In these cases, the limit of five may be reached without the SEO practitioner realizing it. Sites that have undergone multiple migrations or redesigns often accumulate orphaned redirect chains : a URL from 2018 redirects to one from 2020, which redirects to one from 2022, then to the current version. Outcome: four steps, close to the limit. If you then add an HTTPS redirect or switch to www, you cross the critical threshold. Another sensitive case: e-commerce sites with UTM parameters or product URL variants . A URL with tracking may redirect to a canonical version, which itself redirects to a consolidated category, then to a brand page — and boom, four redirects. Multiply that by 10,000 products and you have an exploded crawl budget.What nuances need to be added to this claim?
When does this rule become critical for your SEO strategy?
Practical impact and recommendations
How to audit redirect chains on your site?
Start with a complete crawl using Screaming Frog in “crawl all redirects” mode , then export the redirect chain report. Sort the results by number of steps: anything over three deserves investigation. Then check manually with cURL or a Python script to confirm the actual number of hops — some tools stop prematurely. If you manage a large site (over 50,000 pages), use server logs to identify URLs that Googlebot frequently visits and consistently returns redirects. Oncrawl or Botify allow you to cross-reference crawl data and redirect chains , thus identifying critical paths that consume the most budget. First priority: correct internal redirects . If your linking points to URLs that redirect, you force Google to unnecessarily follow chains. Update your internal links to point directly to the final destination — this saves crawl budget and preserves link equity. Next, eliminate the redirect chains inherited from old migrations. Consolidate multiple 301s into a single direct redirect from the source URL to the current destination. This sometimes requires touching the .htaccess file or Nginx rules, but the gain is immediate: reduced server response time and improved crawl rate. No, that would be counterproductive. Some multiple redirects are legitimate and necessary : for instance, an HTTP URL redirects to HTTPS, then to the canonical www version. This is two inevitable steps if your technical stack requires it. The goal is not absolute zero, but never exceeding three redirects for critical user journeys and high SEO potential pages. Focus your efforts on pages that receive quality backlinks or significant organic traffic . A chain of four redirects on a zombie page is not worth the intervention time. However, if your flagship product page accumulates three redirects and you plan to add a layer of geolocated personalization, that’s the time to clean up. Technical optimization of redirects may seem simple on paper, but in complex architectures (multiregional sites, headless platforms, hybrid CMS), every change affects dozens of server rules and can introduce regressions . If your site exceeds 10,000 pages or if you have undergone multiple successive migrations, engaging a specialized SEO agency can prevent costly mistakes and ensure a clean redesign of the redirect chains without breaking existing indexing.What priority corrective actions should be implemented?
Should you always reduce all chains to a single step?
❓ Frequently Asked Questions
Est-ce qu'une chaîne de trois redirections pénalise mon référencement ?
Les redirections 302 comptent-elles dans la limite de cinq ?
Comment savoir si mes redirections internes créent des chaînes problématiques ?
Les redirections JavaScript sont-elles incluses dans la limite de cinq ?
Que se passe-t-il exactement au-delà de cinq redirections consécutives ?
🎥 From the same video 42
Other SEO insights extracted from this same Google Search Central video · duration 996h50 · published on 12/03/2021
🎥 Watch the full video on YouTube →
💬 Comments (0)
Be the first to comment.