Technical SEO

Redirect Chain

A redirect chain occurs when a URL redirects to a second URL that also redirects (rather than resolving to a final page directly), creating a sequence of hops that dilutes link equity, slows page load for users, and wastes Googlebot crawl budget.

Quick Answer

A redirect chain occurs when a URL redirects to a second URL that also redirects (rather than resolving to a final page directly), creating a sequence of hops that dilutes link equity, slows page load for users, and wastes Googlebot crawl budget.

  • Each redirect hop dilutes PageRank by ~15% and adds 100-500ms latency — a 3-hop chain delivers 72% of link equity and is meaningfully slower than a direct redirect.
  • Fix chains by updating the source URL to point directly to the final destination, bypassing all intermediate URLs.
  • Common chain sources: overlapping HTTP→HTTPS, www→non-www, and URL slug rename redirects that weren't consolidated.

Key Takeaways

  • Each redirect hop dilutes PageRank by ~15% and adds 100-500ms latency — a 3-hop chain delivers 72% of link equity and is meaningfully slower than a direct redirect.
  • Fix chains by updating the source URL to point directly to the final destination, bypassing all intermediate URLs.
  • Common chain sources: overlapping HTTP→HTTPS, www→non-www, and URL slug rename redirects that weren't consolidated.

How Redirect Chain Works

A redirect chain is a series of HTTP redirects where URL A redirects to URL B, which then redirects to URL C, which may redirect further before reaching the final destination. Each hop in the chain has a cost: each redirect requires an additional HTTP round-trip (adding 100-500ms latency per hop for users), PageRank loses approximately 15% with each hop (a 3-hop chain delivers roughly 72% of the original link equity to the final URL), and Googlebot has a crawl budget limit — pages behind redirect chains are crawled less frequently than direct pages because Googlebot may not follow chains beyond 3-5 hops.

Why Redirect Chain Matters for B2B Marketing

The most common causes of redirect chains: URL migrations where old URLs were redirected to intermediate URLs that were later renamed; HTTP to HTTPS migrations that left HTTP→HTTP redirect rules alongside HTTPS→www redirects; platform migrations where old redirects were preserved alongside new content management redirects; and inconsistent URL canonicalization (trailing slash vs. no-trailing-slash combined with www vs. non-www redirect rules). Each redirect type solves a problem in isolation but creates chains when combined without cleaning up the accumulated redirect history.

Redirect Chain: Best Practices & Strategic Application

Detection is straightforward using Screaming Frog (free up to 500 URLs): crawl your site and filter by "Redirect Chains" in the Response Codes section. The tool shows every URL with 2+ hops and the full chain sequence. Ahrefs Site Audit and Semrush also surface redirect chains. The benchmark: any URL accessible to Google should resolve in 1 hop (2xx) or at most 1 redirect hop to its canonical final URL. Chains of 3 or more hops should be treated as bugs.

Agency Perspective: Redirect Chain in Practice

Fixing redirect chains requires updating each intermediate redirect to point directly to the final destination URL. If URL A → URL B → URL C is the chain, the fix is URL A → URL C (bypassing B entirely). This preserves all link equity in a single hop. On WordPress, redirect management plugins (Rank Math Redirections, Redirection) allow bulk editing of redirect rules. For hardcoded .htaccess or Nginx redirects, update the rule source URL to point directly to the final destination and remove intermediary redirects that are no longer entry points. After fixing, verify with Screaming Frog that all formerly-chained URLs now resolve in a single 301.

Frequently Asked Questions: Redirect Chain

Put Redirect Chain Into Practice

MV3 Marketing helps B2B companies apply these strategies to drive measurable pipeline growth. Our team executes our services for technology, SaaS, and professional services companies.

redirect-chain