free seo tools
SEO.to / 22

HTTP status code checker

Paste up to 25 URLs, one per line. The tool requests each one and reports the status code, so you can see redirects, missing pages and server errors at a glance.

Capped at 25 URLs per run. Deeper link checks belong to the broken link checker.

Reading the codes

ClassMeaning
2xxSuccess. The page serves.
3xxRedirect. One hop to a 200 is fine; chains cost crawl budget.
4xxClient error. 404 means gone, 410 means gone permanently.
5xxServer error. Repeated 5xx responses make crawlers come back less often.

Status 0 means the target could not be reached at all: DNS failure, refused connection or timeout.

Next