Group errors by status
Separate 404, 403, 500, and other terminal responses instead of reviewing a raw URL list.
Review crawled URLs that return client or server errors and separate expected terminal responses from problems that need attention.
This page focuses on HTTP errors in crawl context. The crawler records the fetched URL, response status, discovery source when available, metadata, redirect outcome, and history signals that explain why a finding appears.
Use the check to review URLs returning 4xx or 5xx status codes. The goal is not just to report a problem, but to show the URL-level evidence needed to decide whether the issue is intentional, accidental, fixed, or still unresolved.
Separate 404, 403, 500, and other terminal responses instead of reviewing a raw URL list.
Find the page that introduced the URL when the crawler can identify it.
Rerun the crawl after route, server, or content changes.
Small technical issues become expensive when they remain invisible. For HTTP errors, a repeatable crawl helps distinguish a one-time anomaly from a persistent problem caused by templates, redirects, routes, metadata, or content changes.
Start with the concrete evidence: affected URL, source page, HTTP status, metadata value, redirect target, or comparison row. After the fix is made, run another crawl with comparable settings to confirm the finding is resolved.
It checks URLs returning 4xx or 5xx status codes and presents the result as summary counts plus URL-level evidence. That makes the audit useful for deciding what to fix and for verifying the result in a later crawl.
No. The URL is transferred to the crawler seed field so you can review scope, limits, redirects, and sitemap policy before starting.
Yes. Registered users can create scheduled audits and review whether findings are new, resolved, or still unresolved across completed crawls.
No. The same findings are useful for site maintenance, release validation, migration checks, and general quality assurance.
Enter a website URL and inspect HTTP errors with URL-level evidence in the live crawler.