A common issue for e-commerce sites is what to do when an item goes out of stock. Do you delete the page? Do you redirect the page somewhere else? Do you just tell the user the item is out of stock?
That was the question asked at a Google Groups thread and JohnMu, a Googler, replied. Before I tell you what he said, I’ll tell you what I think.
From a search engine perspective, if you have a product that goes out of stock and you decide to delete the page, then the search engine will take notice that the page is gone. If you ever get that item back in stock, the search engine can take a long time to reindex and list that page in their search index. Then what do you do? Now, if you redirect the page to a different product, the search engine will also pick that up and if you ever pull that redirect, it can take a long time for the search engine to notice that you stopped the redirect. But if you leave the page there and keep all the content, but say the item is out of stock, however, we have the following related products and link to them. A search engine will keep that page in their index, also crawl the related products and it makes for a happy SEOed site.
From a user’s perspective, if you have a product that goes out of stock and you decide to delete the page, then the user will have no recourse on your site. Maybe they will look around your site for related products but they probably will click the back button and try a different site. If you redirect the page to a different product page, the user who is being redirected will be confused – which is never a good thing. If you leave the page and note it is out of stock and list related products, the user will likely understand and be more willing to try the related products before clicking back.
Googler, JohnMu’s advice:
Forum discussion at Google Groups.