Free Technical SEO utility

Redirect chain checker

Paste up to 20 URLs. For each one we follow the HTTP redirects hop by hop and show the status code, Location header and response time of every hop, then flag loops, chains, broken endpoints and protocol or trailing-slash hops. Export the results as CSV.

Lines without a scheme are checked as https://. Each hop is one HEAD request (GET if HEAD fails), 5s timeout, headers only; up to 10 redirects per URL. Public hosts only.

Why redirect chains matter

Google's documentation says its crawlers follow up to 10 redirect hops by default, that specific products can differ (Google Inspection Tools don't follow redirects), and that URLs returning 4xx aren't indexed. Its crawl budget guide advises: "Avoid long redirect chains, which have a negative effect on crawling." Most sites don't have a crawl budget problem, but every extra hop is still a request for crawlers and a delay for visitors, and chains tend to pile up after migrations and HTTPS or www changes.

What the checker flags

Limits

Related