HTTP Status Code Checker
Bulk-check HTTP status codes for up to 25 URLs. Identify broken links, redirects, server errors, and get a site health score with actionable recommendations.
Check Status Codes
How the Score Is Calculated
How the Score Is Calculated
The site health score starts at 100 and is reduced based on issues found:
- -10 points per 4xx Client Error
- -15 points per 5xx Server Error
- -3 points per 3xx Redirect (minor — redirects are common)
- -8 points per Connection Error
Scores above 90 are excellent, 70-89 are good with minor issues, 50-69 need attention, and below 50 is critical.
HTTP Status Code Checker Examples: Valid vs. Broken Inputs
Use these examples before testing your own site so you know what a normal result and a problem result should look like.
Test https://example.com/ to see a simple successful HTTP response.
Test https://httpstat.us/500 or https://httpstat.us/404 to see how server errors and missing pages appear.
Preview: What the Result Should Show
A screenshot should show the submitted URL, returned status code, response category, and plain-language meaning.
How to Interpret the Result
200-level responses are generally accessible. 300-level responses redirect. 400/500-level responses usually need investigation if the URL should be live.
Common Failure Cases
- 404 page not found
- 500 server error
- 403 blocked request
What warnings mean
A warning means the URL responded, but the status is not ideal for a page that should rank. For example, a 3xx redirect may be normal for HTTP-to-HTTPS cleanup, while a 403 or repeated 5xx pattern usually needs investigation.
What this tool cannot know
- Whether a temporary outage is affecting real users or only happened during this single check.
- Whether Googlebot receives the same response as this server-side request if a CDN, WAF, or geo rule changes behavior by user agent or location.
- Whether the URL should exist at all — that requires site architecture, internal-link, sitemap, and business-context review.
Frequently Asked Questions
Reviewed Jun 2026 · Sources and limitations
Review details: 2026-06-10 · Marc LaClear · v1.0
Reference sources:
- Google Search Central documentation
- Google Search Central crawling and indexing docs
- Google structured data guidelines
- Schema.org vocabulary
- MDN Web Docs for HTTP and HTML references
Known limits:
- Checks are based on publicly fetchable HTML, response headers, and browser-side input. They do not use private Google Search Console, analytics, or ranking data.
- Scores and warnings are diagnostic aids, not guarantees of ranking improvement or Google indexation.
- Pages blocked by robots.txt, login walls, bot protection, heavy JavaScript, or network timeouts may return incomplete results.
- Validate critical fixes with official Google tools such as Search Console, Rich Results Test, Lighthouse, and your own crawl data.