404Low severityEasy to fix
404 — Not Found
The server could not find the requested resource at the given URL.
- Applies to
- Any website or web server (HTTP standard)
- Time to fix
- 5-30 minutes
What it means
HTTP 404 means the server is reachable but the specific page or file does not exist. It is a client-facing status often caused by broken links, moved pages, or typos.
Symptoms
- "404 Not Found" page in the browser
- Broken links reported by crawlers
- Missing images or assets
How to fix it
- 1
Verify the URL and routing
15 minutes1. Check the URL for typos. 2. Confirm the route/file exists on the server. 3. Add a redirect if the page moved. 4. Configure a helpful custom 404 page.
Frequently asked questions
Does a 404 hurt SEO?
A few are normal. Many broken internal links waste crawl budget and hurt user experience, so fix or redirect important pages.
Last updated July 13, 2026
Guidance only — always consult a qualified professional or the official service manual before carrying out repairs.