Free Online Redirect Checker
A redirect checker traces a URL through every redirect hop, showing the status code and target at each step so you can spot 302s, loops and long chains.
This tool uses AI and sends your text to a secure API for processing. No data is stored after your session.
How to Use This Tool
- Enter the starting URL, often the http:// version, to see the full path to HTTPS.
- Press Check to trace every hop up to a safe limit.
- Read the numbered chain — each row shows the status code, the URL and the next Location.
- Confirm permanent moves use 301 rather than 302, and that the chain ends in a 200.
- Collapse any chain of two or more hops into a single direct redirect where you can.
What Is a Redirect Checker?
A redirect tells a client to request a different URL, signalled by a 3xx status code and a Location header as defined in RFC 9110. The two that matter for SEO are 301 Moved Permanently, which passes ranking signals to the destination and tells search engines to swap the indexed URL, and 302 Found, which is temporary and keeps the original URL indexed. Using a 302 for a permanent move is a frequent mistake that strands link equity on a URL you no longer use.
We follow the chain on our server with manual redirect handling, recording each hop's URL, status and Location header rather than letting the browser silently collapse them. This exposes redirect chains — two or more hops in sequence, such as HTTP to HTTPS to a trailing-slash URL — and redirect loops, which appear as repeating URLs. Each extra hop adds latency and slightly dilutes link signals, so collapsing chains to a single 301 is the goal.
Server-side tracing is necessary because browsers do not expose intermediate redirect responses to client JavaScript, and cross-origin requests are blocked by CORS.
Frequently Asked Questions
What is a redirect chain?
301 vs 302 — does it matter?
Why does the trace stop?
Published by the WeGotEveryTool team. We build and test every tool in-house and update pages when the underlying spec, formula, or recommendation changes.
Reviewed: May 2026. Disclaimer: this tool is provided as-is for general informational use. For decisions with material consequences (medical, legal, financial, security) verify results against a qualified professional source.
Related SEO Tools
Enter a URL to see the live HTTP response status and every header the server returns, including caching, security and content-type directives.
Paste HTML to find its canonical link tag and flag common problems: missing tag, multiple canonicals, relative URLs or self-referencing mismatches.
Enter a page URL and we extract its outbound links and test each one, reporting the status code so you can fix 404s and dead references.
Build an accurate site: operator query for a URL and open it on Google and Bing to see whether the page appears in the search index.
Connect to a domain over TLS and read its certificate issuer, subject, validity dates, days remaining, SAN list and negotiated protocol.