Forum Moderators: open
We are constantly adding and deleting pages from our miva ecommerce website (i guess like most webmasters do)
When someone clicked on a link in google that had been deleted from our site they got the error message
Error Code: MER-DTB-00022
Description: Category 'AIRPORTS' not found
Obviously not good for the searcher or for us.
So we programmed in a redirect to the home page.
Question is: will google eventually take the page out of the index or will i just keep piling up pages in the google index which are dead? Also, will google penalize the site for having a redirect? What is the best way to handle this problem?
If the products are still available but have been moved or renamed, then you can set up a 301 permanent redirect to the new page.
You need to make sure that you are returning a 404 or 301 for those dead pages, at least for your visitors sake. If the product is no longer available, a custom 404 with a short message might be in order. I'll usually set the site-map up as the custom 404.
Use the Server Header Checker [searchengineworld.com] to make sure those dead pages are returning the proper status code in the header.
If you are doing a 301 permanent redirect, make sure to double check the location of the redirect and that it is pointing to the correct updated resource.
would it be ok, to return a 200, an error message with related and helpfull links, then place a meta noindex in teh head area?
Would this page be eventually removed from the index?
How long to meta noindex pages take to be removed form the index?
SN
Redirecting URLs on an Apache Server [webmasterworld.com]
Topic specific link...
[webmasterworld.com...]