Definition v1.0, updated 2026-07-07

What a redirect chain is

One URL that bounces through several before it resolves, and the cost.

A redirect chain is a URL that sends a reader through two or more hops before it lands on the final page. You ask for A, A redirects to B, B redirects to C and only C is the real page.

Every hop costs. It is slower for a person, it spends crawl budget and it delays consolidating the signals to the final URL. Some crawlers give up after a few hops and never reach the destination.

Use a 301 for a permanent redirect, not a 302, so engines treat the destination as the real URL. Collapse chains so each old URL points straight to the final one, A to C, not A to B to C. Update your internal links to point at the final URL so nothing has to redirect at all. For a whole-site rule like www to non-www, or HTTP to HTTPS, set it once at the server, CDN or edge rather than per page.

Kenovar follows redirects and shows the full chain with each status code, in the audit and the HTTP headers tool.

Read next

Why AI cannot see content behind JavaScript

Non-rendering crawlers get the shell, not the content and how to fix it.

What internal PageRank is

How link equity flows through your own site, and why buried pages lose out.

What crawl budget is

The finite attention a crawler gives your site, and how it gets wasted.

All topics