<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.0.0-dev" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>XML Sitemaps</title>
		<link>http://xml-sitemaps.org/</link>
		<atom:link rel="self" type="application/rss+xml" href="http://xml-sitemaps.org/?tempskin=_rss2" />
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.0.0-dev"/>
		<ttl>60</ttl>
				<item>
			<title>Sitemap format (XML)</title>
			<link>http://xml-sitemaps.org/spec/sitemap-protocol-xml-format</link>
			<pubDate>Mon, 26 Mar 2007 18:38:58 +0000</pubDate>			<dc:creator>sitemaps</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">310@http://xml-sitemaps.org/</guid>
						<description>&lt;p&gt;The Sitemap protocol format consists of XML tags. All data values in a Sitemap must be entity-escaped. The file itself must be UTF-8 encoded.&lt;/p&gt;

&lt;p&gt;The Sitemap must:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt; Begin with an opening &lt;code class=&quot;codespan&quot;&gt;&amp;lt;urlset&amp;gt;&lt;/code&gt; tag and end with a closing &lt;code class=&quot;codespan&quot;&gt;&amp;lt;/urlset&amp;gt;&lt;/code&gt; tag.
&lt;/li&gt;
  &lt;li&gt; Specify the namespace (protocol standard) within the &lt;code class=&quot;codespan&quot;&gt;&amp;lt;urlset&amp;gt;&lt;/code&gt; tag.
&lt;/li&gt;
  &lt;li&gt; Include a &lt;code class=&quot;codespan&quot;&gt;&amp;lt;url&amp;gt;&lt;/code&gt; entry for each URL, as a parent XML tag.
&lt;/li&gt;
  &lt;li&gt; Include a &lt;code class=&quot;codespan&quot;&gt;&amp;lt;loc&amp;gt;&lt;/code&gt; child entry for each &lt;code class=&quot;codespan&quot;&gt;&amp;lt;url&amp;gt;&lt;/code&gt; parent tag.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All other tags are optional. Support for these optional tags may vary among search engines. Refer to each search engine&#039;s documentation for details.&lt;/p&gt;

&lt;h2&gt; Sample XML Sitemap &lt;/h2&gt;

&lt;p&gt;The following example shows a Sitemap that contains just one URL and uses all optional tags. The optional tags are in italics.&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;XML:&lt;/p&gt;&lt;div class=&quot;codeblock amc_xml amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;urlset&lt;/span&gt;&lt;span class=&quot;amc_default&quot;&gt; &lt;span class=&quot;amc_attribute&quot;&gt;xmlns&lt;/span&gt;=&lt;span class=&quot;amc_string&quot;&gt;&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2005-01-01&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;changefreq&amp;gt;&lt;/span&gt;monthly&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/changefreq&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;priority&amp;gt;&lt;/span&gt;0.8&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/priority&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/urlset&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemap-protocol-xml-format&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The Sitemap protocol format consists of XML tags. All data values in a Sitemap must be entity-escaped. The file itself must be UTF-8 encoded.</p>

<p>The Sitemap must:</p>

<ul>
  <li> Begin with an opening <code class="codespan">&lt;urlset&gt;</code> tag and end with a closing <code class="codespan">&lt;/urlset&gt;</code> tag.
</li>
  <li> Specify the namespace (protocol standard) within the <code class="codespan">&lt;urlset&gt;</code> tag.
</li>
  <li> Include a <code class="codespan">&lt;url&gt;</code> entry for each URL, as a parent XML tag.
</li>
  <li> Include a <code class="codespan">&lt;loc&gt;</code> child entry for each <code class="codespan">&lt;url&gt;</code> parent tag.
</li>
</ul>

<p>All other tags are optional. Support for these optional tags may vary among search engines. Refer to each search engine's documentation for details.</p>

<h2> Sample XML Sitemap </h2>

<p>The following example shows a Sitemap that contains just one URL and uses all optional tags. The optional tags are in italics.</p>

<p class="amcode">XML:</p><div class="codeblock amc_xml amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default"><span class="amc_keyword">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;urlset</span><span class="amc_default"> <span class="amc_attribute">xmlns</span>=<span class="amc_string">"http://www.sitemaps.org/schemas/sitemap/0.9"</span>&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2005-01-01<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;changefreq&gt;</span>monthly<span class="amc_keyword">&lt;/changefreq&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;priority&gt;</span>0.8<span class="amc_keyword">&lt;/priority&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;/urlset&gt;</span></span></span></code></td></tr>
</table></div>
<div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemap-protocol-xml-format">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemap-protocol-xml-format#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=310</wfw:commentRss>
		</item>
				<item>
			<title>Sitemap tags</title>
			<link>http://xml-sitemaps.org/spec/sitemap-tags</link>
			<pubDate>Sat, 07 Apr 2007 22:28:20 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">314@http://xml-sitemaps.org/</guid>
						<description>&lt;h2&gt; &amp;lt;urlset&gt; &lt;/h2&gt;

