404 pages?

Quamz0

Newbie
Joined
Nov 24, 2011
Messages
28
Reaction score
7
I hadn't made a custom one and set a bunch of redirects in htaccess. Well it turns out I was get server 500 errors if something wasnt found rather than redirecting to the homepage (which isnt good either). No I have a successful 404 page and it has a delayed redirect to my main page. How important do you think this is to prevent the crawlers from seeing errored pages and duplicate content? Very important? Or not so much?
 
The higher the number of 404's, the less likely your site will hold the front page SERPs.

Run your site through Screaming Frog and redirect all the 404's to a proper 404 page/to the homepage or better yet remove/fix them.
 
It's good to have a 404 error page and fix 404s and redirect them using htaccess 301.
 
Personally, I'd try avoid the server 500 errors alltogether. Create a proper 404 page, and redirect any pages that don't exist on your site anymore to their relative "New" pages, or simply to the homepage. There is nothing wrong with Google seeing a 404 page though, if the page never has and never will exist. I wouldn't even bother with the delayed redirect on your 404 pages.
 
The site is very small and static, but every so often I see http://www.webpage.com/=34? or something else pointing to the main webpage, I start to think maybe I get a small hit for duplicate content if I auto redirect all wrong urls to the home page, so I setup the 404 and fixed the 500 errors, so no more 500 errors and a static 404 landing page, maybe I'll see a serp improvement, cant hurt right? lol
 
Google has said that have 404 pages doesn't hurt your rankings, but you should fix it to improve your users experience.
 
Back
Top