410 Gone
The resource is permanently gone and will not return.
What it means
HTTP 410 Gone is a stronger, more deliberate version of 404. It tells clients and search engines that the resource was here but has been intentionally and permanently removed, with no forwarding address. Unlike 404, it explicitly states the absence is permanent.
When it happens
It happens when you permanently retire content — discontinued products, expired listings, or pages you have deliberately taken down for good.
How to fix it
- If removal is intentional and permanent, 410 is the correct response — no fix needed.
- If the content actually moved, use a 301 redirect instead of 410.
- If the page was removed by mistake, restore it.
SEO impact
Efficient for deliberate removals. Search engines tend to drop 410 URLs from the index faster than 404s because the permanence is explicit. Use 410 to cleanly retire pages you never intend to bring back.
Find out which of your URLs return 410
Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.
Related codes
The server could not find the requested resource.
400 Bad RequestThe server could not understand the request due to malformed syntax.
401 UnauthorizedAuthentication is required and has failed or not been provided.
402 Payment RequiredA largely reserved code intended for payment-gated access to a resource.
403 ForbiddenThe server understood the request but refuses to authorize it.
405 Method Not AllowedThe HTTP method used is not supported for the requested resource.
Related guides
How to diagnose and fix 404 errors, spot soft 404s, and decide when a missing page should be redirected with a 301 or retired cleanly with a 410.
HTTP status codes explained: a practical primer for SEOsA plain-English primer on HTTP status codes for SEOs: what the 2xx, 3xx, 4xx, and 5xx families mean, which ones affect rankings, and the codes worth knowing.