301
PermanentUsually means the old URL should be replaced by the new canonical URL.
Use this guide when you have pasted redirect output from curl, httpstatus.io-style tools, browser diagnostics or hosting logs and need to understand the chain.
Want the tool first? Open the Redirect Chain Analyzer
Use Redirect Chain Analyzer for pasted status lines, Location headers and redirect-rule evidence. It can help you spot loops, long chains, dropped paths and staging hosts, but it does not live-check arbitrary URLs or make backend HTTP requests.
Primary tool
Paste redirect-chain output, response headers, redirect-rule examples or sitemap URL lists for browser-only analysis.
The analyzer reads pasted evidence. It does not fetch live URLs.
Good output is easier to read when the chain is complete and sensitive values are removed.
This is a common way to collect redirect evidence without relying on browser UI.
Prefer direct one-hop redirects from legacy URLs to the final canonical URL.
The status code tells you what kind of redirect or final response you are looking at.
Usually means the old URL should be replaced by the new canonical URL.
Means the redirect may not be intended as the final permanent canonical signal.
Keeps the HTTP method and is usually temporary.
Permanent like 301, while preserving the HTTP method.
A chain such as http to https to www to apex can usually be collapsed to the final URL.
A loop revisits the same URL and can produce too many redirects in browsers.
A browser-only analyzer can read pasted evidence, but it is not a network crawler.
Use these when redirect output includes URL encoding or JSON-like diagnostic data.
These notes explain adjacent developer-tool and privacy behaviour.
Use the next step that matches the question you want to answer.
No. The redirect analyzer is browser-only. It analyzes pasted curl, HTTP-status or redirect-rule evidence; it does not fetch arbitrary URLs.
A redirect chain is the sequence of URLs and status codes a request follows before it reaches the final response.
Extra hops can slow users and crawlers, make canonical signals less clean and hide redirect rules that should point directly to the final URL.
It asks for response headers and follows redirects, which makes it useful for collecting status lines and Location headers to paste into an analyzer.
No. Remove private query strings, signed URLs, cookies, authorization headers and sensitive paths before pasting output into browser tools.
This guide explains how to read pasted redirect evidence. It is not hosting, security, legal or professional SEO advice, and it does not test live URLs for you.
Read the methodology notes or the general disclaimer for broader NoNoiseTools assumptions.