Hi again,
Currently you have that product number listed under two different URL's
http://www.vistastores.com/indoorlighting-patiolivingconcepts-20947.html is returning a 301
http://www.vistastores.com/floor-lamps-patio-living-concepts-20947.html is returning a 404.
There are those who would say that it is perfectly fine to return a 404 as long as the 404 page contains proper navigation links and access to other products etc.
I do not disagree with their opinion as far as what should be on the page that is returned (your custom 404 page does this), but in the case of an ecommerce site, I disagree that it is a good idea to just let all expired products return 404 errors.
The nature of ecommerce is such that this will eventually result in search engines seeing an ever-growing list of broken links on your site. With large ecommerce sites, this could result in thousands of 404 errors which the search engine will see no attempt is ever made to correct or reduce.
If you choose to allow searchers to be sent to your custom 404 page, I take a different approach:
- Name the custom 404 page something innocuous like /custom-introduction
- Remove the 404 references from the Title, description and page text - just use a simple explanation that the product is no longer available and invite the visitor to select from the categories available to search for another product, without mentioning the term "404 not found"
- add a catch-all 301 redirect which sends any request for a page that does not exist on the server to /custom-introduction.
By doing this you will avoid creating an ever growing list of 404's, but as I said, there are those who don't worry about that at all.
As to not using 301's because you have put all that work into the pages, if they are disabled in your store the content will no longer be visible to the search engines anyway. As much as we all hate having our hard work seemingly come to nothing like this, it is very much the nature of the business in ecommerce. Products come and go all the time. This is exactly why the 301 redirect is the best option - because it passes almost all of the link value to the new page. So your hard work has not been wasted, but helped to improve the value of another page on the site.
Hope that helps,
Sha

