410 Responses¶
The 410 status code is a standard HTTP status code that is intended to indicate that the requested resource is no longer available and has been removed permanently. It is similar to a 404 Not Found status code, but the 410 status code indicates that the resource is intentionally removed and will not be available again.
When a search engine encounters a 410 status code, it will remove the corresponding URL from its index. This means that the page will no longer appear in search results and may decrease the page’s visibility and traffic.
This section gives the control to serve the pages with 410 response code for any pages which are not available(served with 404 response code).
You can add either regex patterns or the absolute URLs.