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
| Class | Meaning |
|---|---|
| 2xx | Success. The page serves. |
| 3xx | Redirect. One hop to a 200 is fine; chains cost crawl budget. |
| 4xx | Client error. 404 means gone, 410 means gone permanently. |
| 5xx | Server 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.