&lt;p&gt;required  	&lt;/p&gt;

&lt;p&gt;Encapsulates the file and references the current protocol standard.&lt;/p&gt;

&lt;h2&gt; &amp;lt;url&gt; &lt;/h2&gt;

&lt;p&gt;required 	&lt;/p&gt;

&lt;p&gt;Parent tag for each URL entry. The remaining tags are children of this tag.&lt;/p&gt;

&lt;h2&gt; &amp;lt;loc&gt; &lt;/h2&gt;

&lt;p&gt;required 	&lt;/p&gt;

&lt;p&gt;URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, if your web server requires it. This value must be less than 2,048 characters.&lt;/p&gt;

&lt;h2&gt; &amp;lt;lastmod&gt; &lt;/h2&gt;

&lt;p&gt;optional 	&lt;/p&gt;

&lt;p&gt;The date of last modification of the file. This date should be in W3C Datetime format. This format allows you to omit the time portion, if desired, and use YYYY-MM-DD.&lt;/p&gt;

&lt;p&gt;Note that this tag is separate from the If-Modified-Since (304) header the server can return, and search engines may use the information from both sources differently.&lt;/p&gt;

&lt;h2&gt; &amp;lt;changefreq&gt; &lt;/h2&gt;

&lt;p&gt;optional 	&lt;/p&gt;

&lt;p&gt;How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page. Valid values are:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt; always
&lt;/li&gt;
  &lt;li&gt; hourly
&lt;/li&gt;
  &lt;li&gt; daily
&lt;/li&gt;
  &lt;li&gt; weekly
&lt;/li&gt;
  &lt;li&gt; monthly
&lt;/li&gt;
  &lt;li&gt; yearly
&lt;/li&gt;
  &lt;li&gt; never
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The value &quot;always&quot; should be used to describe documents that change each time they are accessed. The value &quot;never&quot; should be used to describe archived URLs.&lt;/p&gt;

&lt;p&gt;Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers may consider this information when making decisions, they may crawl pages marked &quot;hourly&quot; less frequently than that, and they may crawl pages marked &quot;yearly&quot; more frequently than that. Crawlers may periodically crawl pages marked &quot;never&quot; so that they can handle unexpected changes to those pages.&lt;/p&gt;

&lt;h2&gt; &amp;lt;priority&gt; &lt;/h2&gt;

&lt;p&gt;optional 	&lt;/p&gt;

&lt;p&gt;The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value does not affect how your pages are compared to pages on other sites&amp;#8212;it only lets the search engines know which pages you deem most important for the crawlers.&lt;/p&gt;

&lt;p&gt;The default priority of a page is 0.5.&lt;/p&gt;

&lt;p&gt;Please note that the priority you assign to a page is not likely to influence the position of your URLs in a search engine&#039;s result pages. Search engines may use this information when selecting between URLs on the same site, so you can use this tag to increase the likelihood that your most important pages are present in a search index.&lt;/p&gt;

&lt;p&gt;Also, please note that assigning a high priority to all of the URLs on your site is not likely to help you. Since the priority is relative, it is only used to select between URLs on your site.&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemap-tags&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<h2> &lt;urlset> </h2>

<p>required  	</p>

<p>Encapsulates the file and references the current protocol standard.</p>

<h2> &lt;url> </h2>

<p>required 	</p>

<p>Parent tag for each URL entry. The remaining tags are children of this tag.</p>

<h2> &lt;loc> </h2>

<p>required 	</p>

<p>URL of the page. This URL must begin with the protocol (such as http) and end with a trailing slash, if your web server requires it. This value must be less than 2,048 characters.</p>

<h2> &lt;lastmod> </h2>

<p>optional 	</p>

<p>The date of last modification of the file. This date should be in W3C Datetime format. This format allows you to omit the time portion, if desired, and use YYYY-MM-DD.</p>

<p>Note that this tag is separate from the If-Modified-Since (304) header the server can return, and search engines may use the information from both sources differently.</p>

<h2> &lt;changefreq> </h2>

<p>optional 	</p>

<p>How frequently the page is likely to change. This value provides general information to search engines and may not correlate exactly to how often they crawl the page. Valid values are:</p>
<ul>
  <li> always
</li>
  <li> hourly
</li>
  <li> daily
</li>
  <li> weekly
</li>
  <li> monthly
</li>
  <li> yearly
</li>
  <li> never
</li>
</ul>

<p>The value "always" should be used to describe documents that change each time they are accessed. The value "never" should be used to describe archived URLs.</p>

<p>Please note that the value of this tag is considered a hint and not a command. Even though search engine crawlers may consider this information when making decisions, they may crawl pages marked "hourly" less frequently than that, and they may crawl pages marked "yearly" more frequently than that. Crawlers may periodically crawl pages marked "never" so that they can handle unexpected changes to those pages.</p>

