Redirect Chain
Quick Definition
A redirect chain occurs when a URL redirects through multiple intermediate URLs before reaching the final destination. Redirect chains waste crawl budget, slow page loading, and dilute link equity with each hop.
Why It Matters
Each redirect in a chain adds latency and loses a small amount of link equity. A chain of 3-4 redirects can add 1-2 seconds to page load time and lose 10-15% of link equity that would otherwise reach the final page. Google will follow up to 10 redirects but may give up on very long chains.
Real-World Example
Over several years of URL changes, a page ends up with this redirect chain: /old-page -> /new-page -> /newer-page -> /newest-page. Each hop slows down the user and dilutes link equity. The fix is simple: point /old-page directly to /newest-page, eliminating the intermediate hops.
Signal Connection
Momentum -- Redirect chains create friction that slows down both users and crawlers. Fixing chains restores clean, fast URL paths that maintain positive momentum in page speed and crawl efficiency.
Pro Tip
Screaming Frog detects redirect chains automatically. Run a crawl, go to Reports > Redirect Chains, and you will see every chain on your site. Update the first redirect in each chain to point directly to the final destination URL.
Common Mistake
Adding new redirects on top of old ones without checking for existing chains. Every time you change a URL, check if the old URL already has redirects pointing to it. If so, update those earlier redirects to point directly to the newest URL.
Test Your Knowledge
What is a redirect chain?
Show Answer
Answer: B. Multiple redirects in sequence where one URL redirects to another, which redirects to another
A redirect chain occurs when a URL redirects to another URL, which then redirects to yet another URL, creating a sequence of multiple hops. Each hop adds load time and can dilute link equity. The solution is to redirect directly to the final destination.