Forum Moderators: open
http://www.example.com/Texas/
http://www.example.com/Virginia/
etc.
Since I am on a Linux Server, and the filesystem is case-sensitive, is it bad practice to capitalize the first letter of the state name in the URL?
Is it bad practice to have uppercase letters in any part of the URL? What is the general consensus about using capital letters in a URL? Thanks for your help.
SEs are not case sensitive, so there is no SEO implications, unless your uppercase pages show 404s to the spiders.
Make sure that /Texas and /texas do not both return content with a 200 OK status as that is a duplicate content issue (happens all the time with people using IIS) that will cause a lot of problems.
Definitely, people will never remember capitalisations.
Most people will remember the middle bit of a name and then stick a .com on the end of it, and that's what you should assume is the extent of their ability.