<h2> &lt;priority> </h2>

<p>optional 	</p>

<p>The priority of this URL relative to other URLs on your site. Valid values range from 0.0 to 1.0. This value does not affect how your pages are compared to pages on other sites&#8212;it only lets the search engines know which pages you deem most important for the crawlers.</p>

<p>The default priority of a page is 0.5.</p>

<p>Please note that the priority you assign to a page is not likely to influence the position of your URLs in a search engine's result pages. Search engines may use this information when selecting between URLs on the same site, so you can use this tag to increase the likelihood that your most important pages are present in a search index.</p>

<p>Also, please note that assigning a high priority to all of the URLs on your site is not likely to help you. Since the priority is relative, it is only used to select between URLs on your site.</p>
<div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemap-tags">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemap-tags#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=314</wfw:commentRss>
		</item>
				<item>
			<title>Entity escaping</title>
			<link>http://xml-sitemaps.org/spec/entity-escaping</link>
			<pubDate>Sat, 07 Apr 2007 22:42:41 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">315@http://xml-sitemaps.org/</guid>
						<description>&lt;p&gt;Your Sitemap file must be UTF-8 encoded (you can generally do this when you save the file). As with all XML files, any data values (including URLs) must use entity escape codes for the characters listed in the table below.&lt;/p&gt;
&lt;table border=&quot;1&quot;&gt;
&lt;tbody&gt;
&lt;tr&gt;&lt;th&gt;Character&lt;/th&gt;
    &lt;th&gt;&amp;nbsp;&lt;/th&gt;
          &lt;th&gt;Escape Code&lt;/th&gt;
        
        &lt;/tr&gt;&lt;tr&gt;
          &lt;td&gt;Ampersand&lt;/td&gt;
          &lt;td&gt;&amp;amp;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;&amp;amp;amp;&lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;

        &lt;tr class=&quot;alt&quot;&gt;
          &lt;td&gt;Single Quote&lt;/td&gt;
          &lt;td&gt;&#039;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;&amp;amp;apos;&lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;Double Quote&lt;/td&gt;

          &lt;td&gt;&quot;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;&amp;amp;quot;&lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
        &lt;tr class=&quot;alt&quot;&gt;
          &lt;td&gt;Greater Than&lt;/td&gt;
          &lt;td&gt;&amp;gt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;&amp;amp;gt;&lt;/code&gt;&lt;/td&gt;

        &lt;/tr&gt;
        &lt;tr&gt;
          &lt;td&gt;Less Than&lt;/td&gt;
          &lt;td&gt;&amp;lt;&lt;/td&gt;
          &lt;td&gt;&lt;code&gt;&amp;amp;lt;&lt;/code&gt;&lt;/td&gt;
        &lt;/tr&gt;
      
    &lt;/tbody&gt;
&lt;/table&gt;

&lt;p&gt;In addition, all URLs (including the URL of your Sitemap) must be URL-escaped and encoded for readability by the web server on which they are located. However, if you are using any sort of script, tool, or log file to generate your URLs (anything except typing them in by hand), this is usually already done for you. Please check to make sure that your URLs follow the &lt;a href=&quot;http://asg.web.cmu.edu/rfc/rfc3986.html&quot; target=&quot;_blank&quot;&gt;RFC-3986&lt;/a&gt; standard for URIs, the RFC-3987 standard for IRIs, and the &lt;a href=&quot;http://www.w3.org/TR/REC-xml/&quot; target=&quot;_blank&quot;&gt;XML standard&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Below is an example of a URL that uses a non-ASCII character (&amp;#252;), as well as a character that requires entity escaping (&amp;amp;):&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;Code:&lt;/p&gt;&lt;div class=&quot;codeblock amc_code amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;http://www.example.com/&amp;#252;mlat.html&amp;amp;q=name&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Below is that same URL, ISO-8859-1 encoded (for hosting on a server that uses that encoding) and URL escaped:&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;Code:&lt;/p&gt;&lt;div class=&quot;codeblock amc_code amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;http://www.example.com/%FCmlat.html&amp;amp;q=name&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Below is that same URL, UTF-8 encoded (for hosting on a server that uses that encoding) and URL escaped:&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;Code:&lt;/p&gt;&lt;div class=&quot;codeblock amc_code amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;http://www.example.com/%C3%BCmlat.html&amp;amp;q=name&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Below is that same URL, but also entity escaped:&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;Code:&lt;/p&gt;&lt;div class=&quot;codeblock amc_code amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;http://www.example.com/%C3%BCmlat.html&amp;amp;amp;q=name&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;h2&gt; Sample XML Sitemap &lt;/h2&gt;

