In a recent thread Andrew Gid mentions:
paul.guti
I think that even Google recommends in its Webmaster Central to choose only one.
In a recent thread Andrew Gid mentions:
I think that even Google recommends in its Webmaster Central to choose only one.
I think Google is smart enough to figure out that http://mysite.com and http://www.mysite.com are the same thing.
That may be an error in your zonefile or setup then – presumably you are pointing correctly at the nameservers so any further changes to your zone should be instantaneous – AFAIK the only thing that takes time to propogate is changes to the nameserver itself
It’s a recomendation to 301 redirect from one version to another. Also it’s worth checking, if your mainpage links is always the same (ex. mypage.com or mypage.com/index.html) and do all links end with slash (“/”). I even wrote article called przekierowania 301 with handy code snippets in php and .htaccess for webmasters to use.
An 301 redirect is a good option, but an beter solution would be to define an canonical tag. On the pages that are ‘extra’ (like http://mysite.com) you define with an canonical tag what the main url is which need to be indexed by google. Every page that is recognized as duplicated content, but with an canonical wil be ignored by google. The pagerank of the main url will stay at 100% and won’t be split down in half (due the possible duplicated content issue).