410 Gone
Also called: 410, 410 error, HTTP 410, 410 Gone status code
410 Gone is an HTTP status code that tells browsers and search engines a page has been permanently removed and will not return. Unlike a 404 (not found), which leaves permanence ambiguous, a 410 signals the deletion is deliberate and final.
A 410 is the strongest way to tell search engines that a URL is dead on purpose. Per RFC 9110 (as documented by MDN), you return it when the resource is gone and the removal is likely permanent, and you use 404 when you are not sure whether the page might come back. A 410 response is cacheable by default, and the standard advises removing or replacing any links that still point to it.
410 vs 404 for Google
Google’s current Search Central documentation says all 4xx errors except 429 are treated the same: a previously indexed URL gets dropped from the index, newly seen error pages are not processed, and crawl frequency gradually falls off. Older guidance from Google (circa 2014) suggested 410 deindexed slightly faster than the roughly 24-hour grace period given to a 404, but the current docs no longer draw that line, so treat both as reliable deindexing signals rather than expecting 410 to work magic.
Use 410 for content you deleted for good: expired promotions, discontinued products with no replacement, or spam and hacked URLs you want purged. Serve the real status code, not a 200 on an empty page (a soft 404), which keeps dead URLs lingering in the index.
location = /old-promo { return 410; } How it affects your traffic
Wrong status codes quietly drain crawl budget and bloat your index. When deleted pages return 200 or a soft 404 instead of a clean 410 or 301, Google keeps re-crawling dead URLs and diluting the signals that should flow to your live pages. A technical SEO audit maps every removed URL to the right response (410 for permanent deletions, 301 for anything with a true replacement) so crawlers spend their budget on pages that earn traffic. That cleanup is part of our Technical SEO work.
Get Technical SEO that moves the needle
We turn terms like this into ranked pages and qualified pipeline. Start with a free Initial SEO Strategy.