There are always 2 version of your domain which are identical but uses different names. The one with the .www and the one without.
For example:
1: http://www.GeoSourceCode.net
2: http://GeoSourceCode.net
It seems that both those adresses are the same, but Google looks at them in a different way. When you receive links from people they link to your page with and without the .www, which ends up in different pagerank for your 2 versions of the domain name.
Now to the good part
Add this piece of code to your .htaccess file
- Code: Select all
Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^geosourcecode\.net
RewriteRule ^(.*)$ http://www.geosourcecode.net/$1 [R=permanent,L]