That number — 404 — is a standard code that web servers send when they receive a request but cannot find what was asked for. The page might have been deleted. It might have moved to a new address. Someone might have typed the link incorrectly. Whatever the cause, the visitor has arrived and found nothing waiting for them.
It is one of the most common events on the web, and it is not inherently your fault. But it does affect how visitors experience your site — and, in some circumstances, how Google sees it. Understanding what a 404 means is the first step to handling it well.
Why Do 404 Errors Happen?
Four situations account for nearly every 404 a visitor will encounter, and they are worth naming plainly:
- A page was deleted or moved. If you removed a service from your website, or renamed a page and changed its address, any existing links to the old address will now produce a 404. This includes links from Google, other websites, and your own site.
- A link was typed incorrectly. Someone might have copied your web address with a typo — either in an email, a social media post, or their own website.
- A link on another website is out of date. If another site linked to a page of yours that no longer exists, their visitors will land on your 404 page.
- The visitor typed the URL wrong. People mistype web addresses in the browser bar regularly.
Does a 404 Error Hurt Your Google Ranking?
A small number of 404 errors is completely normal and will not directly harm your Google ranking. Google understands that pages get deleted or moved — it handles this routinely, and it does not penalise a healthy site for it.
Where things become more serious is when a page that used to rank well in Google has been deleted without a redirect. That page may have spent years accumulating trust from links and clicks. When it disappears without a forwarding address, that trust disappears with it — and anyone who finds it through Google lands on a dead end instead of your content.
What a visitor does after landing on your 404 page depends almost entirely on what you give them to do next — which is why the page itself deserves more care than most businesses give it.
How to Find Broken Links on Your Website
Google Search Console (free to set up) shows you which pages on your site Google has tried to visit and could not find. Go to the Pages or Coverage report and look for "Not found (404)" — these are the gaps Google has already noticed. It is a useful place to start.
Free tools like Broken Link Checker (brokenlinkcheck.com) will scan your entire site and surface broken links — including internal ones you may not have thought to look for, like a menu item that still points to a page you deleted six months ago.
What Should a Good 404 Page Say?
Most websites have a 404 page — what separates a good one from a poor one is whether it treats the moment as an opportunity to help rather than a signal to give up. A default error page says "Page not found" and nothing more. A thoughtful 404 page does something different. Four qualities distinguish it:
- Acknowledges the problem clearly and without jargon. Something like "Sorry, we couldn't find that page" is friendlier and clearer than a raw error code.
- Offers useful next steps. A link to your homepage, your main services, or a contact form gives the visitor somewhere to go rather than simply closing the tab.
- Keeps your usual navigation visible. If your site header and menu are still there, the visitor can navigate to wherever they actually wanted to go.
- Does not alarm the visitor. A 404 is not a security problem or a broken website — your tone should be calm and helpful.
How to Fix a Broken Link
If you moved or renamed a page, the cleanest fix is to set up a redirect — a rule that automatically sends anyone visiting the old address to the new one. This is called a 301 redirect, and it carries the Google ranking the old page had built up to its new location. How you do this depends on how your website is built, and three cases cover most situations:
- Squarespace and Wix both have built-in URL redirect tools in their settings panels — no technical knowledge required.
- WordPress has redirect plugins (such as Redirection) that let you manage this without touching code.
- Hand-coded or static websites typically use a configuration file or hosting settings to define redirects. Your developer can handle this in minutes.
When the broken link is on someone else's website and you have no way to change it, the best you can do is make your own 404 page as welcoming as possible — and, if it seems worthwhile, contact the other site to let them know. Most people are happy to fix a dead link if you point it out politely.