Changing URLs from sentence case to lower case
-
Hi Guys,
We are contemplating of changing our site URL structure from sentence case to all lowercase.
www.example.com/All-Products/Bedroom-Furniture/
www.example.com/all-products/bedroom-furniture/
We will use 301 redirect for old to new.
Its a 3 year old ecommerce site and currently rank very decent on serps.
The agency that does our seo is recommending this change and reckons that all lowecase URLs as preferred over our current URL structure.
My worry is we will lose our current ranking but agency advises that rankings will probably go lower or fluctuate for some time and get back to its original position or may even rank better in due course as we are doing a 301 redirect and once the site is crawled Google will know the change.
We are approaching Christmas and thenext 2 months are most busiest period of the year, we don't want to risk on traffic.
I would really appreciate if the community experts can advise,
Is it really that lowercase URLs are better than our current url structure?
By doing 301 will our rankings come back to same in "due course" ?
How much of a risk is it to do these changes at this time of the year?
Thanking you in advance,
Sohail
-
Just in case later in the future you want to turn all your URLs to lower case you can do something like this
In your .htaccess file insert this
ensure it is not a file on the drive first
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule (.*) rewrite-strtolower.php?rewrite-strtolower-url=$1 [QSA,L]Then in your root directory place a file called rewrite-strtolower.php and insert
if(isset($_GET['rewrite-strtolower-url'])) {
$url = $_GET['rewrite-strtolower-url'];
unset($_GET['rewrite-strtolower-url']);
$params = http_build_query($_GET);
if(strlen($params)) {
$params = '?' . $params;
}
header('Location: http://' . $_SERVER['HTTP_HOST'] . '/' . strtolower($url) . $params, true, 301);
}
exit();
?> -
Hello Guys,
Thank you for your reply and excellent advises. We have made a decision to drop the transformation all together and will continue with our existing URL structure.
Thank you all again.
Cheers !
-
For Google there is no preference for upper or lower case - so the proposed change will bring you no benefit. Even if the migration risk is very small, if you are close to your most important sales period - don't do it.
Dirk
-
By doing the 301 your agency is right you won't lose ranking but whenever you make a change, google needs time to take those changes in. They are right you will go down and back up. I don't see how you will go higher by changing the URL.
If the next few months are big times of the year for you than your better off waiting until after xmas to make the change. You have gone three years like this with no issue so really another few months won't hurt. It's not worth the risk because things can always go wrong and even more so when it comes to 301 URLs if something goes wrong it can really hurt.
Also when doing the change ask your SEO firm how they will be doing it. I find setting a RewriteRule in htaccess to change all uppercase URLs to lowercase URLs make it easier and safer than insure 301 is setup for each URL.
-
Sohail
I am not happy. Good question to ask. If it works - do not touch it. The first principal in SEO is do no harm.
I would consider terminating them... poor advice leading into the most important time for sales for you for the year. They sound like a web developer not an seo consultant.
Sorry I am a bit grumpy... but do not like it. Your intuition is spot on.
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
-
URL change - Sitemap update / redirect
Hi everyone Recently we performed a massive, hybrid site migration (CMS, URL, site structure change) without losing any traffic (yay!). Today I am finding out that our developers+copy writers decided to change Some URLs (pages are the same) without notifying anyone (I'm not going into details why). Anyhow, some URLs in site map changed, so old URLs don't exist anymore. Here is the example: OLD (in sitemap, indexed): https://www.domain.com/destinations/massachusetts/dennis-port NEW: https://www.domain.com/destinations/massachusetts/cape-cod Also, you should know that there is a number of redirects that happened in the past (whole site) Example : Last couple years redirections: HTTP to HTTPS non-www to www trailing slash to no trailing slash Most recent (a month ago ) Site Migration Redirects (URLs / site structure change) So I could add new URLs to the sitemap and resubmit in GSC. My dilemma is what to do with old URL? So we already have a ton of redirects and adding another one is not something I'm in favor of because of redirect loops and issues that can affect our SEO efforts. I would suggest to change the original, most recent 301 redirects and point to the new URL ( pre-migration 301 redirect to newly created URL). The goal is not to send mixed signals to SEs and not to lose visibility. Any advice? Please let me know if you need more clarification. Thank you
Intermediate & Advanced SEO | | bgvsiteadmin0 -
Inactive Products - Inactive URLs
Hi, In our website www.viatrading.com we have many products that might be in stock or not depending on availability. Until now, when a product was not available anymore, we took this page down (and redirected to its product category page). And, only if the product was available again, we re-activated the URL - this might be days, months or even years later. To make this more SEO-friendly, we decided now that while a product is not available, instead or deactivating/redirecting the page, we will leave it online and just add a message saying "This product is currently not available". If we do this, we will automatically re-activate about 500 products pages at once. 1. Just to make sure, is it harmful for SEO to keep activating/deactivating URLs this way? 2. Since most of these pages have been deindexed for a long time due to being redirected - have they lost all their SEO juice? 3. How can we better activate these old 500 pages - is it ok activating them all at once? Thank you,
Intermediate & Advanced SEO | | viatrading11 -
Double hyphen in URL - bad?
Instead of a URL such as domain.com/double-dash/ programming wants to use domain.com/double--dash/ for some reason that makes things easier for them. Would a double dash in the URL have a negative effect on the page ranking?
Intermediate & Advanced SEO | | CFSSEO0 -
Google Webmaster Remove URL Tool
Hi All, To keep this example simple.
Intermediate & Advanced SEO | | Mark_Ch
You have a home page. The home page links to 4 pages (P1, P2, P3, P4). ** Home page**
P1 P2 P3 P4 You now use Google Webmaster removal tool to remove P4 webpage and cache instance. 24 hours later you check and see P4 has completely disappeared. You now remove the link from the home page pointing to P4. My Question
Does Google now see only pages P1, P2 & P3 and therefore allocate link juice at a rate of 33.33% each. Regards Mark0 -
Correct URL Parameters for GWT?
Hi, I am just double checking to see if these parameters are ok - I have added an attachment to this post. We are using an e-commerce store and dealing with faceted navigation so I excluded a lot of parameters from being crawled as I didnt want them indexed. (they got indexed anyway!). Advice and recommendations on the use of GWT would be very helpful - please check my screenshot. thanks, B0gSmRu
Intermediate & Advanced SEO | | bjs20100 -
Optimisation change caused a drop
We are a web design company and SEO has never been our main thing but we can do it for clients quite well. We were ranking under web design and our location quite well up until 3 months ago. We didn't really have much on our page for web design but targetted website design instead. Our SEO guy who has proved himself for getting some of our clients to the top of Google under very generic search terms recommended we focus on Web Design, so I changed the site accordingly. 2 days later Google has seen our changes and now we've changed our H1 and copy. However, our ranking has dropped 1 place yet again. Obviously I've now panicked and am stressing (even feeling sick) about what to do. He is away until next week so I can't ask him. Could it be that Google has seen we're targetting the word and pushed us down? Shall I wait for the link building he's doing? My own link building lately seems to knock us down a place with every new link I'm doing (and I'm only adding the odd link - not spamming at all). What's odd is that we're still doing extremely well for keywords that aren't even mentioned in our copy at all really. If you could help or offer advice I'd be very grateful.
Intermediate & Advanced SEO | | sanchez19600 -
Subdirectory URLs
If I have category pages for my site; is it better to use http://example.com/category/category or just http://example.com/category? Also, I'm creating a new section of the site; a resource center. Should the URLs of the pages in the resource center be http://example.com/learn/page or just http://example.com/page What are the reasons for the better choice?
Intermediate & Advanced SEO | | Visually0 -
Rel=Canonical URLs?
If I had two pages: PageA about Cats PageB about Dogs If PageA had a link rel=canonical to PageB, but the content is different, how would Google resolve this and what would users see if they searched "Cats" or "Dogs?" If PageA 301 redirected to PageB, (no content in PageA since it's 301 redirected), how would Google resolve this and what would users see if they searched "Cats" or "Dogs?"
Intermediate & Advanced SEO | | visionnexus0