410 Gone

410 Gone

The HTTP status code 410 (Gone) indicates the permanent removal of a page - essential for clean SEO and index cleanup.

What is the HTTP Status Code 410 (Gone)?

The HTTP status code 410 (English "Gone", in German "weg" or "no longer available") is a server response that signals that a requested page has been intentionally and permanently removed and will not return. It belongs to the family of 4xx status codes, which indicate client-side errors, i.e., cases where the requested resource cannot (or no longer) be delivered. The 410 code is the clear, definitive statement: "This page existed, it was deliberately deleted, and it will not return."

For technical search engine optimization, the 410 code is a useful but often overlooked tool to clearly inform search engines that a page has been permanently removed.

The Key Difference: 410 (Gone) vs. 404 (Not Found)

The 410 code is easily confused with the more familiar 404 code. Both indicate that a page will not be delivered, but they differ in their meaning:

  • 404 (Not Found): "This page was not found." This is an open statement. The reason remains unclear, and it is not certain whether the page is only temporarily missing or may return later.
  • 410 (Gone): "This page has been intentionally and permanently removed." This is a definitive, deliberate statement that the page will not return.

Simply put: A 404 says "not here," while a 410 says "intentionally and forever gone." The 410 is therefore the much clearer and more definitive message.

How Does Google Handle the 410 Code?

A nuanced understanding is important here, as many misconceptions exist. Google fundamentally recognizes the difference between 404 and 410: A 410 page tends to be removed from the index slightly faster and more definitively because the signal is clearer. In practice, however, Google has repeatedly clarified that the difference is minor. Even a 404 page will reliably be removed from the index, though possibly with a slight delay, as Google may recheck the page for a while to see if it returns.

The correct conclusion is: The 410 code is the cleaner, clearer signal for an intentionally deleted page, but it does not make a dramatic difference in the outcome. There is no need to panic and switch existing 404 pages to 410.

When Should You Use 410?

The 410 code is the right choice in certain situations:

  • Permanently Deleted Content: A page that has been intentionally and permanently removed and for which there is no replacement.
  • Expired Offers: For example, a time-limited promotional page or a permanently discontinued product that will not return.
  • Cleaning Up Low-Quality Content: When systematically removing thin or outdated pages (content pruning), a 410 clearly signals that these pages are gone for good.
  • Accelerated Index Cleanup: If you want search engines to forget a removed page as quickly as possible.

When Is Something Else Better?

It is just as important to know when a 410 is not the right choice:

  • Content Has Moved: If a page has a successor or a suitable equivalent, a permanent redirect (301 redirect) should be used to direct visitors and the accumulated link equity to the new page. A 410 would waste this value.
  • Page Is Only Temporarily Missing: If a page is only temporarily unavailable or is expected to return, a 410 is incorrect because it signals finality.
  • Page Should Remain but Not Be Indexed: In this case, the noindex directive is the right tool, not 410, because the page should remain accessible.

A Note on "Soft 404"

A related issue to keep an eye on is the so-called "Soft 404." This occurs when a page displays a "not found" or "no longer available" message but incorrectly returns a 200 (OK) status code. For search engines, this is contradictory: The content says "gone," but the status code says "everything is fine." It is therefore important that a permanently removed page actually returns the correct status code 410 (or at least 404), not just a corresponding text message with a 200 status.

Conclusion

The HTTP status code 410 (Gone) clearly communicates that a page has been intentionally and permanently removed. Unlike the more ambiguous 404 (Not Found), it is the definitive signal "gone forever." Google tends to handle a 410 page slightly faster and more definitively, but in practice, the difference from a 404 is minor, so there is no need to panic and switch pages. The 410 is particularly useful for permanently deleted content, expired offers, and the targeted cleanup of low-quality pages. If a page has a successor, a 301 redirect should be used, and if the page should remain accessible, noindex is the right tool. By using the 410 code consciously and correctly, you keep your index clean and send a clear signal to search engines.

Back to glossary