Skip to content
5xx · Server Error

510 Not Extended

The server requires a protocol extension that the request did not provide.

What it means

HTTP 510 Not Extended means the server needs further extensions to the request before it can fulfil it. It comes from an experimental HTTP extension framework and is very rarely seen, since that framework saw little real-world adoption.

When it happens

It happens only with the niche systems that implemented the HTTP extension framework and require a specific extension the client did not include. In ordinary web traffic it does not appear.

How to fix it

  • Add the extension the server requires, as described in its response.
  • Because the framework is obsolete, prefer a standard mechanism over relying on 510.
  • If a server returns it unexpectedly, treat it as a misconfiguration to remove.

SEO impact

None in practice. It is an obscure, near-unused status that does not feature in normal crawling or indexing.

Check it with Sitewell

Find out which of your URLs return 510

Paste a list of URLs and Sitewell checks the status code of every one at once — free and without signup.

Related codes

Related guides