Client error

404 404 Not Found

The URL does not exist on this server. A handful of 404s is normal on any site; a sudden spike after a deploy means a broken URL structure.

Common causes

  • Deleted pages, changed permalinks, mistyped links, old links from other sites.
  • A migration where the URL pattern changed and no redirect map was created.

How to fix it

  • Redirect the important old URLs to their new equivalents with 301.
  • Use 410 for content that is intentionally gone forever, so search engines drop it faster.
  • Keep a helpful 404 page with search and popular links — but always with a real 404 status.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website