Is there any specific reason to why stackoverflow isn't using www in their URL? When you type http://www.stackoverflow.com the site change it to http://stackoverflow.com. This is opposite to what many other sites does. I like it, and I can see it is useful since the URLs these days are long and contains a lot of navigation information. Is there also a SEO advantage?
|
feedback
|
No there isn't. It's really a matter of preference, do note though that omitting the For this reason I personally prefer to use the "www" for my websites but, again, it's just a matter of preference :) | |||||||||||||||||||||||||||||||||||
feedback
|
|
As @Kop suggests it's primarily personal preference. From a historical perspective, the www prefix was de rigeur early on in the web to distinguish the host performing web service from other common services ( As the web became the dominant paradigm for the publication and exchange of information, though, the use of the other protocols, while not dwindling, became important to a smaller and smaller fraction of the people actually using the web. -- As an aside, do you know that there was a time when you could (and might actually have to) type in the full path that your email should take to get from your system to the mail system of the intended recipient? -- Browsers, in fact, changed to add the www prefix if you omitted it and it couldn't get a response to the prefix-less name from the name server. At that point the utility of using the prefix to distinguish the purpose of the host in question became much less valuable and the usability of having the prefix-less domain name be given to the web server host dramatically more important. Most organizations support both (not, however, the university where I work) and because users have gotten used to the prefix-less name, many organizations have adopted the prefix-less name as the default -- partly because this saves at least one round-trip name lookup if you don't. In my case, what I typically develop are services or web applications. I prefer the semantic value of using the service name over the prefix. It helps the user to remember what the name is and the prefix doesn't (actually in any case) add any real value to the end user; it's just more characters they have to type if they don't let the browser do the automatic expansion. | ||||
|
feedback
|
|
See also http://no-www.org/ | |||||
feedback
|
|
Your question has already been excellently answered. What I always like to add when there's a "www or not?" discussion is that most users have become accustomed - by relentless use in advertising and media in general - to recognize a web address by the So from that point of view, if you are targeting normal end-users, I'd recommend to use the | |||||
feedback
|
|
Jeff doesn't think it matters whether you have the dubya-dubya-dubya, so they probably probably spun a coin to decide. | |||
|
feedback
|
|
Someone is using a web browser with a URL starting with http:// (or better https://), and they are not sure if they are on the world wide web? Putting | |||||||
feedback
|
|
To your actual question, as pointed out by Arjan, it was a preference move:
For the soapbox side, it does help with SEO over possible duplicate content issues where search engines may see the www.stackoverflow.com and stackoverflow.com domains as dissimilar. Even Google asks you which version the site should be under:
So yes, there is an SEO advantage if you stick with one version. | |||||
feedback
|