410 gone

Definition
410 Gone is an HTTP status code that indicates a webpage or resource has been permanently removed from the server with no forwarding address. Unlike a 404 Error, which suggests a page could not be found, a 410 response explicitly tells browsers and search engines that the resource no longer exists and should not be requested again.
This status code is useful for permanently retired content, discontinued products, or deleted resources. It helps webmasters clearly communicate removal intent, ensuring that search engines deindex the page more quickly than with a 404 response.
Advanced
410 Gone belongs to the 4xx class of client-side HTTP status codes. When a server returns a 410 response, it indicates intentional and permanent removal of a resource. Search engines typically treat 410 as a stronger signal than 404, deindexing the page faster.
Advanced use cases include managing expired content such as event pages, promotional campaigns, or discontinued product listings. Proper configuration of 410 responses is often combined with SEO strategies, ensuring link equity is preserved where possible through redirects while removing irrelevant URLs.
Why it matters
Use cases
Metrics
Issues
Example
A ticketing website used 410 responses for past event pages once the events had ended. Search engines quickly deindexed the expired pages, preventing users from landing on irrelevant listings. This improved site credibility and focused search rankings on active events.