What Is a 404 Error?

March 9, 2026

Definition
A 404 error is an HTTP status code meaning a server can’t find the requested page URL. It shows up in SEO tools, analytics, and crawl reports when internal links or indexed pages point to missing content. It can waste crawl budget, create a poor user experience, and reduce a page’s ability to rank.

How 404 Errors Are Generated and Detected

A 404 error occurs when a requested URL maps to no current resource after the server processes routing and file lookups.

When the server receives a request, it checks rewrite rules, routing tables, and the filesystem for a matching endpoint. If no match is found, it returns the 404 status in the HTTP response, which crawlers and browsers record.

Detection follows from that returned status code being observed during crawling, browsing, or log-based monitoring.

How 404 Error Affects SEO Growth

Organic growth depends on search engines and users consistently reaching valuable pages, so 404 errors quietly erode performance by breaking internal pathways and weakening trust signals around a site’s content quality. Over time, that friction can slow discovery of new pages and dilute the impact of content updates.

SEO teams, content publishers, and product owners feel the impact most because rankings, conversions, and reporting become harder to interpret when missing URLs skew engagement and landing-page data. Fixing patterns that create 404 errors also makes sure link equity flows to the pages that matter, supporting steadier growth.

When Should You Return a 404 Error?

Knowing what a 404 error signals is only useful once it guides how missing pages are handled in production sites. In real environments, it’s returned to browsers and crawlers when a requested URL has no active page behind it.

A 404 error fits cases where content was removed, a URL was mistyped, or an old link points to a page that no longer exists and has no relevant replacement. It also applies when access isn’t the issue, since 401 and 403 cover authentication and permission cases.

FAQs About 404 Error

What is the difference between 404 and 410?

A 410 signals permanent removal, while 404 may be temporary or unknown. Both can drop from indexing, but 410 often deindexes faster.

Should missing pages be redirected or 404ed?

Typically, no direct sitewide penalty occurs. Risk rises when broken URLs are widespread, affecting internal links, crawl efficiency, and perceived maintenance quality.

Should missing pages be redirected or 404ed?

Redirect only when a close, intent-matching replacement exists. Otherwise, keep a true 404 to avoid misleading users and creating irrelevant signals.

What is a soft 404 and why bad?

A soft 404 is a missing page returning 200 or irrelevant content. It confuses crawlers, wastes crawl resources, and can suppress indexing quality.

Book a Free SEO Strategy Demo