Redirect Checker
Enter a URL to trace its redirect chain and find the final destination.
About the Redirect Checker
This tool follows a URL through every redirect hop until it reaches the final destination. It shows you the full redirect chain including HTTP status codes for each step.
- Debug shortened URLs (bit.ly, t.co, etc.) to see where they really go
- Verify that your 301 and 302 redirects are set up correctly
- Detect redirect chains that could be slowing down your site
- Check for redirect loops or broken redirect configurations
Redirect status codes explained
Every hop in a redirect chain returns an HTTP status code. This is what each one means:
| Code | Meaning |
|---|---|
| 301 | Permanent redirect. The page has moved for good: browsers cache the hop and search engines transfer the old URL’s rankings to the new one. |
| 302 | Temporary redirect (Found). The move is not meant to last, so search engines keep the original URL indexed. |
| 303 | See Other. Sends the browser to a different page with a GET request, typically after a form submission. |
| 307 | Temporary redirect that strictly preserves the request method and body. |
| 308 | Permanent redirect that strictly preserves the request method and body. |
| 4xx / 5xx | Error. The chain ends at a broken, blocked, or missing page, which usually means a dead link that needs fixing. |
Why redirect chains matter
A redirect chain is a URL that redirects to another URL, which redirects again before reaching the final page. Chains are worth finding and fixing because:
- Speed: every hop adds a full network round trip, often 100–500 ms each, before the final page even starts loading.
- SEO: each extra hop can leak a little link authority, and Googlebot gives up on chains longer than about 10 redirects.
- Reliability: every hop is one more server that can go down, expire, or start looping.
- Attribution: long chains can strip referrer information and tracking parameters, quietly breaking your analytics.
Redirect checker FAQ
More Free Tools
QR Code Generator
Convert any link to a free QR code
UTM Tag Builder
Build UTM parameters for campaign tracking
Mailto Link Generator
Create mailto links with pre-filled subject, body, CC and BCC
WhatsApp Link Generator
Create WhatsApp click-to-chat links with pre-filled messages
SMS Link Generator
Create click-to-text SMS links with pre-filled messages
Base62 Encoder
Convert base 10 numbers to Base62 format
Base62 Decoder
Convert Base62 strings back to base 10 numbers
UTC Time Now
View the current time in the UTC timezone
Need More Control Over Your Redirects?
Get 100 short links and track 500 monthly clicks for free.