<?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>World of Leion &#187; Google sitemap</title>
	<atom:link href="http://blog.leion.net/tag/google-sitemap/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.leion.net</link>
	<description>This is a blog of Leion. Written in simple English about his simple life</description>
	<lastBuildDate>Sat, 28 Jan 2012 15:51:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Adding human readable Google sitemap</title>
		<link>http://blog.leion.net/2006/06/02/adding-human-readable-google-sitemap/</link>
		<comments>http://blog.leion.net/2006/06/02/adding-human-readable-google-sitemap/#comments</comments>
		<pubDate>Thu, 01 Jun 2006 19:25:13 +0000</pubDate>
		<dc:creator>Leion</dc:creator>
				<category><![CDATA[Howtos]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Google sitemap]]></category>

		<guid isPermaLink="false">http://blog.leion.net/2006/06/02/adding-human-readable-google-sitemap/</guid>
		<description><![CDATA[This aims to describe the steps in getting a human readable Google sitemap into the WordPress blogging system. First of all, download the google sitemap generator plugin. NOTE: If you downloaded version 3.1.0.1 or newer, you may skip the steps below. The new version already support the human-readableness out of the box. The information below [...]]]></description>
			<content:encoded><![CDATA[<p>This aims to describe the steps in getting a human readable Google sitemap into the WordPress blogging system. <span id="more-142"></span><strong></strong>First of all, download the <a title="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final#P18DL" href="http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final#P18DL" target="_blank">google sitemap generator plugin</a>.</p>
<p><strong>NOTE:</strong> If you downloaded version<strong> 3.1.0.1 or newer</strong>, you may skip the steps below. The new version already support the human-readableness out of the box. The information below is applicable only for the older versions.</p>
<p>Open up the php file, look for line 1100 for this line.</p>
<table border="1" align="center">
<tbody>
<tr>
<td><code>$s.="&lt;!-- sitemap-generator-url=\"http://www.arnebrachhold.de\" sitemap-generator-version=\"2.7.1\"  --&gt;\n";</code></td>
</tr>
</tbody>
</table>
<p>Add the following line after it.</p>
<table border="1" align="center">
<tbody>
<tr>
<td><code>$s.="&lt;?xml-stylesheet type=\"text/xsl\" hr</code><code>ef=\"gss.xsl\"?&gt;\n";</code></td>
</tr>
</tbody>
</table>
<p>Now save the file, upload and activate it.</p>
<p>Make a sitemap.xml file on the blog root and make it writable.</p>
<p>Download the <a title="http://www.baccoubonneville.com/gss.xsl" href="http://www.baccoubonneville.com/gss.xsl" target="_blank">gss.xsl stylesheet</a> to display the xml file. Read more about the style sheet <a title="http://www.baccoubonneville.com/blogs/index.php/webdesign/2005/08/20/google-sitemaps-stylesheets" href="http://www.baccoubonneville.com/blogs/index.php/webdesign/2005/08/20/google-sitemaps-stylesheets" target="_blank">here</a>.</p>
<p>Save it to the same location as your sitemap.</p>
<p>Now, edit the .htaccess file and add at the bottom the following:</p>
<table border="1" align="center">
<tbody>
<tr>
<td><code>AddType application/xml .xsl</code></td>
</tr>
</tbody>
</table>
<p>Now the stylesheet can can be viewed when it is opened. So you can just add it to your page as a regular link. I put <a title="My sitemap" href="http://blog.leion.net/sitemap.xml" target="_blank">mine</a> in the sidebar. The sitemap can be read by humans and google bots now!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.leion.net/2006/06/02/adding-human-readable-google-sitemap/feed/</wfw:commentRss>
		<slash:comments>27</slash:comments>
		</item>
	</channel>
</rss>

