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:

CodeMeaning
301Permanent redirect. The page has moved for good: browsers cache the hop and search engines transfer the old URL’s rankings to the new one.
302Temporary redirect (Found). The move is not meant to last, so search engines keep the original URL indexed.
303See Other. Sends the browser to a different page with a GET request, typically after a form submission.
307Temporary redirect that strictly preserves the request method and body.
308Permanent redirect that strictly preserves the request method and body.
4xx / 5xxError. 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



Need More Control Over Your Redirects?

Linkly lets you create smart redirects with conditional routing rules, click tracking and analytics, and more. Set up 301 or 302 redirects, A/B test destinations, and monitor every click.

Get 100 short links and track 500 monthly clicks for free.