A redirect checker follows every HTTP redirect in a URL chain and shows you every hop — the status code, redirect type, and final destination URL. Whether you are auditing SEO redirects, debugging a redirect loop, or verifying that a domain migration preserved the correct permanent redirects, this tool gives you complete visibility in seconds.
HTTP redirects are a fundamental part of the web. When a server returns a 301 Moved Permanently, 302 Found, 307 Temporary Redirect, or 308 Permanent Redirect, it tells the browser (and search engine crawlers) to request a different URL. A properly configured redirect chain ensures users and bots reach the right content — but chains with too many hops, mixed HTTP-to-HTTPS steps, or redirect loops can silently destroy SEO equity and slow down page load.
Google's crawler and other search engine bots follow redirect chains up to a certain depth. Each hop in a redirect chain passes less "link juice" than a direct link, and too many hops can cause crawlers to give up entirely. Our online redirect checker fetches each step from an external server perspective — just like Googlebot does — so you see exactly what a crawler sees rather than what your browser's cache shows.
Common scenarios where a redirect checker is essential: verifying that HTTP to HTTPS redirects are in place after installing an SSL certificate, checking that a rebranded domain redirects correctly to the new brand, confirming that old blog post URLs redirect to their new permalink structure after a CMS migration, and detecting redirect loops that cause browsers to display "too many redirects" errors.
How to Use the Redirect Checker
- 1
Enter the URL to check
Paste the full URL you want to trace — for example, http://example.com/old-page. You can include or omit the protocol; the tool defaults to HTTPS if no protocol is specified. Do not use shortened URLs from external services; paste the original source URL.
- 2
Click Check
Press the Check button. The tool immediately sends a HEAD request to the URL from an external server and follows every redirect it receives, recording the status code and Location header at each step.
- 3
Review the redirect chain
Each hop in the chain appears as a numbered step showing the full URL, HTTP status code, and redirect type (e.g. 301 Permanent, 302 Temporary). The final step is highlighted and shows the destination URL where the chain ends.
- 4
Act on the results
A healthy redirect should be a single 301 hop from HTTP to HTTPS, or from the old URL to the new one. If you see multiple hops, mixed protocols in the middle of the chain, or a loop, take action in your server or CDN configuration to streamline the redirect path.
Understanding Redirect Checker Results
| Field | Description |
|---|---|
| Step # | Sequence number of the redirect hop — step 1 is your input URL, the last step is the final destination. |
| Status Code | The HTTP response status: 200 = final destination, 301 = permanent redirect, 302 = temporary redirect, 307/308 = modern equivalents preserving request method. |
| URL | The full URL requested at this step, including protocol, hostname, path, and query string. |
| Redirect Type | Human-readable label derived from the status code: Permanent, Temporary, or Final Destination. |
Common Redirect Checker Use Cases
Verify HTTP to HTTPS redirect after SSL installation
After installing an SSL certificate and forcing HTTPS, confirm that every HTTP URL on your domain issues a 301 redirect to its HTTPS equivalent. A missing or incorrect redirect causes both duplicate content issues and loss of ranking signals accumulated on the HTTP version.
Audit redirects after a domain migration or rebrand
When a company rebrands and moves to a new domain, every old URL should 301 redirect to the correct new URL — not just the homepage. Use this tool to spot-check critical old URLs and confirm the full redirect chain ends at the right destination without extra hops.
Debug "too many redirects" browser errors
Browsers display an ERR_TOO_MANY_REDIRECTS error when a redirect chain loops back to a URL already in the chain. This tool shows every hop including the loop, making it straightforward to identify exactly which step redirects back to an earlier URL so you can fix the configuration.
Check redirect chains for SEO equity loss
Each redirect hop reduces the PageRank passed to the final URL by a small but measurable amount. Long redirect chains (3 or more hops) can significantly reduce the authority transferred. Use this checker to find and flatten chains to a single hop wherever possible.