I recently logged into my google webmasters section, and noticed i had lots of errors with lots of changes ive made to my site, there were loads of 404 errors, so i have created a htaccess file, which solves the 404 errors, the next time the spider visits my site, should those 404 errors disapear from my google webmasters section ?
First find why Google see errors. If everything is in order then wait for next crawl.
We too have error sometimes but then, they are magically gone without us doing a thing.
fastreplies
Last edited by fastreplies : 11-26-2007 at 01:12 PM.
You could have made the situation FAR worse than a few missing pages. Which BTW is a completely natural thing in the life of a website.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
All that is likely to be happening now is that pages that have been removed due to your changes will now be giving a 200 response as if they are still there so will NEVER be removed from the SE index.
If the pages have been moved then a redirect is the correct response
If the pages have been removed then a 404 response is the CORRECT one.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
This issue is very confusing, i have created a custom404 error page, so if somone looks for one of the pages that has been removed, it takes u to my custom 404 page is this correct ?
Provided the URL requested returns a 404 response when the page is not there, yes it is.
By the sound of it your page does NOT return a 404
Quote:
maybe its much better to redirect those 404 pages using a 301 or 302 redirection.
Only when it is appropriate.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System