Forum Moderators: Robert Charlton & goodroi
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://example.com/page1.html</loc>
</url>
<url>
<loc>http://example.com/page2.html</loc>
</url>
</urlset>
The Sitemap must:
* Begin with an opening <urlset> tag and end with a closing </urlset> tag.
* Specify the namespace (protocol standard) within the <urlset> tag.
* Include a <url> entry for each URL, as a parent XML tag.
* Include a <loc> child entry for each <url> parent tag.
All other tags are optional.
[edited by: tedster at 6:53 pm (utc) on Dec 9, 2010]