Discontinued products on ecommerce store
-
Hi,
I have a high number of very-low/zero traffic and zero backlinked product pages that have been discontinued (and wont come back).
For these pages we automatically remove them from our website indexes and also removed internal links and then essentially kept the product pages and their urls intact but just added a note saying "no longer available, how about these..." with alternate similar product options. This seems to be the general consensus online for discontinued product pages that have little value.
The questions is do I either 404 or noindex these now discontinued pages? What are the pros or cons?
Thanks
-
Yes, I meant 301, server-side redirects.
Regarding performance, I currently have a little over 50,000 entries in my redirects file with no discernable performance impact. But, different platforms handle differently, and also we have a CDN which caches redirects too, so that could make a difference. I guess the safest approach would be to insert a hundred thousand or more dummy redirect entries into your redirect file, temporarily, and stress test it.
-
That's really informative, thanks!
I assume when you recommend I redirect discontinued pages to the associated category page you mean redirecting via a 301?
Sorry I probably wasn't very clear on my final point about my concern about having too many 301's. My main concern about building tens of thousands of 301's into my site was that it would potentially have an impact on how quick my pages loaded for users (and crawlbot) since it would have to check through so many 301 rules. Have you experienced this as a reason not to use mass implementation of 301s?
-
Th approach of redirecting with an informative message is potentially a good one. I have not implemented nor seen this done. If you go this route, make sure it is a true server redirect, with a 301 response code. But I could see how the redirect could include a query param in the destination URL which could then be used to display a fairly generic message.
As far as better vs. worse, from my perspective that differs depending on the nature of the products. One good use case for keeping the old product page around would be like a consumer electronics product page which contained technical info or resources which would be hard to find otherwise (but an alternative could be to have a support library for that). Another example, when I was on the agency-side, I worked with an apparel brand which each season introduced and retired thematic prints. And they kept a library of retired prints, which visitors could upvote to try to get them returned into service.
You wrote in your OP that these pages are zero/low traffic, with few backlinks. So, I'm inferring that the actual user experience isn't going to be really experienced very much.
But the reason to redirect to the category page, is to preserve any link equity the product page might have built up over time. Again, even if each product has very few backlinks, if you add them all up redirected to a parent category page, that could make a difference in how that category page ranks. If you can accomplish this without confusing real visitors (if any).
To your last point, yes it's possible that the search engine might consider some of these redirects to be "soft 404s". In which case, the link equity wouldn't be preserved because it would be treated like a 404. But, that's exactly what you're proposing to do anyway. So, if even just some of them get treated as 301s, you're ahead of the game, as I see it.
-
Thanks for the response. Just to further query...
-
Do you have any data or insights from you experience as to whether redirecting a user to a category page (with a message stating why they have been redirected) would be a better/worse user experience than showing the user the product page as is (with a similar message about being discontinued)?
-
Also the only thing that concerns me with the 301 approach is that we have potentially 10k products per year being discontinued. Wouldn't the inevitable ten of thousands of 301s cause a performance issue?
Thanks again
-
-
If you are keeping them, rather than redirecting them, I assume that means you have a reason for people to be able to find those pages so that they can get some information abot the discontinued product, or at least understand that it was discontinued. If that's the case, then I don't think you would want to noindex or 404 them. On the other hand, if there is no reason for those pages to still exist, from a visitor standpoint, then usually I would redirect them to a category page (generally the parent category the product belonged to), to preserve any link equity, even if the number of links are low. Especially if you have a lot of discontinued products from a category, even if each product had let's say on average 0.1 links, then if you have 1,000 of those pages you would end up with 10 backlinks to your category page, which could be valuable. Again, this is assuming that you don't want/need to preserve the pages for your users to be able to find the info.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Minimum amount of content for Ecommerce pages?
Hi Guys, Currently optimizing my e-commerce store which currently has around 100 words of content on average for each category page. Based on this study by Backlinko the more content the better: http://backlinko.com/wp-content/uploads/2016/01/02_Content-Total-Word-Count_line.png Would you say this is true for e-commerce pages, for example, a page like this: http://www.theiconic.com.au/yoga-pants/ What benefits would you receive with adding more content? Is it basically more content, leads to more potential long-tail opportunity and more organic traffic? Assuming the content is solid and not built just for SEO reasons. Cheers.
Intermediate & Advanced SEO | | seowork2140 -
Optimizing unique pages with almost identical products?
Hi all, I work in a space where we have many products (specifically components and transistors) that are almost identical minus one or two changes in voltage, die size, etc. I'm curious if others in the tech / manufacturing space have had to tackle this issue? There are only so many ways to describe 5-6 products that are identical save one feature. My gut tells me to offer up more head terms in the title tags to draw searchers and get specific in the meta descriptions, but I'm open to ideas.
Intermediate & Advanced SEO | | evan_cree0 -
Product Syndication and duplicate content
Hi, It's a duplicate content question. We sell products (vacation rental homes) on a number of websites as well as our own. Generally, these affiliate sites have a higher domain authority and much more traffic than our site. The product content (text, images, and often availability and rates) is pulled by our affiliates into their websites daily and is exactly the same as the content on our site, not including their page structure. We receive enquiries by email and any links from their domains to ours are nofollow. For example, all of the listing text on mysite.com/listing_id is identical to my-first-affiliate-site.com/listing_id and my-second-affiliate-site.com/listing_id. Does this count as duplicate content and, if so, can anyone suggest a strategy to make the best of the situation? Thanks
Intermediate & Advanced SEO | | McCaldin0 -
Canonical use when dynamically placing items on "all products" page
Hi all, We're trying to get our canonical situation straightened out. We have a section of our site with 100 product pages in it (in our case a city with hotels that we've reviewed), and we have a single page where we list them all out--an "all products" page called "all.html." However, because we have 100 and that's a lot for a user to see at once, we plan to first show only 50 on "all.html." When the user scrolls down to the bottom, we use AJAX to place another 50 on the page (these come from another page called "more.html" and are placed onto "all.html"). So, as you scroll down from the front end, you see "all.html" with 100 listings. We have other listings pages that are sorted and filtered subsets of this list with little or no unique content. Thus, we want to place a canonical on those pages. Question: Should the canonical point to "all.html"? Would spiders get confused, because they see that all.html is only half the listings? Is it dangerous to dynamically place content on a page that's used as a canonical? Is this a non-issue? Thanks, Tom
Intermediate & Advanced SEO | | TomNYC0 -
Benefits of Rich Snippets for financial products
Does anyone have experience of using rich snippets for non-physical products? Our website offers credit cards comparison service. Do you think that tagging each card's page with rich snippets such as credit card image, name, description and category makes sense? The idea is to make it stand out in the search results.
Intermediate & Advanced SEO | | imoney0 -
Looking for an open source way to host product reviews...
We currently use power reviews for our item reviews but want to move towards something that can be hosted internally and thus forgo the cost or power reviews and actually see user generated content play a role in our site. Any suggestions?
Intermediate & Advanced SEO | | MichealGooden0 -
Best Service for optimizing google product feed?
We're looking for a company that can help us optimize our google product feed. Does anyone have any recommendations or suggestions? Thanks!
Intermediate & Advanced SEO | | eric_since1910.com0 -
Whats the best way to handle product microformats such as hproduct, goodrelations on ecommerce for Google?
With web3.0 results with microfrmatting showing in google, yahoo etc through reviews, instock, events, sales, pricing etc.
Intermediate & Advanced SEO | | RampUpInteractive0