Redirect chains are silently killing your PageRank
What they are, how to find them, and how to fix them in under an hour
“Every hop in a redirect chain leaks PageRank. A three-hop chain can cost you 15% of a page's authority.”
A redirect chain looks like this:
yoursite.com/old-page → yoursite.com/redirect-1 → yoursite.com/final-page
Each redirect hop leaks a small amount of PageRank. A two-hop chain loses roughly 10–15%. A three-hop chain can lose 20–25%. Multiply that across dozens of pages and you have a meaningful, invisible drag on your rankings.
How redirect chains happen: Most commonly: you redirect a URL, then later redirect the destination again. The original redirect isn't updated to point directly to the final destination. This accumulates silently over years as sites evolve, URLs get renamed, and old redirect rules are never revisited.
How to find them: Run your site through a crawler (Screaming Frog free tier, or RankyPulse's audit). Look for any 301 that leads to another 301. Export the redirect report and filter for chains of 2 or more hops.
How to fix them: Update the first redirect to point directly to the final destination.
Before: yoursite.com/old-page → yoursite.com/redirect-1 → yoursite.com/final-page After: yoursite.com/old-page → yoursite.com/final-page (direct, one hop)
Find these issues on your site right now
RankyPulse checks canonicals, redirects, meta tags, and 50+ more signals in 30 seconds.
Run your technical audit →The rule: every redirect should resolve in a single hop. No exceptions.
Redirect loops — the nuclear version: A redirect loop is when URL A redirects to URL B which redirects back to URL A. This returns an error to both users and Googlebot. Identify loops by looking for any URL that appears as both source and destination in your redirect map.
The redirect timeout problem: Google limits how many redirects it will follow before giving up. If your chain is long enough (5+ hops), Googlebot may simply stop following it — meaning the final destination page never gets crawled or indexed at all.
Bonus: check your homepage The most common redirect chain on the internet: http://yoursite.com → https://yoursite.com → https://www.yoursite.com
If your homepage requires two hops to reach the canonical version, fix that first. Since every page on your site links back to the homepage implicitly, this chain affects your entire site's authority flow.
Collapse all chains to single hops. It's a configuration change in your server or CMS — not a development project.
Find these issues on your site right now
RankyPulse checks canonicals, redirects, meta tags, and 50+ more signals in 30 seconds.
Run your technical audit →