Mobile app version of vmapp.org
Login or Join
Cooney921

: Is it important to add a mobile sitemap? I've recently added a mobile version of a web-app. Most web-page URL's like mydomain.com/folder/page now have another version mydomain.com/mobile/folder/page

@Cooney921

Posted in: #GooglebotMobile #Mobile #Seo #Sitemap

I've recently added a mobile version of a web-app. Most web-page URL's like mydomain.com/folder/page now have another version mydomain.com/mobile/folder/page

In the web-page I've added:

<link rel="alternate" media="only screen and (max-width: 640px)" href="/mobile/folder/page" />


And in the mobile version:

<link rel="canonical" href="/folder/page"/>


This was done a couple of weeks ago, and still if I perform a site:mydomain/mobile I'm not seeing Google has indexed any of these mobile version pages.

Will adding a mobile site-map resolve this issue?

10.04% popularity Vote Up Vote Down


Login to follow query

More posts by @Cooney921

4 Comments

Sorted by latest first Latest Oldest Best

 

@Cooney921

John Mueller, Webmaster Trends Analyst at Google, stated in April 2015:


you don't need - and shouldn't have! - a mobile sitemap if your site doesn't have a feature-phone (WAP/WML, etc) version. If your site is responsive and works well on smartphones, that's enough for us


If you employ a mobile site on a subdomain with same content, pointing to its desktop canonical url helps the crawlers consolidating ranking signals. Though as of this statement, an additional sitemap would be of no use.

10% popularity Vote Up Vote Down


 

@Samaraweera270

If you have added rel="canonical" on your mobile pages, these would never get indexed.

10% popularity Vote Up Vote Down


 

@Becky754

Using a sitemap specific to your mobile content will help Google crawl and index URL's for mobile content. This should be a separate sitemap from your non-mobile content, as stated by Google here.

A sample mobile sitemap supplied by Google is:

<?xml version="1.0" encoding="UTF-8" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0">
<url>
<loc>http://mobile.example.com/article100.html</loc>
<mobile:mobile/>
</url>
</urlset>


As indicated in the above, mobile sitemaps contain URL's with the tag <mobile:mobile/>, which according to Google, if missing may cause your mobile URL's not to be crawled properly.

See this Google Webmaster Tools help document for more information on creating mobile sitemaps: Adding mobile URL information to a Sitemap

Also see the following Google Webmaster Blog on how to Help Google index your mobile site. As covered in that, it's important to make sure the Googlebot-Mobile user-agent isn't being blocked, either in your robots.txt or web server's configuration.

10% popularity Vote Up Vote Down


 

@Kaufman445

Adding a mobile sitemap won't hurt anything, though as you have canonical tags pointing to the desktop version of the pages then you won't see proper index stats in Webmaster Tools. Also, the site:search might be showing no pages because they have already been consolidated into the desktop versions. Your log files would show if Google had crawled these pages and also fetch as Googlebot in Webmaster Tools should let you know if there are any access problems.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme