Title case or lower can URL folders
-
Is it best to have lower case URLs e.g
mydomain.com/hotels-in-london/
or title case like
mydomain.com/Hotels-In-London/
I noticed in the seomoz tools that it would report the above two URLs as duplicate if the site had two links using pointing to each URL
-
Lowercase, every time.
-
Barry is correct, lower case is best.
lower and upper are diffecne urls a coanonical issue.
-
How do you enforce a lower cased URL ? Use canonical tag ?
-
If your CMS doesn't do it then you'll need a rewrite rule, but I'd recommend that you try and sort out the CMS in the first instance.
Are you using a common CMS?
-
No a custom written CMS, so it should be fairly easy to code.