One of the steps of technical SEO is to find and fix soft 404 errors. Soft 404 errors can be very confusing because in many cases it’s not clear what the issue is and this makes troubleshooting and fixing a cumbersome process.
In this guide, you’ll learn everything you need to know about soft 404 errors including what they are, how to find them and how to fix them.
- What is a soft 404 error?
- What is the difference between 404 Not Found and soft 404 errors?
- 404 Errors and SEO
- How to find soft 404 errors?
- Submitted URL Seems to Be a Soft 404
- How to fix soft 404 errors
So, when you log in to your Google search console and see Soft 404 errors or Submitted URL Seems to be a soft 404 errors, read on to find out what this means and how you can fix them.
What is a soft 404 error?
A soft 404 error occurs when a page requested by the user cannot be found or is invalid and the server instead of returning the correct HTTP error code (404 or 410 not found), it returns an HTTP status code 200 OK (success).
In simple words, this means that while a page is invalid, instead of giving search engines the correct error code so that they ignore it, your server returns a 200 OK code, which tells them that the page is valid.
As a result, search engines keep crawling these pages and list them in the search results.
Let’s see what are the most common causes of soft 404 errors.
Soft 404 errors usually happen when:
You have pages with no or little content. This makes Google think that the page should return a 404/410 code and not a 200 OK code. An example of this is empty tag pages that display no content.
There is a temporary issue with crawling. When Google tries to crawl the page some of the page resources (CSS, JS) cannot be loaded and as a result, the page comes with no content and this makes Google think that it should be a 404.
Google falsely marks a page as ‘seems to be a 404’ while there is nothing wrong with the page.
What is important to fix soft 404 errors?
It is important to find and fix soft 404 errors because:
It’s a bad practice
A page should return the correct HTTP status code. In the case of missing, invalid or non-existent pages it should either return a 404/410 (not found), or a 301 (moved) and not a 200 (success code).
It’s a bad user experience
You don’t want users to click on a link from search engine results and land on a page on your website that has no or little content and with no value to the user.
Your crawl budget gets wasted
Search engines instead of spending time crawling your important pages, spend time crawling and indexing soft 404 pages.
What is the role of HTTP Status Codes?
If you are confused on what are HTTP status codes and what is their role, all you have to know is that it’s a way to help crawlers understand whether their request to fetch a page was a success, failure or something else.
Every time a webpage is accessed by a search engine crawler, the first thing that they check is the HTTP status code. The HTTP response code is a 3-digit number that tells search engines if the page is valid (code 200), not found (404/410) or moved (301).
The status code is included in the page header and It’s only visible to the crawlers and not to the users.
For a complete list of all HTTP status codes, read this guide.
What is the difference between 404 Not Found and soft 404 errors?
The difference between 404 not found and soft 404 errors is that in the case of 404 not found errors the page is not found and the returned HTTP status code is a 404 or 410 (which correctly corresponds to not found).
In the case of a soft 404 error, the page is not found but instead of returning the HTTP status code 404, the page returns the 200-success code and this is misleading.
In simple words, for both cases, the page response code should have been 404 but that’s not the case with soft 404 errors.
Another major difference is that 404 pages are not indexed by search engines and they won’t appear in the search results but soft 404 pages are indexed by search engines and they may appear in the search results.
404 Errors and SEO
Do 404 errors affect your SEO and ranking potential? It depends on the case.
There are valid cases where 404 pages are normal and expected. For example, when a product is no longer available you can display a 404 page to the user to let them know that the particular product is permanently gone.
Another example is when you want to completely remove a page from the search results. By returning a 404-status code, you tell search engines that the page was deleted permanently.
When it comes to soft 404 errors it’s trickier because there are cases that the page is valid but Google thinks that it’s not and cases that the page is not valid and your server returns 200 OK.
In those cases, it’s better to investigate why the errors occur and fix them.
As a general rule of thumb, you should avoid having 404 errors on your site to optimize your crawl budget, avoid confusing search engines and offer users a good experience.
How to find soft 404 errors?
The most reliable way to find 404 errors (both 404 not found and soft 404 errors) is through Google search console and in particular the Coverage Report and the URL Inspection tool.
If you haven’t done so already, the first step is to register your website with Google. This will give you access to a number of features to improve your SEO.
Coverage Report
- Login to Google search console
- Next, click on COVERAGE under INDEX to view the COVERAGE REPORT.
Make sure that the ERROR tab is selected and look for the following items:
- Submitted URL Seems to Be a Soft 404
- Soft 404
- Not Found (404)
Click on the error description to get more details about the affected pages.
URL Inspection Tool
Another way to find the HTTP status response code is to use the URL Inspection tool.
Enter a URL into the URL Inspection tool and click enter.
Click on VIEW CRAWLED PAGE and then MORE INFO.
You will see the HTTP Response as shown in the screenshot above.
What is Google Search Console – What is Google search console and how to use it to improve your SEO.
What is Technical SEO – Everything you need to know about technical SEO (includes a checklist)
Submitted URL Seems to Be a Soft 404
What is the difference between “Submitted URL seems to be a soft 404” and “Soft 404” error codes?
Before a page is marked as a Soft 404 by Google, it will first be marked as “Submitted URL seems to be a soft 404”.
This is done because sometimes soft 404 errors are temporary so before Google makes a final decision, it will first mark pages as “seems to be a soft 404” and if the issue is persistent, they will be marked as a Soft 404.
When a page is marked as Submitted URL seems to be a soft 404 in the ERROR tab, it means that Google will retry to crawl the page and change its status if the page is back online.
When a page is shown under SOFT 404 in the EXCLUDED tab, it means that Google no longer tries to index the page because it is not found or because it has been deindexed using the NOINDEX page directive.
How to fix soft 404 errors
To get rid of soft 404 errors, you can use one of the five solutions below:
- Check that the page is indeed a soft 404 or a false alarm
- Configure your server to return the proper not found error code (404/410)
- Improve the page and request indexing
- Redirect the page using a 301 redirection
- Keep the page on your site but de-index it from search engines
Check that the page is indeed a soft 404 or a false alarm
Sometimes Google Search Console may incorrectly mark a page as a soft 404 so the first step is to check if that’s the case.
- Click on the “Submitted URL seems to be a soft 404” from the Coverage Report to view the list of affected pages.
- Move the mouse over a URL and click the “Open in a new tab” button.
If it’s a valid page of your site and you want this to appear in the search results, click the VALIDATE FIX button.
This action will force Google to recrawl the page and change its status code. This process may take a few days and you’ll be notified by email of the result.
Inspect the page and Test Live URL
Another method is to move the mouse over a URL and select INSPECT URL. This will give you more information about the page and the option to REQUEST INDEXING.
Before you do that, you can click the TEST LIVE URL button to force Google to refresh the report.
In many cases, you may find that the page is ok and no further action is required.
Configure your server to return the proper not found error code (404/410)
In the case that a page is indeed not available or not valid, you should configure your website to return the correct HTTP response code (either a 404 or 410) and resubmit the page to Google using the REQUEST INDEXING button of the URL Inspection tool.
The easiest way to configure your site to return a 404 code for invalid pages is to delete the pages. By deleting the page, your HTTP server will show the 404 pages when a requested URL is not found.
Pro Tip: It is important to have a custom 404 page that gives users options on what they can do next. The 404 page can contain links to your homepage and to your most popular pages and can even contain a search box to help users find what they are looking for.
This is how my custom 404 page looks like:
Improve the page and request indexing
In the case that a page is available but Google insists on considering the page as a soft 404, you can improve the page’s content and resubmit the page to Google either through the REQUEST INDEXING button or through VALIDATE FIX.
Usually the above happens when a page has very little content and Google wants to remove the page from its index.
By adding more content, you show search engines that the page has value and the soft 404 error will go away.
How to force Google re-index a page – How to use the ‘Request Indexing’ feature to force Google to recrawl and re-index a page.
Redirect the page using a 301 redirection
Another way to fix a soft 404 error is to redirect the affected page to a valid page. This is done by adding a 301 redirect in your .htaccess file which tells search engines that the page has moved to a new location.
This is how it looks:
Redirect 301 /soft-404-page https://example.com/new-page-URL
Another way to add a 301 redirection is to use Yoast SEO plugin.
When adding a 301 redirection you need to make sure that both pages have similar content.
Best SEO practices entail using 301 redirections on pages that have similar content. Do not redirect pages that don’t have similar content, you better delete the page and set it to return a 404.
Keep the page on your site but de-index it from search engines
Another option is to keep the page on your site but add a noindex directive in the header to instruct search engines NOT to index the particular page.
You can do this using Yoast SEO or by manually adding <meta name="robots" content="noindex,follow"/>
in the page header.
When you do this Google will no longer show the page under the ERROR report but you can see them in the EXCLUDED report under the SOFT 404 section.
How to fix crawl errors in Google Search Console – A detailed guide covering all possible errors you can see in Google search console and how to fix them.
Key Learnings
Dealing with 404 errors and especially soft 404 errors is an advanced SEO technique. I know from experience that not all users can understand HTTP status codes and what they mean.
To simplify things, all you have to know is how to use Google search console to check for 404 errors and learn how to fix them.
The two most common methods are by using a 301 redirection or by adding the noindex directive to a page header to remove a page from the search engine index.
For best SEO performance it is always recommended not to have soft 404 errors so you should make every effort to find them and fix them.
Victoria says
Thanks for this useful information.
I recently deleted a post on my WordPress blog, how do I redirect it to a similar article so I stop getting a “404 not found” message.
Alex Chris says
Hi Victoria
You need to add a 301 Redirection to point to a new URL. Something like this:
Redirect 301 /URL-OF-DELETED-ARTICLE /URL-OF-NEW-ARTICLE
You can add this in your .htaccess file or in Yoast SEO advanced settings.
Hope this helps
Alex
James Smith says
The information you provide about soft 404 Errors are definitely well-detailed. The guide you give on how to fix them is truly easy. Thanks for providing a description of a soft 404 error. You clearly point at the difference between 404 Not Found and soft 404 errors. You present well the relation between 404 Errors and SEO. Thanks for giving us the tips on how to fix soft 404 errors.
Nitin Dabas says
Hi Alex,
Actually, Google Search Console is showing soft 404 error for one of my categories that I use on my site.
But, it is actually a live URL, don’t know why Google is taking it as soft 404 error.
I have just clicked on Validated Fix, is it okay or should I do something else?
-Nitin Dabas
Nikki says
Thanks for this article. The soft 404 I’m getting is for an author/wp-engine page. So, it’s not a page with an editable header. Should this “page”/URL just be added to the robot.txt file to correct the soft 404 error?
Alex Chris says
Hi Nikki
Yes, if you don’t want the page to be indexed. Otherwise, add a 301 redirect to redirect the page to a valid URL.
I hope this helps.
Alex