Mobile Sitemaps
« on: April 25, 2007, 02:53:58 PM »
Does the sitemap generator support the generation of mobile sitemaps (XHTML-MP/WAP2.0 - see [ External links are visible to forum administrators only ]

I've just amended my site to display mobile-specific content but would like to produce a sitemap for this.  Because the mobile and standard sites are at the same URL (and the differences occur according to browser type) I can't use the standard generator.

Mark
Re: Mobile Sitemaps
« Reply #1 on: April 26, 2007, 03:05:54 AM »
Hello,

the format of Mobile sitemap is the same as "normal" xml sitemap, you should just make sure that it includes the links to your mobile pages.
Re: Mobile Sitemaps
« Reply #2 on: April 26, 2007, 09:00:05 AM »
The trouble is that the mobile-ready content is served according to the browser-type (otherwise the normal page structure is followed).  Is there a way I can make the generator pretend to be a mobile browser?

TIA, Mark
Re: Mobile Sitemaps
« Reply #3 on: April 26, 2007, 09:47:12 PM »
You can manually define user-agent field in config.inc.php file:
Quote
    'xs_crawl_ident' => 'custom user agent here',