Redirect Chain Checker
Redirect chains are silent killers: every extra hop adds 100–500ms, dilutes link equity, and confuses crawlers. Our checker follows the chain from start to finish, showing every status code, response time, and the type of redirect (301, 302, 307, meta refresh, JS). Catches loops, dead ends, and 404s mid-chain.
We follow up to 15 hops and stop at the first 2xx/4xx/5xx response.
Related glossary terms
Want a deeper dive? These glossary entries explain the concepts behind this tool.
How to use it
Paste a URL
Enter the starting URL. The server-side fetcher follows every redirect hop, up to 15.
Review each hop
Each row shows URL, status code, redirect type, and response time. Issues are flagged in red.
Eliminate the chain
If the final URL should be served directly, update your server config (htaccess, nginx, CDN) to skip intermediate hops.
Frequently Asked
Questions
Check HTTP redirect chains for performance and SEO — from 301s to 307s, including cycles and dead ends.
A redirect chain is two or more consecutive HTTP redirects between the URL a user/crawler requests and the final destination. A→B→C→D is a 3-hop chain. Each hop adds latency, dilutes PageRank transfer, and increases the chance of one hop failing.
Google's John Mueller has said 'you should aim for 1 redirect, max 2, and absolutely avoid 3+.' In practice, every additional hop costs 50–300ms of TTFB and can lose 5–10% of link equity.
Yes. 301 (permanent) passes ~90-99% of link equity to the destination. 302 (temporary) passes 0% historically, though Google has said 302s are treated like 301s in practice. The bigger issue: leaving a 302 in place indefinitely is a wasted SEO signal — make it 301 if the move is permanent.
Yes — the checker stops at 15 hops but will explicitly flag a detected loop (A→B→A→B) with a 'redirect loop' warning. Loops are usually caused by misconfigured rewrite rules.
The checker only follows HTTP-level redirects (server responses and meta refresh). JavaScript-based redirects (window.location, history.pushState) are invisible to the HTTP fetcher and not detected. To check JS redirects, use a real browser tool.
More free tools
Free, no signup required. Built by the team behind SERPView.
Google SERP Simulator Tool
Simulate exactly how your page appears in Google search results. Live SERP preview with title, URL, and description — plus character and pixel-width warnings before you publish.
Meta Description Generator
Generate 5 AI meta description variants from your page title. See the live SERP preview and copy the winner to your CMS.
Want this automated across your whole site?
SERPView monitors title tags, meta descriptions, and structured data for every URL — alerting you the moment something breaks or could be improved.
Get started free