How To Fix Soft 404 Error?

Zshan

Supreme Member
Joined
Jun 28, 2012
Messages
1,478
Reaction score
406
Hi Guys

Trying to find a way to fix soft 404 error within Google console as i am getting a lot of 404 error. Please let me know a way to fix it permanently.
 
1. For pages that no longer exist:

Allow to 404 or 410 if the page is gone and receives no significant traffic or links. Ensure that the server header response is 404 or 410, not 200.
301 redirect each old page to a relevant, related page on your site.
Do not redirect broad amounts of dead pages to your home page. They should 404 or be redirected to appropriate similar pages.

2. For pages that are live pages, and are not supposed to be a soft 404:

Ensure there is an appropriate amount of content on the page, as thin content may trigger a soft 404 error.
Ensure the content on your page doesn’t appear to represent a 404 page while serving a 200 response code.
 
First confirm the page is published from your CMS and not in draft mode or deleted. Check whether this error shows up on the www vs non-www version of your site and the http vs https version of your site. If you want to redirect it to another page, make sure you 301 redirect it to the most appropriate related page.
 
1. For pages that no longer exist:

Allow to 404 or 410 if the page is gone and receives no significant traffic or links. Ensure that the server header response is 404 or 410, not 200.
301 redirect each old page to a relevant, related page on your site.
Do not redirect broad amounts of dead pages to your home page. They should 404 or be redirected to appropriate similar pages.

2. For pages that are live pages, and are not supposed to be a soft 404:

Ensure there is an appropriate amount of content on the page, as thin content may trigger a soft 404 error.
Ensure the content on your page doesn’t appear to represent a 404 page while serving a 200 response code.

Why shouldn't you redirect dead pages to home pages?
I think this is by far the easiest method.
 
Back
Top