Hit every URL, get back the HTTP status code. 200, 301, 302, 404, 410, 500 — every code reported faithfully, with the full redirect chain when applicable.
Some checkers normalise or simplify status codes. Ours doesn't. You see exactly what the server returned. 308 is reported as 308, not "redirect." 410 is reported as 410, not "404."
Once the job is done, filter the results by status code group with one click. "Show only 4xx" gives you the broken set. "Show only 3xx" gives you redirected URLs. "Non-2xx only" gives you everything that didn't return healthy. Exports respect the filter.
Pre-deploy QA — check that your new site's URLs all return 200 before pushing live.
Post-migration verification — verify all old URLs now return 301 (not 302, not 404).
Broken-link audits — bulk surface every 404/410.
Service health — check a status-page URL set returns 200 across regions.
We use analytics cookies to improve your experience. Opt out anytime in Cookie Settings. Privacy Policy