Redirect Checker
Enter a URL and trace every redirect it goes through - see each hop, its status code and where the chain finally lands.
How it works
The URL is requested one hop at a time, without automatically following redirects, so every step in the chain can be shown with its own status code. 301 and 308 are permanent redirects that pass link equity; 302, 303 and 307 are temporary and generally shouldn't be used for permanent moves. Chains of more than one redirect slow pages down and waste crawl budget - point the first URL straight at the final destination wherever you can.