The Sitemap 0.90 protocol is an open standard supported by the main search engines including Google, Yahoo!, and Microsoft Bing.
Similar to RSS feeds it uses XML to represent the contents of your website in a structured format.
It contains 4 elements for each page in your website :
An example of a sitemap file can be seen below :
<?xml encoding="UTF-8" version="1.0" ?>
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>http://www.g-mapper.co.uk/index.aspx</loc>
<lastmod>2010-10-01</lastmod>
<changefreq>daily</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>http://www.g-mapper.co.uk/about.aspx</loc>
<lastmod>2009-01-01</lastmod>
<changefreq>yearly</changefreq>
<priority>0.1</priority>
</url>
</urlset>
The Sitemap protocol can be extended to include other elements. Google utilises this fact to include media files such as images within the sitemap.
G-Mapper will index images in your pages and include them in your sitemap.
You can find out more about th sitemap protocol at www.sitemaps.org.
However all you need to know is that google supports the format and with a few clicks you can create and submit yours.
from Xml Sitemap Generator.org
Please support us by sharing...