wiki:qPloneGoogleSitemapsRoadmap

Version 4 (modified by mylan, 16 years ago) (diff)

--

Sitemaps Roadmap

The News Sitemap reference: http://docs.google.com/a/quintagroup.com/Doc?id=dgb4c3cf_24f766vrg6

Root http://www.google.com/support/webmasters/bin/topic.py?topic=8476 http://www.sitemaps.org/protocol.php

Regular Sitemaps

Requirements to Sitemaps from http://www.sitemaps.org/protocol.php

  • The file itself must be UTF-8 encoded.
  • The Sitemap must:
    1. Begin with an opening <urlset> tag and end with a closing </urlset> tag.
    2. Specify the namespace (protocol standard) within the <urlset> tag.
    3. Include a <url> entry for each URL, as a parent XML tag.
    4. Include a <loc> child entry for each <url> parent tag.
  • URLs in a Sitemap must be """from a single host, domain"""
  • URLs can't refer to sibling directory (otside from url,containing sitemap location)

Current fixes for qPloneGoogleSitemap

  • Add "UTF-8" encoding
  • Up version for urlset namespace to "0.9"

News Sitemaps

Mobile Sitemaps

http://www.google.com/support/webmasters/bin/topic.py?topic=8493

Differences from general sitemap

  • add """mobile""" namespace
  • add <mobile:mobile/> tag for every mobile link
  • Indexed only xhtml-mp pages