<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>bojan.blog &#187; sitemap</title>
	<atom:link href="http://bojand.org/blog/tag/sitemap/feed" rel="self" type="application/rss+xml" />
	<link>http://bojand.org/blog</link>
	<description></description>
	<lastBuildDate>Sun, 11 Apr 2010 04:03:46 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Sitemap generator configuration for Blogger</title>
		<link>http://bojand.org/blog/32.html</link>
		<comments>http://bojand.org/blog/32.html#comments</comments>
		<pubDate>Tue, 08 Aug 2006 20:28:00 +0000</pubDate>
		<dc:creator>Bojan</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[blogger]]></category>
		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://blog.bojan.info/?p=32</guid>
		<description><![CDATA[If you are using Google&#8217;s sitemap generator [code]]czoxNDpcInNpdGVtYXBfZ2VuLnB5XCI7e1smKiZdfQ==[[/code] to generate a sitemap of your Blogger blog , here are the configuration lines to add to the config.xml file:


&#60;filter action=&#34;drop&#34; type=&#34;wildcard&#34;
    pattern=&#34;*.py&#34; /&#62;
&#60;filter action=&#34;drop&#34; type=&#34;wildcard&#34;
    pattern=&#34;*.txt&#34; /&#62;
&#60;filter action=&#34;drop&#34; type=&#34;regexp&#34;
    pattern=&#34;/google\w+\.html&#34; /&#62;
&#60;filter action=&#34;drop&#34; type=&#34;regexp&#34;
    pattern=&#34;/\d+/(\d+/)?$&#34; [...]]]></description>
			<content:encoded><![CDATA[<p>If you are using <a href="http://sourceforge.net/projects/goog-sitemapgen">Google&#8217;s sitemap generator</a> [code]]czoxNDpcInNpdGVtYXBfZ2VuLnB5XCI7e1smKiZdfQ==[[/code] to generate a sitemap of your Blogger blog , here are the configuration lines to add to the config.xml file:</p>
<p><span id="more-32"></span></p>
<pre class="brush: xml;">
&lt;filter action=&quot;drop&quot; type=&quot;wildcard&quot;
    pattern=&quot;*.py&quot; /&gt;
&lt;filter action=&quot;drop&quot; type=&quot;wildcard&quot;
    pattern=&quot;*.txt&quot; /&gt;
&lt;filter action=&quot;drop&quot; type=&quot;regexp&quot;
    pattern=&quot;/google\w+\.html&quot; /&gt;
&lt;filter action=&quot;drop&quot; type=&quot;regexp&quot;
    pattern=&quot;/\d+/(\d+/)?$&quot; /&gt;

&lt;filter action=&quot;drop&quot; type=&quot;regexp&quot;
    pattern=&quot;/archive/$&quot; /&gt;
&lt;filter action=&quot;drop&quot; type=&quot;regexp&quot;
    pattern=&quot;/uploaded_files/$&quot; /&gt;
&lt;filter action=&quot;drop&quot; type=&quot;regexp&quot;
    pattern=&quot;/uploaded_images/$&quot; /&gt;
</pre>
<p>In this way, void URLs will not be included in the sitemap.xml output.</p>
<p>If you're wondering "Why would I be running the sitemap generator on my blog?", it's because Googlebot does not handle well the posts where the time &amp; date has been altered.</p>
<p>If you don't know what the sitemap generator is, see <a href="http://www.google.com/webmasters/sitemaps/docs/en/sitemap-generator.html">Google Sitemaps Help</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bojand.org/blog/32.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
