410 Gone — Causes & Fix
HTTP 410 (Gone) means the resource was intentionally removed and is permanently gone, with no forwarding address.
- Applies to
- Any website or web server (HTTP standard)
- Time to fix
- 5–30 minutes
What it means
Set deliberately when content is deleted for good. Unlike 404, it tells clients/search engines the resource is gone on purpose. HTTP status 410 is defined in RFC 9110 (HTTP Semantics). This is a client-side (4xx) error — the request itself had a problem, so the fix is usually on the requester's side or in how the server validates the request.
Symptoms
- "410 Gone" for a URL that used to work
- Search engines drop the URL faster than with 404
How to fix it
- 1
Confirm it is intentional
1. If the content is truly gone, 410 is correct.
- 2
Redirect if it moved
1. If it actually moved, use a 301 to the new location instead of 410.
Frequently asked questions
410 vs 404?
404 means "not found" (maybe temporary); 410 means "permanently gone on purpose." Use 410 to remove content faster from search indexes.
Last updated July 20, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.