&lt;p&gt;The following example shows a Sitemap in XML format. The Sitemap in the example contains a small number of URLs, each using a different set of optional parameters.&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;XML:&lt;/p&gt;&lt;div class=&quot;codeblock amc_xml amc_long&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;urlset&lt;/span&gt;&lt;span class=&quot;amc_default&quot;&gt; &lt;span class=&quot;amc_attribute&quot;&gt;xmlns&lt;/span&gt;=&lt;span class=&quot;amc_string&quot;&gt;&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2005-01-01&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;changefreq&amp;gt;&lt;/span&gt;monthly&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/changefreq&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;priority&amp;gt;&lt;/span&gt;0.8&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/priority&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc0&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/catalog?item=12&amp;amp;amp;desc=vacation_hawaii&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;changefreq&amp;gt;&lt;/span&gt;weekly&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/changefreq&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/catalog?item=73&amp;amp;amp;desc=vacation_new_zealand&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2004-12-23&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;changefreq&amp;gt;&lt;/span&gt;weekly&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/changefreq&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/catalog?item=74&amp;amp;amp;desc=vacation_newfoundland&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc0&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2004-12-23T18:00:15+00:00&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;priority&amp;gt;&lt;/span&gt;0.3&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/priority&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/catalog?item=83&amp;amp;amp;desc=vacation_usa&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2004-11-23&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/urlset&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/entity-escaping&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Your Sitemap file must be UTF-8 encoded (you can generally do this when you save the file). As with all XML files, any data values (including URLs) must use entity escape codes for the characters listed in the table below.</p>
<table border="1">
<tbody>
<tr><th>Character</th>
    <th>&nbsp;</th>
          <th>Escape Code</th>
        
        </tr><tr>
          <td>Ampersand</td>
          <td>&amp;</td>
          <td><code>&amp;amp;</code></td>
        </tr>

        <tr class="alt">
          <td>Single Quote</td>
          <td>'</td>
          <td><code>&amp;apos;</code></td>
        </tr>
        <tr>
          <td>Double Quote</td>

          <td>"</td>
          <td><code>&amp;quot;</code></td>
        </tr>
        <tr class="alt">
          <td>Greater Than</td>
          <td>&gt;</td>
          <td><code>&amp;gt;</code></td>

        </tr>
        <tr>
          <td>Less Than</td>
          <td>&lt;</td>
          <td><code>&amp;lt;</code></td>
        </tr>
      
    </tbody>
</table>

<p>In addition, all URLs (including the URL of your Sitemap) must be URL-escaped and encoded for readability by the web server on which they are located. However, if you are using any sort of script, tool, or log file to generate your URLs (anything except typing them in by hand), this is usually already done for you. Please check to make sure that your URLs follow the <a href="http://asg.web.cmu.edu/rfc/rfc3986.html" target="_blank">RFC-3986</a> standard for URIs, the RFC-3987 standard for IRIs, and the <a href="http://www.w3.org/TR/REC-xml/" target="_blank">XML standard</a>.</p>

