Best way to handle redirection for products that come in and out of inventory.
-
We have a large volume of products that rotate seasonally. From an SEO perspective we are looking for the best method on how to handle these issues.
Currently when crawler or user encounters a URL to a product that is no longer in inventory we are looking at two things. One, the request comes in and send a 200 to a page that says ITEM NOT FOUND. Option 2, is simply send them to a 404.
The product may or may not be put back into production. What is the best method to handle this?
-
Thank you Rob for taking the time to answer. Much appreciated. That's pretty much the direction we started with. I kind of look at it like an internal search. When an internal search is made for a product that doesn't exist, they get returned to a 200 and static item not found page. So we are moving forward this same method.
Our next step is to reduce 8k 404s a week we get!
-
It really does depend on the product and type of site for sure.
-
I agree here, but with the Panda updates this past year, just having pages up won't really do much. You'll need to improve the user experience to build on the page.
I would build on the page, but look to improve the landing pages of the products that are either no longer available, or the pages that are or will still be online but with products that are not available 'at this time'.
Bring in social media, product landing pages, perhaps a posting 'comment' section for customers to review the products (to offer some user generated content), alongside other features like customized descriptions (don't copy the supplier site), features about the history of the product, the origin of it.. etc..
If it's no longer available, redirecting to a products page of similar relation will help keep the client on the site - while also offering various products of similar needs for their use.
Do all this - I and I see a win-win for you
-
I would simply keep those pages live at all times
I keep seasonal pages up... and have found that they creep up the rankings over the years. Next season they are more valuable.
-
Really depends on the products you're selling. I do like Rob's answer about keeping the page live and offering an alternative or capturing an interest list. You still want the sale or to create the lead so providing some sort of call to action is key if these are significant.
If the product is never coming back, I'd def redirect to a close match or a parent category.
-
You definately don't want to use a 404 error code, so avoid that at. There would be a lot of 301 redirects after that as Google isn't a big fan of 404 pages and it doesn't help your 'user experience'.
Because your product pages (individually) might be gaining links and resources/mentions/social mentions, etc, from customers as they find products, a 404 would produce a loss in valuable inbound linking juice into the domain.
I would simply keep those pages live at all times, but build on the pages/products description, history, talk about it's features, etc, keep those deeply seeded and index'd pages in the domain. Then when they come back online (if they do) ir provides users excellent content about the product and in parallel works with thier user experience.
If the product after time doesn't return, then just work to find a solution for those specific pages. Perhaps a directory of 'out of date products' that visitors could reference if they were looking or searching for something in particur on that site - and offer an alternative (if available) to them in it's place?
Hope this helps a little. Rob
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
-
Redirects, 301's & 404's
I have tons of links that I have had added a redirect to after creating my companies new website. Is it bad to have all these 301s? How do I permanently redirect those links? Also, on Google Search Console it's telling me I have 1,000+ excluded links. Is this bad? Will it negatively affect me? Is this something to do with my sitemap? Any help would be greatly appreciated 🙂
Technical SEO | | sammecooper0 -
Best way to link to multiple location pages
I am a Magician and have multiple location pages for each county I cover. I currently have them linked off the menu under locations/ <county>and also in the footer</county> However I have heard that a link from the page is much stronger, so I am experimenting with removing the Menu & Footer link and just linking to these pages from within the content. It's not really a navigation item and most people come in through search to the right page. Am I diluting the link by having it in the Menu/Page and Footer? I read a long time ago that Google only considers the first link to a page and ignores the rest - is that the case? Thanks Roger https://www.rogerlapin.co.uk/
Technical SEO | | Rogerperk0 -
Magento Redirect Loop
On my clients site I changed the URL structure for products. First they had a trailing slash: http://www.wellamy.com/market/food/oklahoma-relief-effort/healthy-snacks/caramel-apple-chewy-snack-bars/ I changed it to end in .html http://www.wellamy.com/market/food/oklahoma-relief-effort/healthy-snacks/caramel-apple-chewy-snack-bars.html Now rather than redirecting properly, it causes a redirect loop. Any idea how I can fix this?
Technical SEO | | Imajery0 -
URL redirect question
Hi all, Just wondering whether anybody has experience of CMSs that do a double redirect and what affect that has on rankings. here's the example /page.htm is 301 redirected to /page.html which is 301 redirected to /page As Google has stated that 301 redirects pass on benefits to the new page, would a double redirect do the same? Looking forward to hearing your views.
Technical SEO | | A_Q0 -
SEO url best practices
We're revamping our site architecture and making several services pages that are accessible from one overarching service page. An example would be as follows: Services Student Services Essay editing Essay revision Author Services Book editing Manuscript critique We'll also be putting breadcrumbs throughout the site for easy navigation, however, is it imperative that we build the URLs that deep? For example, could we simply have www.site.com/essay-editing rather than www.site.com/services/students/essay-editing? I prefer the simplicity of the former, but I feel the latter may be more "search robot friendly" and better for SEO. Any advice on this is much appreciated.
Technical SEO | | Kibin0 -
301 redirects reverting to 302 redirects
We recently built a new website with a new site structure. To prevent there being a load of 404's I redirected the old pages to the new relevant pages with 301 redirects. A few days later the SEOmoz crawl report alerted me to a load of 302 redirects. When I looked into this for some reason all of the 301 redirects I set up are reverting to 302 redirects. I did a test by 301 redirecting a made up URL to an existing page and the same thing happens - it 302 redirects. I can't find any settings in WordPress to possibly explain why this is happening. Has anyone got any ideas why this could be?
Technical SEO | | Tone_Agency0 -
Best method of redirecting http to https on homepage
Hi everyone, I'm looking to redirect all http requests to https for a site's homepage. It only needs to be for the homepage, not site wide. What's the best method of doing this without losing pagerank or ranking? I'm using IIS7.5 so I've been looking at a URL Rewrite or possibly this ASP.Net solution; http://www.xdevsoftware.com/blog/post/Redirect-from-Http-to-Https-in-ASPNET.aspx Or is a simple 301 or 302 (for some reason Microsoft's site says to do a 302 re-direct, though I'm not sure if this is great from an SEO perspective?) re-direct from http version to the https version the best method? Also if the solution retained the URL query string that would be even better! Any help appreciated! Thanks
Technical SEO | | PeterAlexLeigh0 -
301 Redirect
Hi there, We are re-branding & re-structuring our website, there will be quite a number of 301 re-directs, possibly hundreds. The question is: Should i wait until the re-branding has been completed and do al the 301's in one go?, or should I try and do 301's as i go along? Kind Regards
Technical SEO | | Paul780