404 error

A 404 Error is an HTTP status code that indicates the requested webpage could not be found on the server. It typically occurs when a user clicks a broken link, enters an incorrect URL, or when a page has been removed without a proper redirect. Instead of showing the intended content, the browser displays a "Page Not Found" message.
404 errors do not mean the server is down but simply that the specific resource is unavailable at the requested address. While common on the internet, frequent 404 errors can frustrate users, damage brand perception, and negatively impact search engine rankings.
Advanced
A 404 error is part of the 4xx class of client-side HTTP status codes. It is returned when the server is reachable but cannot locate the requested resource. Unlike a 410 status code ("Gone"), which confirms permanent removal, a 404 leaves the status undefined.
Effective website management often includes custom 404 error pages with navigation, search functionality, and branding to reduce bounce rates. Redirect strategies, such as 301 redirects, can guide users from outdated URLs to relevant content. Routine site audits are also recommended to identify and correct broken links that trigger 404 errors.
Relevance
Applications
Metrics
Issues
Example
An e-commerce store discovered thousands of 404 errors after a site redesign. By implementing 301 redirects from old product URLs to new ones and creating a custom 404 page with navigation links, the company restored traffic flow, reduced bounce rates, and preserved SEO rankings.