Technical Term Back

Detectable 404 page

Crawling

A detectable 404 page clearly reports that a URL does not exist. Beyond showing a useful message to the user, it must also return the correct HTTP status.

Detectable 404 page
It matters because it separates real errors from useful content. A clear 404 helps the user return to the site and prevents search engines or AI systems from interpreting an empty page as a valid URL.
  • Return HTTP status code 404 when the URL does not exist.
  • Show a useful page with links back or internal search.
  • Avoid making the error page look like a normal content page.
  • Check that it does not become a soft 404.