redirect chain
Also called: redirect chains, redirect hops, chained redirects
A redirect chain is a sequence of two or more redirects a browser or crawler passes through before reaching the final URL (for example, URL A redirects to B, which redirects to C). Each extra hop adds latency and can weaken or break the SEO signals meant to reach the destination.
A single redirect is normal and safe. A chain forms when redirects stack: http:// to https://, then www to non-www, then an old slug to a renamed one. Each 3xx response is a separate round trip, so a three-hop chain makes the visitor (and Googlebot) wait on four requests instead of one.
Why the hops matter
Google’s John Mueller has said Googlebot follows “up to 5 hops in the chain per crawl attempt.” Past that, Googlebot stops for that crawl and picks the chain up on a later visit, which delays how fast the final URL gets crawled and indexed. Long chains also undercut the consolidation you wanted from the redirect in the first place: signals pass through more junctions, and any one misconfigured hop (a stray 302 in the middle, a loop, a typo) can break them.
The usual causes are protocol and host normalization piling on top of old content migrations nobody cleaned up. A chain becomes a loop when a URL eventually redirects back to itself, which triggers the browser “too many redirects” error and blocks the page entirely.
The fix is to collapse every chain to one hop. Point the first URL straight at the final destination with a single server-side 301 (or 308 for methods that must stay intact). Then update internal links, canonical tags, and the XML sitemap so they reference the final URL, not any intermediate one, so crawlers never enter the chain to begin with.
How it affects your traffic
Redirect chains are one of the quiet crawl-budget leaks a technical audit catches. On a large site, hops that Googlebot abandons mean pages that get crawled and indexed slower, plus link signals that arrive at the destination weaker than intended. Slower redirects also drag Core Web Vitals, since each hop delays the first byte the user sees. Our Technical SEO service maps every chain and loop on your site, collapses them to single 301s, and repoints internal links and sitemaps at the final URLs so both crawlers and users reach the destination in one hop.
Get Technical SEO that moves the needle
We turn terms like this into ranked pages and qualified pipeline. Start with a free Initial SEO Strategy.