Webmaster Tools sitemaps

Celestial711

Newbie
Joined
Jun 9, 2015
Messages
30
Reaction score
1
I would like find out if I need to add sitemaps to each version of my properties on google webmaster tools. Google advised you to add www and non www of a site but apart from adding both do you need sitemaps for both since I have set a preferred version.

One more thing, if you set your version to non www how do you redirect that url to www and is that required?
 
I would like find out if I need to add sitemaps to each version of my properties on google webmaster tools. Google advised you to add www and non www of a site but apart from adding both do you need sitemaps for both since I have set a preferred version.

One more thing, if you set your version to non www how do you redirect that url to www and is that required?

To redirect an URL you should use your .htaccess with mod rewrite in the linux world, or url rewrite for IIS

You should redirect to www. and if your site is HTTPS you should redirect HTTP to HTTPS as well.

Google views www.domainname.com and domainname.com as two seperate sites. Having both can cause duplicate content and split your page rank.
 
Back
Top