Not Found Page
This article URL no longer exists. Make a real 404 page that still lets people return to the article list.
This article URL no longer exists. Make a real 404 page that still lets people return to the article list.
example.com/old-guide404 Not FoundPage not foundBack to articles SearchReturn a real 404 only when no corresponding resource exists; otherwise send the old URL to its replacement.
The status tells systems the resource is missing: The server returns 404 for an unknown URL so browsers and search systems know the request found no resource. The page can be friendly, but it should not pretend success with 200.
Recovery links help people continue: A list, site search, or parent-page link can help people continue. The path should relate to the missing content instead of silently sending every error to the home page.
Make unknown article URLs return HTTP 404 with a clear not-found page, a link back to the article list, and a search entry. Check the status in Network and then test the recovery links. If an article only moved, redirect its old URL to the matching new page instead.