Mass URL changes and redirecting those old URLS to the new. What is SEO Risk and best practices?
-
Hello good people of the MOZ community,
I am looking to do a mass edit of URLS on content pages within our sites. The way these were initially setup was to be unique by having the date in the URL which was a few years ago and can make evergreen content now seem dated. The new URLS would follow a better folder path style naming convention and would be way better URLS overall.
Some examples of the **old **URLS would be
https://www.inlineskates.com/Buying-Guide-for-Inline-Skates/buying-guide-9-17-2012,default,pg.html
https://www.inlineskates.com/Buying-Guide-for-Kids-Inline-Skates/buying-guide-11-13-2012,default,pg.html
https://www.inlineskates.com/Buying-Guide-for-Inline-Hockey-Skates/buying-guide-9-3-2012,default,pg.html
https://www.inlineskates.com/Buying-Guide-for-Aggressive-Skates/buying-guide-7-19-2012,default,pg.htmlThe new URLS would look like this which would be a great improvement
https://www.inlineskates.com/Learn/Buying-Guide-for-Inline-Skates,default,pg.html
https://www.inlineskates.com/Learn/Buying-Guide-for-Kids-Inline-Skates,default,pg.html
https://www.inlineskates.com/Learn/Buying-Guide-for-Inline-Hockey-Skates,default,pg.html
https://www.inlineskates.com/Learn/Buying-Guide-for-Aggressive-Skates,default,pg.htmlMy worry is that we do rank fairly well organically for some of the content and don't want to anger the google machine.
The way I would be doing the process would be to edit the URLS to the new layout, then do the redirect for them and push live.
Is there a great SEO risk to doing this?
Is there a way to do a mass "Fetch as googlebot" to reindex these if I do say 50 a day? I only see the ability to do 1 URL at a time in the webmaster backend.
Is there anything else I am missing?I believe this change would overall be good in the long run but do not want to take a huge hit initially by doing something incorrectly. This would be done on 5- to a couple hundred links across various sites I manage.
Thanks in advance,
Chris Gorski -
Hey K.
Happy you found value in everyone's response here.
For your URL, I see your structure resemble a blog structure with your subfolder being "learn" instead of "blog". So if it is, your final URL that you described is fine (learn/buying-guide-for-inline-skates).
As a counterpoint, if you had this content as a hub page (some form of content pillar/topic cluster) for example, it would've been a good possibility to just change the URL structure since you have many Buying Guides. Different types of content, different ways to put it on your site.
Like so: /buying-guide/inline-skatesAt the end of the day, the structure needs to be logical and reflective of where your content is. I think you got it right anyway.
For the execution part;
- I would not recommend using the "crawl as Googlebot" function in search console. It would be way too time-consuming for you, and it is not really designed for that kind of work.
- Instead, update your sitemap with the final URLs and send it again via SearchConsole / Bing Webmastertools.
- Also, don't forget to go ahead and change the internal links pointing to the old URL to point directly to the new ones or else you'll just have a bunch of 301's crawled by Google. Make it seamless.
- Monitor. Monitor. Monitor.
Hope that helped!
-
Thanks all the for responses and I am taking to heart all your suggestions. I will make all the URLs lowercase as this is something I didn't take into account.
Due to site hosting platform limitation for the URL structure I need to have a value in the bold areas below:
https://www.inlineskates.com/learn/buying-guide-for-inline-skates,default,pg.html
The first value "learn" doesn't have to be unique but the 2nd "learn/buying-guide-for-inline-skates" is the driver for the URL and must be unique, so the short URL like https://www.inlineskates.com/buying-guide/Inline-Skates,default,pg.html wouldn't work since I would only be able to use it 1x for inline skates and have several content pieces that I would need to add that to, size guides, charts, etc.
My main concern is about the process of doing the redirects, say I do 50 in one day, what is my next step? Is there a way to run the fetch as googlebot to a handful of pages as I only see the ability to add 1 URL at a time in the webmaster backend. If I go ahead and do this I just want to do it in the smartest way possible.
Thanks, Chris
-
And to add to that, Moz has a great resource on how to write them (emphasis mine);
-
Keeping URLs as simple, relevant, compelling, and accurate as possible is key to getting both your users and search engines to understand them.
-
URLs should be definitive but concise.
-
When necessary for readability, use hyphens to separate words. URLs should not use underscores, spaces, or any other characters to separate words.
-
Use lowercase letters. In some cases, uppercase letters can cause issues with duplicate pages.
-
Avoid the use of URL parameters, if possible, as they can create issues with tracking and duplicate content. If parameters need to be used (UTM codes, e.g.), use them sparingly.
Source - https://moz.com/learn/seo/url
-
-
The new URLs seem pretty verbose.
If this was my site, I would consider...
https://www.inlineskates.com/Buying-Guide/Inline-Skates/
https://www.inlineskates.com/Buying-Guide/Kids-Inline-Skates/
https://www.inlineskates.com/Buying-Guide/Inline-Hockey-Skates/
https://www.inlineskates.com/Buying-Guide/Aggressive-Skates/My breadcrumbs would look similar....
Home >> Buying Guide >> Inline Skates
-
I've heard recent claims that you no longer lose link juice when 301ing, but I've also had personal experience with taking a hit to organic traffic when doing this type of major URL restructuring. You're right, in the long run, it does pay off, but you're also right that there may be a ding in the short term.
While you're in there, I would highly, highly recommend taking the additional step of removing ",default,pg" from your URLs. There are two problems with that string - one is it contains commas, which can be problematic. Anything other than plain text and hyphens is generally discouraged in URLs. The other problem is that "default pg" part is watering down your URL and does not contribute to making the links short and easy to type and understand for humans. Since you are undertaking such a massive restructuring, now is the time to make these additional tweaks - as it's less painful to do All The Things at once and take one hit, than it would be to take a hit now and another hit later when you tackle that separately. I personally also always use only lowercase characters in my URLs as it's easier to type and depending on the server OS improper capitalization may make it so they don't reach the right page, but that is more of a UX preference than an SEO enhancement.
Another couple of tips: I find it extremely helpful to map everything out on a spreadsheet in this type of migration. Helps me make sure I have the old and the new mapped out, and also helps to have a checklist to go through systematically. I also tend to group related pages in batches, as presumably related pages will be linked to each other, and once Google comes crawling back over one page it will see the new URLs and crawl those too, faster than it would crawl unrelated pages. Finally, use a HTTP header check tool (google that and you'll find several) after you add the redirects just to make 100% certain you've set everything up correctly. And where possible, mass-redirect in a single .htaccess rule rather than one by one.
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
-
Is there any benefit to changing 303 redirects to 301?
A year ago I moved my marketplace website from http to https. I implemented some design changes at the same time, and saw a huge drop in traffic that we have not recovered from. I've been searching for reasons for the organic traffic decline and have noticed that the redirects from http to https URLs are 303 redirects. There's little information available about 303 redirects but most articles say they don't pass link juice. Is it worth changing them to 301 redirects now? Are there risks in making such a change a year later, and is it likely to have any benefits for rankings?
Intermediate & Advanced SEO | | MAdeit0 -
Redirect to new SSL Domain
Hi Experts; How to redirect https://old-domain.com to https://new-domain.com without buying new SSL? I have one GoDaddy SSL and I want to use it for a new domain. Its currently use for old domain
Intermediate & Advanced SEO | | cafegardesh0 -
Brightcove SEO Best Practices?
My company has decided to go with Brightcove as a video platform so we can better monetize all of the video content we create and better customize the experience as well. We have a pretty decent YouTube presence, and I won't let them stop using that because it would totally alienate us from part of our audience. So I was hoping someone could help me with the following: Are we able to keep videos hosted on YouTube as well as Brightcove without any risk of duplicate content? If we use the Brightcove player to embed videos in our on-site content, are we hindering potential organic search visibility? On the embeds, it's looking like it's using an iframe in our content (https://www.leafly.com/news/cannabis-101/sativa-indica-and-hybrid-whats-the-difference-between-cannabis-ty) - We're using a Brightcove WP plugin for the embed, but I was wondering if anyone had suggestions on a better way to implement/if this is even an issue at all. Are there any other general best practices/insights anyone has working with this platform? I found this article on their site, but I was wondering if there was anything else I should consider. Thank you in advance for any insights/answers!
Intermediate & Advanced SEO | | davidkaralisjr0 -
Image URLs - best practice
Hi - I'm assuming image URL best practice follows same principles as non image URLs (not too many files and so on) - I notice alot of web devs putting photos in subdomains, so wonder if I'm missing something (I usually avoid subdomains like the plague)!
Intermediate & Advanced SEO | | McTaggart1 -
To redirect or not to redirect, that is the question
I work for a software company that is redeveloping the website (same domain.) We have tons of content in the form of articles and documents for support, how to use the product better, case studies, and blog posts. I've downloaded a landing page report and many of these have low impressions and little or no clicks (some ranked high other very low.) Should I redirect all this content to the new site where some of it won't exist or forget about it because of the lack of juice? Is there a rule-of-thumb threshold for redirecting for content?
Intermediate & Advanced SEO | | Nobody15969167212220 -
External Redirects & SEO
This company page redirects their external clients links: https://www.coinbase.com/clients QUESTION: What effect does this type of redirection have on the SEO going to these client pages, for their clients Websites?
Intermediate & Advanced SEO | | mstpeter0 -
Does having a ? on the end of your URL affect your SEO?
I have some redirects that were done with at "?" at the end of the URL to include google coding (i.e. you click on an adwords link and the google coding follows the redirected link). When there is not coding to follow the link just appears as "filename.html?". Will that affect us negatively SEO-wise? Thank you.
Intermediate & Advanced SEO | | RoxBrock1 -
Best time to choose a canonical URL & 301 redirect
I have taken on the task of getting a fairly huge eCommerce site more SEO friendly & have just realized that no URL has been chosen as our preferred domain. Should we designate a preferred domain now or wait until after the first of the year since we are hitting our busy period right now?
Intermediate & Advanced SEO | | Winoman0