↪️

Redirect Chain Checker

Trace the full HTTP redirect chain for any URL. See every 301, 302 and 307 hop, the final destination URL and response time per hop. Detects redirect loops automatically.

Up to 15 Hops

HTTP Redirect Status Codes Explained

Why Redirect Chains Hurt SEO

Each additional redirect hop adds latency (typically 100–300 ms on a fast server) and dilutes link equity. Google recommends a maximum of 5 hops in a chain, and PageRank passes less cleanly through each jump. A chain of 5+ hops is a strong sign that redirects have accumulated over time without being cleaned up — often from CMS migrations, domain changes or URL restructures stacked on top of each other.

Best practice: always redirect directly from the old URL to the final URL, skipping intermediate steps.

Frequently Asked Questions

A 301 redirect is a permanent redirect. It tells search engines and browsers that a page has moved to a new URL permanently. The original URL's PageRank is largely transferred to the destination. Use 301 for pages you've moved for good.
A 301 is permanent and passes most link equity to the destination. A 302 is temporary — search engines keep the original URL indexed and don't transfer as much authority. Use 301 unless you genuinely intend to move the content back.
Each redirect in a chain adds latency and can dilute PageRank. Google recommends no more than 5 hops. Long chains slow down your pages and are a sign of accumulated technical debt — try to redirect directly to the final destination where possible.
A redirect loop is when URL A redirects to URL B, which redirects back to URL A (or through a longer cycle). The browser and this tool detect loops and stop following them. Loops prevent the page from loading entirely and should be fixed immediately.
Yes, this tool follows up to 15 redirect hops and shows each step in the chain. It handles both absolute and relative Location headers and detects redirect loops automatically.