Redirects: checking redirect chains
Why check redirects
Redirects appear when a site moves, the URL structure changes, and www/non-www or HTTP/HTTPS are merged. Errors in them are one of the main causes of traffic loss during a redesign.
The tool shows the full chain: every intermediate URL, response code and the final page. This makes it easy to find extra hops, loops and temporary 302s where a permanent 301 is needed.
Rules of good practice
Redirect straight to the final URL: the chain http → https → www → trailing slash should collapse into a single hop. Update internal links so they do not pass through redirects at all.
After a site move, keep the map of old-to-new URLs and maintain the 301 redirects for at least a year — until search engines fully re-merge the pages.