What's the final verdict on 404s?

D

Deleted member 923340

Guest
Should I redirect them to the homepage? Or just show a 404 page?
 
You can also create a custom 404 page.
Do this or write a script to redirect to the closest match.

301s to the home page are generally considered to be in the category of "soft 404s" and are, at least in theory, treated the same as regular 404s in terms of backlink authority.

PS - If anyone has definitive data, pls post
 
Delete the URL from your site and Google, and don't link to it from any other pages. That should be enough.
 
Delete the URL from your site and Google, and don't link to it from any other pages. That should be enough.

This is poor advice. What if there are backlinks pointing to the URL that you're suggesting should be deleted? If it's linked to from anywhere else, you'll be lose any juice. 301 to the closest relevant page. If there is no relevant page, custom 404 page, ideally with a menu to help the user navigate elsewhere on your site.
 
I was just recently looked into this, so my definite answer would be:
If your page is no longer available, and has no clear replacement, it should return a 404 (not found) or 410 (Gone) response code. Either code clearly tells both browsers and search engines that the page doesn’t exist. You can also display a custom 404 page to the user, if appropriate: for example, a page containing list of your most popular pages, or a link to your home page.

Source:
https://support.google.com/webmasters/answer/93641
https://support.google.com/webmasters/answer/181708?hl=en
 
Back
Top