Submit thousands of URLs, find every 404 in one job. Hard 404s, soft 404s, 410 Gone — all surfaced separately for clean cleanup workflows.
A bulk 404 checker that only catches HTTP 404 misses two important categories: soft 404s (200 OK with not-found content) and 410 Gone (intentional permanent removal). We surface all three separately so you can decide what to fix vs accept.
Hard 404 — usually fixable: redirect to a relevant replacement, restore the page, or update the inbound link.
Soft 404 — almost always a bug: the page should return a real 404 status, not a 200 with empty content. Fix on the server side.
410 Gone — intentional removal: nothing to do, but worth confirming you actually intended it.
We use analytics cookies to improve your experience. Opt out anytime in Cookie Settings. Privacy Policy