Possible Duplicate:
What’s the point in having “www” in a URL?
My present DNS configuration for my website's A record is as below
Name Value
---------------------------
example.com 67.45.xx.xx
www.example.com 67.45.xx.xx
In above configuration user can open website either by example.com or by www.example.com.
One of my SEO team-member argues for single point access.
According to him search engine’s crawler see 2 different name with same content. It is not good and we should configure domain in such a way that if user open example.com then browser automatically get redirected to www.example.com.
Now I have 2 questions
- Does above argument is valid?
- If yes then what changes I need to do in my DNS?
example.comandwww.example.comshould pull up your website. Despite what Google may or may not "like", users should be able to type either and get to your site (how you redirect and map things is your call, but if you break one or the other you're shooting yourself in the foot) – voretaq7 Aug 25 '12 at 15:39