Redirect chain checker

Trace every 301 / 302 / 307 / 308 redirect from the initial request to the final URL. Catch redirect loops, extra hops, and PageRank loss across the chain.

Tool widget will live here. Use the main product in the meantime.

Long redirect chains are a common silent traffic killer. Every extra 301 eats some of the transferred PageRank and adds TTFB, and if a 302 (temporary redirect) is in the chain, the engine may pass no signal at all. The tool walks the chain step by step and prints each HTTP response: status, target URL, and Cache-Control / Location headers.

Why check the chain

Redirect chain checker — Site Metrics Tool