No-www refers to questions regarding the usage of domains without the A record www in front of the domain; topics may include questions regarding the removal of www, virtual host configuration, or the redirection process.
4
votes
6answers
929 views
WWW.yoursite.com or HTTP://yoursite.com which one is futureproof?
http://yoursite.com
www.yoursite.com
http://www.yoursite.com
yoursite.com
Which of these would you choose as your favourite to work with, if you were to make a site for 2011 and beyond, which ...
2
votes
2answers
177 views
Different data for www and no-www in Google Webmasters Tools
My Webmasters Tools home page contains example.com and www.example.com in the sites section.
There is a rewrite rule (301 redirect) on my server that redirects all requests from www.example.com to ...
6
votes
3answers
157 views
How to stop Google indexing both www. and no-www versions of my website
When I do a search of my site in Google it shows both:
mydomain.com
www.mydomain.com
In my .htaccess file I added code to redirect the non-www version to the www version, but both versions are ...
2
votes
3answers
900 views
Proper way to move Google Analytics code from one site to another one
Currently, I use Google Analytics for www.example.com. example.com is also added to GA and shows "Tracking not installed".
Recently I added rewrite rule (301 redirect) to redirect all requests from ...
3
votes
1answer
74 views
Why is www. working but no-www is not?
Right now my site runs on http://www.example.com but I need to run that without www also i.e example.com
Can some body tell me here that how can i do that?
14
votes
4answers
445 views
Removing non-www support
I'm not an advocate of the no-www movement. I like the www because it adds as a buffer to distinguish between our public and private/static sites.
The problem is that with one of our sites, our ...
51
votes
8answers
2k views
Should I include “www” in my canonical URLs? What are the pros and cons?
What are the pros and cons of having http://www.example.com/ vs http://example.com/?
For example a problem I'm aware of is that if I use a domain without www I can't set a cookie for the current ...