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 Should you really be concerned about redirect chains for Google's 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 follows up to five consecutive redirects and treats them as a single crawl request. Beyond this threshold, each additional redirect becomes a separate request, which directly impacts your crawl budget. Specifically: limit your redirect chains to a maximum of four hops to avoid wasting crawl resources unnecessarily.
What you need to understand
What does it actually mean to 'treat as a single request'?
When Googlebot encounters a URL that redirects to another, it automatically follows the chain of redirects to reach the final URL. Mueller clarifies here that Google follows up to five consecutive redirects without interrupting this process. These five hops are treated as a single crawl operation, counted only once in your crawl budget. Beyond this limit, the process fragments. Each additional redirect becomes a separate request , which mobilizes more server resources and disproportionately consumes your crawl budget. For a site with thousands of pages, this difference is not trivial — it can delay the indexing of priority content. The main reason is performance . Following infinite chains of redirects would expose Googlebot to redirect loops, configuration errors, or malicious cloaking attempts. By setting a threshold at five, Google strikes a balance between technical flexibility and protection against abuse. This limit also corresponds to on-ground reality. In 99% of healthy configurations, you never exceed three redirects — and if you have five, it's usually a sign of a problem with architecture or poorly cleaned up successive migrations. Google leaves you some leeway but does not endorse chaos. Mueller does not specify whether the distinction between 301/302/307/308 influences this treatment. In practice, the type of redirect has no impact on the counting of hops — it’s the number of consecutive HTTP requests that matters. Whether you chain five 301s or a mix of 302 and 307, Google stops the clock at the fifth hop. However, JavaScript or meta-refresh redirects are a different story . They require client-side rendering, hence a different processing method. Mueller speaks here only of classic server-side HTTP redirects. If your chain mixes server and JS redirects, it is even more costly in resources — and potentially not counted the same way.Why does Google impose this limit of five redirects?
Does this rule apply to all types of redirects?
SEO Expert opinion
Is this statement consistent with on-the-ground observations?
Yes, and it's even one of the rare times Google gives a precise number. Empirical tests show that Googlebot really follows up to five hops before treating subsequent redirects as fragmented requests. This behavior is observed in server logs: a chain of four redirects generates a single crawl entry, while a chain of six generates multiple. That being said, Mueller says nothing about crawl speed or lost PageRank . Even if Google 'follows' the five redirects, each hop dilutes the link equity transmitted a little more. Tests show that beyond two redirects, you start to lose juice — even if technically, the final URL is indexed properly. First point: Mueller talks about 'consecutive' redirects . If your architecture mixes server redirects and client redirects (JS, meta-refresh), the counter does not work the same way. Google must first render the JS page, which adds latency and consumes more budget. A chain of three server redirects + one JS can cost as much as a chain of six classic redirects. Second nuance: this limit concerns crawling, not necessarily final indexing . Google can very well index the destination URL even if the chain exceeds five hops — but the process will be slower, less prioritized, and the link equity diminished. [To be verified] : no official data specifies whether a chain of seven redirects completely blocks indexing or simply delays it. Google may raise this limit for very high authority domains — it's a plausible hypothesis but not confirmed by Mueller. Sites like Wikipedia or Amazon have almost unlimited crawl budgets. If their technical architecture imposes six redirects on some pages, it's likely that Google still follows them. But for 99% of sites, don’t count on it. Another edge case: temporary redirects (302, 307) are not always treated the same way as permanent ones . If you chain five 302s, Google may decide to recrawl the chain multiple times to check if it changed — which doubles the actual budget consumption. Mueller does not specify this point, but it's consistent with observed behavior in logs.What nuances should be added to this rule?
In what cases does this rule not strictly apply?
Practical impact and recommendations
What should you do to clean up your redirect chains?
First, audit your site with Screaming Frog or Sitebulb by enabling the 'Redirect Chains' option. These tools automatically detect chains of two or more redirects and list them for you. Export the report, sort by chain length, and focus on those exceeding two hops. Next, fix the chains by redirecting directly to the final URL . If A → B → C → D, replace with A → D and B → D. This reduces user latency, preserves link equity, and frees up crawl budget. In 80% of cases, these chains are the result of poorly documented successive migrations — no one ever cleaned up afterwards. Never redirect a redirect — this is the golden rule. If you migrate a site that has already been migrated, don't just add another layer of redirects on top of the existing ones. Trace the full chain, identify the original source URL, and redirect it directly to the new final destination. Second common mistake: forgetting external backlinks . You can fix your internal redirects, but if thousands of inbound links point to a URL that redirects twice, you're wasting equity. Contact the most significant referring sites to update their links — or use disavow if those links are toxic anyway. Inspect your server logs to spot crawl patterns. If you see Googlebot making the same request multiple times on a redirect chain, it's splitting the process — a sign that you're exceeding the limit. Compare with your Search Console reports: if some pages take weeks to be indexed while being crawled, redirect chains are often to blame. Also, use the 'URL Inspection' tool in Search Console to manually test your problematic URLs. Google will show you the indexed final URL and the redirect path followed. If you see more than two hops, that’s an immediate red flag. Prioritize correction based on the current organic traffic of those pages.What mistakes should be avoided when managing redirects?
How can I check if my site complies with this limit?
❓ Frequently Asked Questions
Que se passe-t-il exactement après la cinquième redirection ?
Les redirections 301 et 302 sont-elles comptées de la même façon ?
Une chaîne de quatre redirections pénalise-t-elle le référencement ?
Comment identifier rapidement les chaînes de redirections sur mon site ?
Les redirections internes au sein d'un CDN comptent-elles dans cette limite ?
🎥 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.