Maintaining Link Value Of Old URLS With 301 Redirects
-
Large ecommerce site that has been around for a long time (15+ years.) During that time technology has changed a lot and we are running into issues maintaining 301 redirects for very old urls. For example we have a good amount of links to product and category pages. Some of the old links are to products that still exist and will exist for many years to come.(of note little to no traffic comes via these links. Most of them are close to 9 years old so they are buried deep within articles, forums, or websites) However as we make changes to the site and URL structure these old urls are taking up more resources to continue to maintain 301 redirects. I am Leary of no longer supporting them because I do not want it to impact rankings however there is concern on how much development time and technology resources it takes to continue to support as time goes on.
Does anyone have experience handling redirects 3 or 4 url structures old? Looking for insight from someone who has crossed this bridge before.
-
We have changed the URLS a few times over the past decade. It is just maintaining some of the super old backlinks to category and product pages that are getting harder to maintain.
I appreciate you taking the time to answer.
-
Okay, got it. To figure out how much value you're getting from that traffic, you need to figure out what you want customers to do once they hit those pages. If the customers do the thing you want them to do (buy, lead gen, consume more content, etc), then you still want to keep those redirects. If they don't, you can probably kill them without any repercussions to the brand/site. You can also reach out to those sites that are hosting your old links and ask them to put in new, more relevant links, if those links are still valuable in that the traffic from that link drives customers to do the action you want them to do.
I also wanted to add something that, I know you may fully realize, but no one has said yet, for every page that you're 301'ing to the new structure, you can take that old page and those old assets off your server. All you need is the 301 redirect code.
-
So you have old URLs; have they been changed already?
I'm assuming not since you're getting great traffic from organic. If that's the case, why change them? There appears to be no problem unless I'm missing something (assuming you haven't changed the URL).
This may be a question for developers that have more knowledge.
Thanks!
-
Erica,
Thank you so much for the response. To clarify so that i understand your recommendation correctly. The pages do still get traffic, some get a lot of traffic from organic search. They just do not get a lot of referral traffic from other websites. For example I have a lot of cases where a customer links to one of our products in a tutorial they did on their website. Because the tutorial is old the link to us is from many years ago and the url has a super old url structure. And maintaining the system that helps figure out where that old url should point to on our site is causing the problem. Because it is hard to know how to judge how much value is coming from that link from an SEO perspective I am having a hard time determining if we should continue to maintain these very old urls linking to us from external domains.
Does that help clarify?
-
If you don't get any traffic to these very old pages, there's really no reason to keep the redirects. When we rebranded from SEOmoz.org to Moz.com, we killed a lot of very old pages that didn't get any traffic anymore. We didn't redirect them, just tossed them away. We only redirected out-dated pages that were still getting traffic.
-
Cole,
First thanks for the response.
I probably should have added a bit more detail for clarification. The simple 301 redirect example.com/product-a-123-xyz.html is 301 redirected to example.com/product-a can be handled easily.
However because some of the Old urls had dynamic aspects to them our system has to run code to handle the redirect logic so that the 301 redirect takes sends them the to correct place. For example we sell tires for motorcycles. Because of old technology the url 10 years ago included vehicle specific elements like the year, model brand. Right now we have redirect logic that recognizes that the link is coming in from an old dynamic url and 301 redirect the customer to that specific tire on our site. Then at the product level they can then choose which vehicle they have, all dynamic aspects are taken care of now with ajax. But maintaining that old logic is eating up resources and I am debating if it is worth doing so.
-
Let me make sure I understand your question. You have migrated several (old) URLs into one (new) URL.
I would simply 301 redirect any old URL to a new URL that relates. For example, example.com/product-a-123-xyz.html is 301 redirected to example.com/product-a
You don't have to worry about what articles, bookmarks, etc. have the wrong URL because they are now redirected to the correct URL to maintain link value.
Do not 301 redirect page A to Page B that does not relate.
If you have any other 404s that come up via GWT or Moz and you have a relevant page for that 404, then go ahead and place a 301 redirect in. I would monitor this weekly (every Monday for example). It shouldn't be more than 20-30 to go through at most and that way you continue monitoring link value.
Does this answer your question? I hope this helps.
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
-
301 redirect syntax for htaccess
I'm working on some htaccess redirects for a few stray pages and have come across a few different varieties of 301s that are confusing me a bit....Most sources suggest: Redirect 301 /pageA.html http://www.site.com/pageB.html or using some combination of: RewriteRule + RewriteCond + RegEx I've also found examples of: RedirectPermanent /pageA.html http://www.site.com/pageB.html I'm confused because our current htaccess file has quite a few (working) redirects that look like this: Redirect permanent /pageA.html http://www.site.com/pageB.html This syntax seems to work, but I'm yet to find another Redirect permanent in the wild, only examples of Redirect 301 or RedirectPermanent Is there any difference between these? Would I benefit at all from replacing Redirect permanent with Redirect 301?
Technical SEO | | SamKlep1 -
Proper 301 redirect code for http to https
I see lots of suggestions on the web for forwarding http to https. I've got several existing sites that want to take advantage of the SSL boost for SEO (however slight) and I don't want to lose SEO placements in the process. I can force all pages to be viewed through the SSL - that's no problem. But for SEO reasons, do I need to do a 301 redirect line of code for every page in the site to the new "https" version? Or is there a way to catch all with one line of code that Google, etc. will recognize & honor?
Technical SEO | | wcksmith10 -
HTacess 301 redirect with special characters
Hello moz community ! I would to make a special 301 redirection through my htaccess file. I am a total noob concerning regexp and 301 redirection. I would like to redirect(301) this url : http://www.legipermis.com/stages-points/">http://www.legipermis.com/stages-points/</a></p>; yes yes it's in the index of google, this strange url includes the last ; to http://www.legipermis.com/stages-points/ I have already include a canonical tag by security, i would like to remove url with a 301 redirection and by remove this url through GWT (but the removal tool can't "eat' this kind of URL) Please consider the fact that i am not an expert about 301 redirections and regexps. No 301 redirect generator works properly for such a strange URL (which triggers content duplication corrected anyway with canonical tag). Thanks for your help.
Technical SEO | | LegiPermis0 -
Any issues with lots of pages issuing 301 redirects?
Hi all, I'm working on a site redesign and it is possible the new site could issue a lot of 301 redirects as we may migrate from one forum solution to another. Is there any issue with crawlers getting a lot of 301 redirects from a site? Thanks Nick
Technical SEO | | nickswan0 -
How best to redirect URL from expired classified ads?
We have problem because our content are classifieds. Every ad expired after one or two mounts and then ad becomes inactive and we keep his page for one mount latter like a same page but we ad a notice that ad is inactive. After that we delete the ad and his page but need to redirect that URL to search results page which contains similar ads because we don't want to lose the traffic form that pages. How is the best way to redirect ad URL? Our thinking was to redirect internal without 301 redirection because the httacces file will be very big after a while and we are thinking to try a canonicalization because we don't want engine to think that we have to much duplicate content.
Technical SEO | | Donaab0 -
How do I 301 url's with numbers in them?
I have a number of 404 error pages showing in webmaster tools and some of the url's have numbers, % symbols, and some are pdf's. My usual 301 redirect in my htaccess file does NOT redirect these pages where the url's have special characters. What am I doing wrong?
Technical SEO | | BradBorst0 -
301 an old site to a newer site...
Hi First, to be upfront - these are not my websites, I'm asking because they are trying to compete in my niche. Here's the details, then the questions... There is a website that is a few months old with about 200 indexed pages and about 20 links, call this newsite.com There is a website that is a few years old with over 10,000 indexed pages and over 20,000 links, call this oldsite.com newsite.com acquired oldsite.com and set a 301 redirect so every page of oldsite.com is re-directed to the front page of newsite.com newsite.com & oldsite.com are on the same topic, the 301 occurred in the past week. Now, oldsite.com is out of the SERPs and newsite.com is pretty much ranking in the same spot (top 10) for the main term. Here are my questions; 1. The 10,000 pages on oldsite.com had plenty of internal links - they no longer exists, so I imagine when the dust settles - it will be like oldsite.com is a one page site that re-diretcts to newsite.com ... How long will a ranking boost last for? 2. With the re-direct setup to completely forget about the structure and content of oldsite.com, it's clear to me that it was setup to pass the 'Link Juice' from oldsite.com to newsite.com ... Do the major SE's see this as a form of SPAM (manipulating the rankings), or do they see it as a good way to combine two or more websites? 3. Does this work? Is everybody doing it? Should I be doing it? ... or are there better ways for me to combat this type of competition (eg we could make a lot of great content for the money spent buying oldsite.com - but we certainly wouldn't get such an immediate increase to traffic)?
Technical SEO | | RR5000 -
301 redirects
Hi Guys, Question,
Technical SEO | | VividLime
Lets say I have a page oldfile.php at position #2 then set-up a redirection in the following way 100 incoming external links--> oldfile.php [301 to] newfile.php Google comes along and updates its index to newfile.php and ranking of newfile.php remains at position #2. Everything is good. Lets say in 5months, I come along and delete oldfile.php so we have
100 incoming external links--> deleted(oldfile.php) or 100 incoming external links-->404 error. |||| newfile.php Do I then loose the rankings on newfile.php. My thinking is that now that all the external links now point to a page not found, newfile.php should loose rankings Am I correct in my assumption?0