Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

We have a site with both a desktop version and a mobile version. Most of the content are the same and both versions have the same URL, but the HTML generated is device specific.

Looking at Google's recommendations for smartphone-optimized sites, one could get the impression that the mobile xml sitemap is only for sites with different URLs.

Will ranking be affected - negatively or positively - if we add a mobile xml sitemap that effectively will be a duplicate of the desktop sitemap?

share|improve this question

2 Answers

up vote 0 down vote accepted

A Sitemap, mobile or otherwise, won't directly affect rankings in any case. The main problem you face is the wrong content getting into the wrong Google index (i.e. mobile/desktop). As per the recommendations you've read, the Vary HTTP header is important if serving different content on the same URLs.

share|improve this answer

I've ran into that same issue, where my template will change depending on the user's device that is being used to browse the site. And from my experience Google will only acknowledge one sitemap if they look very similar in Google Webmaster Tools, you may not even need a Mobile XML Sitemap because your viewers will automatically be taken to the mobile page when click on your listing in a search.

share|improve this answer
Thanks for your feedback. Did you see any affects on you rankings? – Emil Rasmussen Jun 25 '12 at 7:00

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.