410 Gone

The resource has been permanently removed and no forwarding address exists.

Status

HTTP/1.1 410 Gone

Details

410 is 404 with certainty. The server is stating that the resource used to exist, is intentionally gone, and is not coming back. Clients that store links should delete them rather than keep retrying.

For crawling and indexing this matters: search engines drop 410 URLs faster than 404 URLs, which makes 410 the better choice when retiring expired listings, closed job postings, or deleted user content, provided the removal really is permanent.

Common causes

How to fix it

As the client

As the server

Examples

GET /jobs/2019/backend-engineer HTTP/1.1
Host: careers.example.com

HTTP/1.1 410 Gone
Content-Type: text/html; charset=utf-8

Specifications

RFC 9110 §15.5.11

See also