1
vote
2answers
89 views

Removing “www.” from domain name and SEO

We are doing a big redesign work on our website, and at least 50% of the website folders will be moved to new places with different names (i.e. many URL will be changed). Sure, Google will need some ...
0
votes
2answers
110 views

With www or without www? Which is better to use [duplicate]

I have just bought a new domain www.reversehacking.com .... Which is better for SEO: http://reversehacking.com or http://www.reversehacking.com I think people will make more links starting with ...
0
votes
1answer
138 views

website won't work without www. on 123-reg [duplicate]

I've got a website that works with my custom domain name with the www. but when I type it in without the www. it doesn't show up, and I've had customers wondering if my website is down because of ...
2
votes
1answer
100 views

Google analytics tracking www and no-www domains

Our website is set up to direct all traffic for www.example.com to example.com with a line in the htaccess file. With Google analytics new in page analytics feature we are thinking of removing the ...
1
vote
1answer
798 views

Use a custom domain and point to Tumblr blog

My domain mydomain.com is registered with GoDaddy. I wish to host my Tumblr blog on this domain with Nearly Free Speech hosting. My active nameservers at GoDaddy already point to my authoritative ...
1
vote
3answers
81 views

Confused about domain names

I am confused about the difference between http://www.example.com and http://example.com, is that true "www" is actually the subdomain of domain example.com? Do people usually redirect from ...
6
votes
2answers
1k views

Why does my site only work with a www in the URL?

I'm a bit confused as the following points: There is a simple text website, with no javascript, that works only with the prefix. http://www.mysite.corporation.com works but ...
2
votes
3answers
134 views

Site not accessible without www in url - Error 400 bad request

A site that I am developing works with the format www.domain.com but when typing the domain without the www i.e domain.com I receive a error 400 bad request. How can I enable non-www for my site.
2
votes
1answer
557 views

Google Analytics - www version and non-www version

We have been using Google Analytics for a site http://example.com (non-www version). In a recent update, we have moved the site to http://www.example.com (www-version) with a 301 redirect from the ...
1
vote
1answer
279 views

godaddy url forwarding while keeping relative path

I'm hosting my website on Google app engine and my domain name on Godaddy. Google app engine does not allow you to have naked URLs. So it doesn't allow you to have example.com but does allow you to ...
4
votes
3answers
1k views

What is the best way to redirect my naked domain?

I have example.com, which points to web server using A records, I want to redirect all traffic from www.example.com to example.com. As far as i know these are methods, 301 HTML redirect from www to ...
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 ...