<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Creating A Quick HTML Sitemap To Increase Crawlability</title>
	<atom:link href="http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/feed/" rel="self" type="application/rss+xml" />
	<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/</link>
	<description>Growth For Persistent, Intelligent People.</description>
	<lastBuildDate>Tue, 22 May 2012 19:12:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Tony M</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-200008</link>
		<dc:creator>Tony M</dc:creator>
		<pubDate>Wed, 24 Feb 2010 03:42:33 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-200008</guid>
		<description>Is this only for pages or does it work well for posts?</description>
		<content:encoded><![CDATA[<p>Is this only for pages or does it work well for posts?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiar &#124; The Planet's Best Political Humor</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-190481</link>
		<dc:creator>Fiar &#124; The Planet's Best Political Humor</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-190481</guid>
		<description>No, I don&#039;t think it worked quite right. got to
http://radioactiveliberty.com/wp-content/uploads/2009/sitemap.txt
Paste the code in the right spot in your page.php copy. Name it sitemap.php, etc. for the rest of the instructions. Same instructions. New way of getting the code.

Oh, I forgot, it&#039;s important to have the part where it says &quot;Template Name: Sitemap&quot; That&#039;s how you get it to show up in the page editor as a sitemap template.</description>
		<content:encoded><![CDATA[<p>No, I don&#8217;t think it worked quite right. got to<br />
<a href="http://radioactiveliberty.com/wp-content/uploads/2009/sitemap.txt" rel="nofollow">http://radioactiveliberty.com/wp-content/uploads/2009/sitemap.txt</a><br />
Paste the code in the right spot in your page.php copy. Name it sitemap.php, etc. for the rest of the instructions. Same instructions. New way of getting the code.</p>
<p>Oh, I forgot, it&#8217;s important to have the part where it says &#8220;Template Name: Sitemap&#8221; That&#8217;s how you get it to show up in the page editor as a sitemap template.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fiar &#124; The Planet's Best Political Humor</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-190479</link>
		<dc:creator>Fiar &#124; The Planet's Best Political Humor</dc:creator>
		<pubDate>Sat, 12 Dec 2009 15:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-190479</guid>
		<description>I didn&#039;t know about this plugin. I will check it out. I always modified the page template to create a sitemap page template. For users that may feel comfortable with it, copy the contents of page.php find the place where you have the div class=&quot;entry&quot; tag. Everything between that and the ?php endwhile; endif; ? tag is going to be replaced with this code 
&lt;code&gt;&lt;strong&gt;&lt;a href=&quot;&quot; alt=&quot;&quot;&gt;Home&lt;/a&gt;&lt;/strong&gt;
				All internal pages:
				
					
				
				All internal blog posts:
				
					have_posts()) : $archive_query-&gt;the_post(); ?&gt;
					&lt;a href=&quot;&quot; rel=&quot;bookmark&quot; title=&quot;Permanent Link to &quot;&gt;&lt;/a&gt; &lt;strong&gt;&lt;/strong&gt;&lt;/code&gt;
Then upload the new page as sitemap.php
Create a new page for your sitemap. It will be a blank page, but in the &quot;attributes&quot; widget of the sidebar in the editor select &quot;sitemap&quot; as your template. Then publish it. I hope the code tags worked. I don&#039;t know if your theme is compatible with that.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know about this plugin. I will check it out. I always modified the page template to create a sitemap page template. For users that may feel comfortable with it, copy the contents of page.php find the place where you have the div class=&#8221;entry&#8221; tag. Everything between that and the ?php endwhile; endif; ? tag is going to be replaced with this code<br />
<code><strong>&lt;a href="" alt=""&gt;Home</strong><br />
				All internal pages:</p>
<p>				All internal blog posts:</p>
<p>					have_posts()) : $archive_query-&gt;the_post(); ?&gt;<br />
					&lt;a href="" rel="bookmark" title="Permanent Link to "&gt; <strong></strong></code><br />
Then upload the new page as sitemap.php<br />
Create a new page for your sitemap. It will be a blank page, but in the &#8220;attributes&#8221; widget of the sidebar in the editor select &#8220;sitemap&#8221; as your template. Then publish it. I hope the code tags worked. I don&#8217;t know if your theme is compatible with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogaDollar</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-15004</link>
		<dc:creator>BlogaDollar</dc:creator>
		<pubDate>Sat, 29 Dec 2007 18:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-15004</guid>
		<description>Don&#039;t use only one dash left and right like  but add 2 dashes like this:

&lt;!-- --&gt;

It didn&#039;t work for me with only 1 dash. Adding 2 dashes left and right solved the issue instantly.</description>
		<content:encoded><![CDATA[<p>Don&#8217;t use only one dash left and right like  but add 2 dashes like this:</p>
<p><!-- --></p>
<p>It didn&#8217;t work for me with only 1 dash. Adding 2 dashes left and right solved the issue instantly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 11 Unescapable Steps To WordPress Synergy &#124; Internet Marketing &#124; Make Money Online &#124; Strategy &#124; Services</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-8860</link>
		<dc:creator>11 Unescapable Steps To WordPress Synergy &#124; Internet Marketing &#124; Make Money Online &#124; Strategy &#124; Services</dc:creator>
		<pubDate>Mon, 05 Nov 2007 18:27:28 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-8860</guid>
		<description>[...] 9. HTML Sitemap - Creating an HTML sitemap will help search engine spiders to find all of your pages, and will increase the linking within your site. I went over this concept in great detail here: Creating A Quick HTML Sitemap To Increase Crawlability. [...]</description>
		<content:encoded><![CDATA[<p>[...] 9. HTML Sitemap &#8211; Creating an HTML sitemap will help search engine spiders to find all of your pages, and will increase the linking within your site. I went over this concept in great detail here: Creating A Quick HTML Sitemap To Increase Crawlability. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4485</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Tue, 11 Sep 2007 15:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4485</guid>
		<description>I Found this web site called 
FreeViral.com it very interesting ,if you have time go over and read it.</description>
		<content:encoded><![CDATA[<p>I Found this web site called<br />
FreeViral.com it very interesting ,if you have time go over and read it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4426</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 08 Sep 2007 20:56:51 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4426</guid>
		<description>I&#039;ve had an XML sitemap for a long time, however I didn&#039;t realize the seo benefits of an HTML sitemap as well.  

Very easy to install the plugin you recommended.  Thanks!</description>
		<content:encoded><![CDATA[<p>I&#8217;ve had an XML sitemap for a long time, however I didn&#8217;t realize the seo benefits of an HTML sitemap as well.  </p>
<p>Very easy to install the plugin you recommended.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ellie</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4417</link>
		<dc:creator>Ellie</dc:creator>
		<pubDate>Sat, 08 Sep 2007 01:50:35 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4417</guid>
		<description>What is the difference between this sitemap and the archives generated by SRG Clean Archives?</description>
		<content:encoded><![CDATA[<p>What is the difference between this sitemap and the archives generated by SRG Clean Archives?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Bunting</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4366</link>
		<dc:creator>Ryan Bunting</dc:creator>
		<pubDate>Thu, 06 Sep 2007 13:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4366</guid>
		<description>Yes!  The sitemap is one of those awesome search engine tools that many bloggers and website owners alike overlook all the time!  It&#039;s very powerful and I&#039;m glad you&#039;re reminding everyone, I did mine a couple weeks ago.  Great tips as always, Court!</description>
		<content:encoded><![CDATA[<p>Yes!  The sitemap is one of those awesome search engine tools that many bloggers and website owners alike overlook all the time!  It&#8217;s very powerful and I&#8217;m glad you&#8217;re reminding everyone, I did mine a couple weeks ago.  Great tips as always, Court!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tallfreak</title>
		<link>http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4339</link>
		<dc:creator>tallfreak</dc:creator>
		<pubDate>Wed, 05 Sep 2007 13:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://courtneytuttle.com/2007/09/04/creating-a-quick-html-sitemap-to-increase-crawlability/#comment-4339</guid>
		<description>I&#039;ve used the Dagon sitemap plugin for a while on my blogs that would not work with the google sitemaps plugin.  It&#039;s very simple and works great.  However, I never thought about using it on the blogs that also have the google xml sitemaps installed as well.  hmm...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used the Dagon sitemap plugin for a while on my blogs that would not work with the google sitemaps plugin.  It&#8217;s very simple and works great.  However, I never thought about using it on the blogs that also have the google xml sitemaps installed as well.  hmm&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

