From
Beginers to
Advanced - there are tutorial to get you started
https://www.google.com/webmasters/si.../protocol.html
Code:
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="
http://www.google.com/schemas/sitemap/0.84">
<url>
<loc></loc>
<lastmod>2005-06-17</lastmod>
<changefreq></changefreq>
<priority></priority>
</url>
</urlset>
The XML Sitemap Format uses the following XML tags:
Quote:
changefreq — how frequently the content at the URL is likely to change
lastmod — the time the content at the URL was last modified
loc — the URL location
priority — the priority of the page relative to other pages on the same site
url — this tag encapsulates the first four tags in this list
urlset — this tag encapsulates the first five tags in this list
|
Validatation Schemas
http://www.google.com/schemas/sitemap/0.84/sitemap.xsd
http://www.google.com/schemas/sitema.../siteindex.xsd
A Generator is also available for Downloading
https://www.google.com/webmasters/si...generator.html