Skip to content
5xx · Server Error

501 Not Implemented

The server does not support the functionality required to fulfil the request.

What it means

HTTP 501 Not Implemented means the server does not recognize the request method or lacks the capability to fulfil it. It typically indicates an unsupported HTTP method or a feature the server was never built to handle.

When it happens

It happens when a client uses an uncommon or unsupported method, or requests functionality the server software does not provide.

How to fix it

  • Use a standard, supported HTTP method (GET, POST, etc.).
  • Confirm the server software supports the feature being requested.
  • Update or reconfigure the server if a needed capability is missing.

SEO impact

Negative if it affects real pages. It is uncommon for indexable content, but any 501 on a page crawlers request prevents indexing of that URL.

Check it with Sitewell

Find out which of your URLs return 501

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

Related codes

Related guides