HTTP Status Codes

What Is HTTP 410 Gone?

HTTP 410 Gone means a page has been permanently removed and will not return. Learn how 410 differs from 404, when to use it deliberately, and what it means for SEO.

Last updated: Mar 31, 2026

HTTP 410 Gone means the server knows for certain that a page no longer exists and will not come back. It is a more deliberate signal than a 404. Where a 404 simply says "nothing is here at this URL," a 410 says "this page existed, it has been intentionally removed, and it is not coming back."

Both return an error to the visitor, but they communicate different things to search engines and automated crawlers.

What causes a 410 response?

A 410 is always intentional. It does not appear by accident the way a 404 can. A developer or site owner has explicitly configured the server to return 410 for a specific URL. Common reasons include:

  • A product, event, or piece of content has been permanently discontinued and the URL should be removed from search engine indexes as quickly as possible.

  • A page was removed for legal reasons — a takedown request, expired content rights, or a privacy-related deletion.

  • An API endpoint has been retired and clients should stop using it entirely.

  • A campaign landing page has run its course and the URL will never be repurposed.

How 410 differs from 404

The practical difference is intent and speed.

A 404 tells search engines the page is not found right now. It leaves open the possibility that the content might return. Google will continue to crawl the URL periodically for some time before eventually removing it from the index.

A 410 tells search engines the page is gone permanently. Google treats this as a stronger signal and typically deindexes the URL faster than it would for a 404. If you want a page out of the index quickly and are certain it will never return, a 410 is the more direct choice.

In practice, the difference in deindexing speed is not dramatic — Google has stated it treats both similarly over time. But a 410 is the semantically correct response when the removal is deliberate and permanent.

For a visitor, both look identical. They receive an error page and cannot access the content.

When should you use a 410?

Use a 410 when all of the following are true:

  • The page has been removed intentionally.

  • The content will not return at this URL or any other URL.

  • There is no replacement page to redirect to.

If there is a replacement page — even a loosely related one — a 301 redirect is almost always the better choice. It preserves any link equity the old URL had accumulated and gives visitors a useful destination instead of an error page.

If you are not certain whether the content might return, use a 404. A 410 is a commitment.

410 and SEO

The SEO relevance of 410 is often overstated. Using it correctly does have value — it signals clearly to search engines that a URL is permanently gone, which can speed up deindexing — but it is not a significant ranking factor and most websites will never need to use it deliberately.

Where 410 becomes more relevant is for larger websites with high crawl frequency. If your site is crawled frequently and you need a removed page out of the index quickly, a 410 will get you there faster than waiting for Google to decide the 404 is permanent.

For most websites, the practical guidance is straightforward: if a page is gone and nothing is replacing it, return a 410 if your setup makes it easy to do so, and return a 404 if it does not. The difference in outcome is small.

410 in your scan results

If dislike404.com reports a 410 for an internal URL on your website, it means a link somewhere on your site points to a page that has been explicitly marked as gone. The link itself is broken and should be removed or updated.

If the 410 is on an external URL — a page on someone else's website — there is nothing you can do about the response itself. If the content is gone permanently, remove the link. dislike404.com flags 410 responses alongside 404s in your scan results so you have a complete picture of which links on your website lead to pages that no longer exist.