<?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>XML Sitemap &#187; tips</title>
	<atom:link href="http://xmlsitemap.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://xmlsitemap.com</link>
	<description>create your xml site map</description>
	<lastBuildDate>Tue, 21 Jul 2009 19:36:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>sitemap as a list</title>
		<link>http://xmlsitemap.com/sitemap-as-a-list/</link>
		<comments>http://xmlsitemap.com/sitemap-as-a-list/#comments</comments>
		<pubDate>Thu, 10 Jul 2008 20:40:02 +0000</pubDate>
		<dc:creator>xmlsitemap</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://xmlsitemap.com/?p=6</guid>
		<description><![CDATA[Your sitemap for the search engines does not have to be a fancy xml document. It can be as simple as a list of urls. A simple text file containing all the url&#8217;s within your website is all you need for a bare bones simple sitemap.
Something like.
http://www.example.com/contact.htm
http://www.example.com/about.htm
http://www.example.com/sales.htm
http://www.example.com/products.htm
will work just fine.
]]></description>
			<content:encoded><![CDATA[<p>Your sitemap for the search engines does not have to be a fancy xml document. It can be as simple as a list of urls. A simple text file containing all the url&#8217;s within your website is all you need for a bare bones simple sitemap.</p>
<p>Something like.</p>
<p>http://www.example.com/contact.htm</p>
<p>http://www.example.com/about.htm</p>
<p>http://www.example.com/sales.htm</p>
<p>http://www.example.com/products.htm</p>
<p>will work just fine.</p>
]]></content:encoded>
			<wfw:commentRss>http://xmlsitemap.com/sitemap-as-a-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sitemap in robots.txt</title>
		<link>http://xmlsitemap.com/sitemap-in-robotstxt/</link>
		<comments>http://xmlsitemap.com/sitemap-in-robotstxt/#comments</comments>
		<pubDate>Wed, 02 Jul 2008 20:35:13 +0000</pubDate>
		<dc:creator>xmlsitemap</dc:creator>
				<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://xmlsitemap.com/?p=5</guid>
		<description><![CDATA[How to reference your sitemap in your robots.txt file
An easy way to point the search engines to your newly created sitemap is to place a reference inside your robots.txt file.
Simple add the following line to your robots.txt file, insert your own domain name and name of your sitemap file.
Sitemap: http://www.example.com/sitemap.xml
]]></description>
			<content:encoded><![CDATA[<h2>How to reference your sitemap in your robots.txt file</h2>
<p>An easy way to point the search engines to your newly created sitemap is to place a reference inside your robots.txt file.</p>
<p>Simple add the following line to your robots.txt file, insert your own domain name and name of your sitemap file.</p>
<p style="padding-left: 30px;">Sitemap: http://www.example.com/sitemap.xml</p>
]]></content:encoded>
			<wfw:commentRss>http://xmlsitemap.com/sitemap-in-robotstxt/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