<p>Below is an example of a URL that uses a non-ASCII character (&#252;), as well as a character that requires entity escaping (&amp;):</p>

<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">http://www.example.com/&#252;mlat.html&amp;q=name</span></code></td></tr>
</table></div>

<p>Below is that same URL, ISO-8859-1 encoded (for hosting on a server that uses that encoding) and URL escaped:</p>

<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">http://www.example.com/%FCmlat.html&amp;q=name</span></code></td></tr>
</table></div>

<p>Below is that same URL, UTF-8 encoded (for hosting on a server that uses that encoding) and URL escaped:</p>

<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">http://www.example.com/%C3%BCmlat.html&amp;q=name</span></code></td></tr>
</table></div>

<p>Below is that same URL, but also entity escaped:</p>

<p class="amcode">Code:</p><div class="codeblock amc_code amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default">http://www.example.com/%C3%BCmlat.html&amp;amp;q=name</span></code></td></tr>
</table></div>

<h2> Sample XML Sitemap </h2>

<p>The following example shows a Sitemap in XML format. The Sitemap in the example contains a small number of URLs, each using a different set of optional parameters.</p>

<p class="amcode">XML:</p><div class="codeblock amc_xml amc_long"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default"><span class="amc_keyword">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;urlset</span><span class="amc_default"> <span class="amc_attribute">xmlns</span>=<span class="amc_string">"http://www.sitemaps.org/schemas/sitemap/0.9"</span>&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2005-01-01<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;changefreq&gt;</span>monthly<span class="amc_keyword">&lt;/changefreq&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;priority&gt;</span>0.8<span class="amc_keyword">&lt;/priority&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/catalog?item=12&amp;amp;desc=vacation_hawaii<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;changefreq&gt;</span>weekly<span class="amc_keyword">&lt;/changefreq&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/catalog?item=73&amp;amp;desc=vacation_new_zealand<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2004-12-23<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;changefreq&gt;</span>weekly<span class="amc_keyword">&lt;/changefreq&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/catalog?item=74&amp;amp;desc=vacation_newfoundland<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2004-12-23T18:00:15+00:00<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;priority&gt;</span>0.3<span class="amc_keyword">&lt;/priority&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/catalog?item=83&amp;amp;desc=vacation_usa<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2004-11-23<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"><div class="amc2"></div></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;/urlset&gt;</span></span></span></code></td></tr>
</table></div>
<div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/entity-escaping">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/entity-escaping#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=315</wfw:commentRss>
		</item>
				<item>
			<title>Sitemap index files</title>
			<link>http://xml-sitemaps.org/spec/sitemapindex-protocol-xml-format</link>
			<pubDate>Sat, 07 Apr 2007 22:50:01 +0000</pubDate>			<dc:creator>admin</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">316@http://xml-sitemaps.org/</guid>
						<description>&lt;p&gt;You can provide multiple Sitemap files, but each Sitemap file that you provide must have no more than 50,000 URLs and must be no larger than 10MB (10,485,760 bytes). If you would like, you may compress your Sitemap files using gzip to stay within 10MB and reduce your bandwidth requirement. If you want to list more than 50,000 URLs, you must create multiple Sitemap files.&lt;/p&gt;

&lt;p&gt;If you do provide multiple Sitemaps, you should then list each Sitemap file in a Sitemap index file. Sitemap index files may not list more than 1,000 Sitemaps and must be no larger than 10MB (10,485,760 bytes). The XML format of a Sitemap index file is very similar to the XML format of a Sitemap file.&lt;/p&gt;

&lt;p&gt;The Sitemap index file must:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt; Begin with an opening &lt;code class=&quot;codespan&quot;&gt;&amp;lt;sitemapindex&amp;gt;&lt;/code&gt; tag and end with a closing  tag.
&lt;/li&gt;
  &lt;li&gt; Include a &lt;code class=&quot;codespan&quot;&gt;&amp;lt;sitemap&amp;gt;&lt;/code&gt; entry for each Sitemap as a parent XML tag.
&lt;/li&gt;
  &lt;li&gt; Include a &lt;code class=&quot;codespan&quot;&gt;&amp;lt;loc&amp;gt;&lt;/code&gt; child entry for each &lt;code class=&quot;codespan&quot;&gt;&amp;lt;sitemap&amp;gt;&lt;/code&gt; parent tag.
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The optional &lt;code class=&quot;codespan&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/code&gt; tag is also available for Sitemap index files.&lt;/p&gt;

&lt;p&gt;Note: A Sitemap index file can only specify Sitemaps that are found on the same site as the Sitemap index file. For example, &lt;code class=&quot;codespan&quot;&gt;http://www.yoursite.com/sitemap_index.xml&lt;/code&gt; can include Sitemaps on &lt;code class=&quot;codespan&quot;&gt;http://www.yoursite.com&lt;/code&gt; but not on &lt;code class=&quot;codespan&quot;&gt;http://www.example.com&lt;/code&gt; or &lt;code class=&quot;codespan&quot;&gt;http://yourhost.yoursite.com&lt;/code&gt;. As with Sitemaps, your Sitemap index file must be UTF-8 encoded.&lt;/p&gt;

&lt;h2&gt; Sample XML Sitemap Index &lt;/h2&gt;

&lt;p&gt;The following example shows a Sitemap index that lists two Sitemaps:&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;XML:&lt;/p&gt;&lt;div class=&quot;codeblock amc_xml amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;sitemapindex&lt;/span&gt;&lt;span class=&quot;amc_default&quot;&gt; &lt;span class=&quot;amc_attribute&quot;&gt;xmlns&lt;/span&gt;=&lt;span class=&quot;amc_string&quot;&gt;&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&lt;/span&gt;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;sitemap&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/sitemap1.xml.gz&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2004-10-01T18:23:17+00:00&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/sitemap&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;sitemap&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;loc&amp;gt;&lt;/span&gt;http://www.example.com/sitemap2.xml.gz&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/loc&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;lastmod&amp;gt;&lt;/span&gt;2005-01-01&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/lastmod&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc0&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/sitemap&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/sitemapindex&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;Note: Sitemap URLs, like all values in your XML files, must be entity escaped.&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemapindex-protocol-xml-format&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>You can provide multiple Sitemap files, but each Sitemap file that you provide must have no more than 50,000 URLs and must be no larger than 10MB (10,485,760 bytes). If you would like, you may compress your Sitemap files using gzip to stay within 10MB and reduce your bandwidth requirement. If you want to list more than 50,000 URLs, you must create multiple Sitemap files.</p>

<p>If you do provide multiple Sitemaps, you should then list each Sitemap file in a Sitemap index file. Sitemap index files may not list more than 1,000 Sitemaps and must be no larger than 10MB (10,485,760 bytes). The XML format of a Sitemap index file is very similar to the XML format of a Sitemap file.</p>

<p>The Sitemap index file must:</p>
<ul>
  <li> Begin with an opening <code class="codespan">&lt;sitemapindex&gt;</code> tag and end with a closing  tag.
</li>
  <li> Include a <code class="codespan">&lt;sitemap&gt;</code> entry for each Sitemap as a parent XML tag.
</li>
  <li> Include a <code class="codespan">&lt;loc&gt;</code> child entry for each <code class="codespan">&lt;sitemap&gt;</code> parent tag.
</li>
</ul>

<p>The optional <code class="codespan">&lt;lastmod&gt;</code> tag is also available for Sitemap index files.</p>

<p>Note: A Sitemap index file can only specify Sitemaps that are found on the same site as the Sitemap index file. For example, <code class="codespan">http://www.yoursite.com/sitemap_index.xml</code> can include Sitemaps on <code class="codespan">http://www.yoursite.com</code> but not on <code class="codespan">http://www.example.com</code> or <code class="codespan">http://yourhost.yoursite.com</code>. As with Sitemaps, your Sitemap index file must be UTF-8 encoded.</p>

<h2> Sample XML Sitemap Index </h2>

<p>The following example shows a Sitemap index that lists two Sitemaps:</p>

<p class="amcode">XML:</p><div class="codeblock amc_xml amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default"><span class="amc_keyword">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;sitemapindex</span><span class="amc_default"> <span class="amc_attribute">xmlns</span>=<span class="amc_string">"http://www.sitemaps.org/schemas/sitemap/0.9"</span>&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;sitemap&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/sitemap1.xml.gz<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2004-10-01T18:23:17+00:00<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/sitemap&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;sitemap&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;loc&gt;</span>http://www.example.com/sitemap2.xml.gz<span class="amc_keyword">&lt;/loc&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;lastmod&gt;</span>2005-01-01<span class="amc_keyword">&lt;/lastmod&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/sitemap&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;/sitemapindex&gt;</span></span></span></code></td></tr>
</table></div>

<p>Note: Sitemap URLs, like all values in your XML files, must be entity escaped.</p>
<div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemapindex-protocol-xml-format">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemapindex-protocol-xml-format#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=316</wfw:commentRss>
		</item>
				<item>
			<title>Sitemap index tags</title>
			<link>http://xml-sitemaps.org/spec/sitemapindex-tags</link>
			<pubDate>Sat, 07 Apr 2007 22:58:04 +0000</pubDate>			<dc:creator>sitemaps</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">317@http://xml-sitemaps.org/</guid>
						<description>&lt;h2&gt; &amp;lt;sitemapindex&gt; &lt;/h2&gt;

&lt;p&gt;required&lt;/p&gt;

&lt;p&gt;Encapsulates information about all of the Sitemaps in the file.&lt;/p&gt;

&lt;h2&gt; &amp;lt;sitemap&gt; &lt;/h2&gt;

&lt;p&gt;required&lt;/p&gt;

&lt;p&gt;Encapsulates information about an individual Sitemap.&lt;/p&gt;

&lt;h2&gt; &amp;lt;loc&gt; &lt;/h2&gt;

&lt;p&gt;required 	&lt;/p&gt;

&lt;p&gt;Identifies the location of the Sitemap.&lt;/p&gt;

&lt;p&gt;This location can be a Sitemap, an Atom file, RSS file or a simple text file.&lt;/p&gt;

&lt;h2&gt; &amp;lt;lastmod&gt; &lt;/h2&gt;

&lt;p&gt;optional 	&lt;/p&gt;

&lt;p&gt;Identifies the time that the corresponding Sitemap file was modified. It does not correspond to the time that any of the pages listed in that Sitemap were changed. The value for the lastmod tag should be in &lt;a href=&quot;http://www.w3.org/TR/NOTE-datetime&quot;&gt;W3C Datetime format&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;By providing the last modification timestamp, you enable search engine crawlers to retrieve only a subset of the Sitemaps in the index i.e. a crawler may only retrieve Sitemaps that were modified since a certain date. This incremental Sitemap fetching mechanism allows for the rapid discovery of new URLs on very large sites.&lt;/p&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemapindex-tags&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<h2> &lt;sitemapindex> </h2>

<p>required</p>

<p>Encapsulates information about all of the Sitemaps in the file.</p>

<h2> &lt;sitemap> </h2>

<p>required</p>

<p>Encapsulates information about an individual Sitemap.</p>

<h2> &lt;loc> </h2>

<p>required 	</p>

<p>Identifies the location of the Sitemap.</p>

<p>This location can be a Sitemap, an Atom file, RSS file or a simple text file.</p>

<h2> &lt;lastmod> </h2>

<p>optional 	</p>

<p>Identifies the time that the corresponding Sitemap file was modified. It does not correspond to the time that any of the pages listed in that Sitemap were changed. The value for the lastmod tag should be in <a href="http://www.w3.org/TR/NOTE-datetime">W3C Datetime format</a>.</p>

<p>By providing the last modification timestamp, you enable search engine crawlers to retrieve only a subset of the Sitemaps in the index i.e. a crawler may only retrieve Sitemaps that were modified since a certain date. This incremental Sitemap fetching mechanism allows for the rapid discovery of new URLs on very large sites.</p>
<div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemapindex-tags">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemapindex-tags#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=317</wfw:commentRss>
		</item>
				<item>
			<title>Sitemap validation</title>
			<link>http://xml-sitemaps.org/spec/sitemap-validation</link>
			<pubDate>Sat, 07 Apr 2007 23:05:58 +0000</pubDate>			<dc:creator>sitemaps</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">318@http://xml-sitemaps.org/</guid>
						<description>&lt;p&gt;The following XML schema defines the elements and attributes that can appear in your Sitemap file. You can download this schema from the link below:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot;&gt;http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are a number of tools available to help you validate the structure of your Sitemap based on this schema. You can find a list of XML-related tools at each of the following locations:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt; &lt;a href=&quot;http://www.w3.org/XML/Schema#Tools&quot;&gt;http://www.w3.org/XML/Schema#Tools&lt;/a&gt;
&lt;/li&gt;
  &lt;li&gt; &lt;a href=&quot;http://www.xml.com/pub/a/2000/12/13/schematools.html&quot;&gt;http://www.xml.com/pub/a/2000/12/13/schematools.html&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;In order to validate your Sitemap file against a schema, the XML file will need additional headers as shown below.&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;XML:&lt;/p&gt;&lt;div class=&quot;codeblock amc_xml amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;lt;urlset xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xsi:schemaLocation=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xmlns=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;...&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/urlset&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;
&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemap-validation&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The following XML schema defines the elements and attributes that can appear in your Sitemap file. You can download this schema from the link below:</p>

<p><a href="http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd</a></p>

<p>There are a number of tools available to help you validate the structure of your Sitemap based on this schema. You can find a list of XML-related tools at each of the following locations:</p>

<ul>
  <li> <a href="http://www.w3.org/XML/Schema#Tools">http://www.w3.org/XML/Schema#Tools</a>
</li>
  <li> <a href="http://www.xml.com/pub/a/2000/12/13/schematools.html">http://www.xml.com/pub/a/2000/12/13/schematools.html</a>
</li>
</ul>

<p>In order to validate your Sitemap file against a schema, the XML file will need additional headers as shown below.</p>

<p class="amcode">XML:</p><div class="codeblock amc_xml amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default"><span class="amc_keyword">&lt;?xml version='1.0' encoding='UTF-8'?&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default"><span class="amc_default">&lt;urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;...</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;/urlset&gt;</span></span></span></code></td></tr>
</table></div>
<div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemap-validation">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemap-validation#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=318</wfw:commentRss>
		</item>
				<item>
			<title>Sitemap index validation</title>
			<link>http://xml-sitemaps.org/spec/sitemapindex-validation</link>
			<pubDate>Sat, 07 Apr 2007 23:07:10 +0000</pubDate>			<dc:creator>sitemaps</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">319@http://xml-sitemaps.org/</guid>
						<description>&lt;p&gt;The following XML schema defines the elements and attributes that can appear in your Sitemap index file. You can download this schema from the link below:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd&quot;&gt;http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;There are a number of tools available to help you validate the structure of your Sitemap based on this schema. You can find a list of XML-related tools at each of the following locations:&lt;/p&gt;

&lt;p&gt;  * &lt;a href=&quot;http://www.w3.org/XML/Schema#Tools&quot;&gt;http://www.w3.org/XML/Schema#Tools&lt;/a&gt;&lt;br /&gt;
  * &lt;a href=&quot;http://www.xml.com/pub/a/2000/12/13/schematools.html&quot;&gt;http://www.xml.com/pub/a/2000/12/13/schematools.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;In order to validate your Sitemap index file against a schema, the XML file will need additional headers as shown below.&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;XML:&lt;/p&gt;&lt;div class=&quot;codeblock amc_xml amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;lt;sitemapindex xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xsi:schemaLocation=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xmlns=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;sitemap&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;...&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/sitemap&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/sitemapindex&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemapindex-validation&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The following XML schema defines the elements and attributes that can appear in your Sitemap index file. You can download this schema from the link below:</p>

<p><a href="http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd">http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd</a></p>

<p>There are a number of tools available to help you validate the structure of your Sitemap based on this schema. You can find a list of XML-related tools at each of the following locations:</p>

<p>  * <a href="http://www.w3.org/XML/Schema#Tools">http://www.w3.org/XML/Schema#Tools</a><br />
  * <a href="http://www.xml.com/pub/a/2000/12/13/schematools.html">http://www.xml.com/pub/a/2000/12/13/schematools.html</a></p>

<p>In order to validate your Sitemap index file against a schema, the XML file will need additional headers as shown below.</p>

<p class="amcode">XML:</p><div class="codeblock amc_xml amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default"><span class="amc_keyword">&lt;?xml version='1.0' encoding='UTF-8'?&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default"><span class="amc_default">&lt;sitemapindex xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; http://www.sitemaps.org/schemas/sitemap/0.9/siteindex.xsd"</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;sitemap&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;...</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/sitemap&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;/sitemapindex&gt;</span></span></span></code></td></tr>
</table></div><div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemapindex-validation">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemapindex-validation#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=319</wfw:commentRss>
		</item>
				<item>
			<title>Sitemap extensions</title>
			<link>http://xml-sitemaps.org/spec/sitemap-protocol-extension</link>
			<pubDate>Sat, 07 Apr 2007 23:10:20 +0000</pubDate>			<dc:creator>sitemaps</dc:creator>
			<category domain="main">Specs</category>			<guid isPermaLink="false">320@http://xml-sitemaps.org/</guid>
						<description>&lt;p&gt;You can extend the Sitemaps protocol using your own namespace. Simply specify this namespace in the root element. For example:&lt;/p&gt;

&lt;p class=&quot;amcode&quot;&gt;XML:&lt;/p&gt;&lt;div class=&quot;codeblock amc_xml amc_short&quot;&gt;&lt;table&gt;&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;?xml version=&#039;1.0&#039; encoding=&#039;UTF-8&#039;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;lt;urlset xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xsi:schemaLocation=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc4&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc5&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xmlns=&quot;http://www.sitemaps.org/schemas/sitemap/0.9&quot;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc6&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; xmlns:example=&quot;http://www.example.com/schemas/example_schema&quot;&amp;gt; &lt;/span&gt;&lt;span class=&quot;amc_comment&quot;&gt;&amp;lt;!&amp;#8722;&amp;#8722; namespace extension &amp;#8722;&amp;#8722;&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc7&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc8&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;example:example_tag&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc9&quot;&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; ...&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc0&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/example:example_tag&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;...&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_even&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc2&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&amp;#160;&amp;#160; &lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/url&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr class=&quot;amc_code_odd&quot;&gt;&lt;td class=&quot;amc_line&quot;&gt;&lt;div class=&quot;amc3&quot;&gt;&lt;div class=&quot;amc1&quot;&gt;&lt;/div&gt;&lt;/div&gt;&lt;/td&gt;&lt;td&gt;&lt;code&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_default&quot;&gt;&lt;span class=&quot;amc_keyword&quot;&gt;&amp;lt;/urlset&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://xml-sitemaps.org/spec/sitemap-protocol-extension&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>You can extend the Sitemaps protocol using your own namespace. Simply specify this namespace in the root element. For example:</p>

<p class="amcode">XML:</p><div class="codeblock amc_xml amc_short"><table><tr class="amc_code_odd"><td class="amc_line"><div class="amc1"></div></td><td><code><span class="amc_default"><span class="amc_keyword">&lt;?xml version='1.0' encoding='UTF-8'?&gt;</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"></div></td><td><code><span class="amc_default"><span class="amc_default">&lt;urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc4"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc5"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc6"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; xmlns:example="http://www.example.com/schemas/example_schema"&gt; </span><span class="amc_comment">&lt;!&#8722;&#8722; namespace extension &#8722;&#8722;&gt;</span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc7"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc8"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;example:example_tag&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc9"></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ...</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc0"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;<span class="amc_keyword">&lt;/example:example_tag&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc1"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160;&#160;&#160;&#160;&#160;...</span></span></code></td></tr>
<tr class="amc_code_even"><td class="amc_line"><div class="amc2"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default">&#160;&#160; <span class="amc_keyword">&lt;/url&gt;</span></span></span></code></td></tr>
<tr class="amc_code_odd"><td class="amc_line"><div class="amc3"><div class="amc1"></div></div></td><td><code><span class="amc_default"><span class="amc_default"><span class="amc_keyword">&lt;/urlset&gt;</span></span></span></code></td></tr>
</table></div><div class="item_footer"><p><small><a href="http://xml-sitemaps.org/spec/sitemap-protocol-extension">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://xml-sitemaps.org/spec/sitemap-protocol-extension#comments</comments>
			<wfw:commentRss>http://xml-sitemaps.org/?tempskin=_rss2&#38;disp=comments&#38;p=320</wfw:commentRss>
		</item>
			</channel>
</rss>
