HTTP Status Code 410
The status code 410, also known as "Gone", is an error message used in communication between web servers and browsers. It indicates that a requested resource has been deliberately removed and is no longer available. This differs from a 404 "Not Found" error, which means the server couldn't find the resource, but it might still exist.
Here's a breakdown of the 410 code:
- Purpose: Informs the requester (usually a web browser) that the specific webpage or file they requested has been permanently deleted.
- When it's used: This code is used by website administrators to signal that a resource is no longer offered and won't be coming back. This can be for various reasons, such as outdated content, broken links, or reorganized websites.
- What it means for you: If you encounter a 410 error, it means the content you requested is definitively unavailable. There's nothing you can do to retrieve it from that specific server.
- What it means for search engines: Search engines like Google treat 410 codes differently from 404s. A 410 code tells the search engine to remove the URL from its index much faster, meaning the page won't appear in search results.
Other 4xx Status Codes
- 400 Bad Request
- 401 Unauthorized
- 402 Payment Required
- 403 Forbidden
- 404 Not Found
- 405 Method Not Allowed
- 406 Not Acceptable
- 407 Proxy Authentication Required
- 408 Request Timeout
- 409 Conflict
- 410 Gone
- 411 Length Required
- 412 Precondition Failed
- 413 Payload Too Large
- 414 URI Too Long
- 415 Unsupported Media Type
- 416 Range Not Satisfiable
- 417 Expectation Failed
- 418 I'm a teapot
- 421 Misdirected Request
- 422 Unprocessable Entity
- 423 Locked
- 424 Failed Dependency
- 425 Too Early
- 426 Upgrade Required
- 428 Precondition Required
- 429 Too Many Requests
- 431 Request Header Fields Too Large
- 451 Unavailable For Legal Reasons