<?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: Simple Tips for a Popular Blog</title>
	<atom:link href="http://www.blogtrafficexchange.com/simple-tips-for-a-popular-blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blogtrafficexchange.com/simple-tips-for-a-popular-blog/</link>
	<description>Driving Quality Traffic to Your Blog</description>
	<lastBuildDate>Sun, 09 Oct 2011 09:02:37 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.4</generator>
	<item>
		<title>By: kevin</title>
		<link>http://www.blogtrafficexchange.com/simple-tips-for-a-popular-blog/comment-page-1/#comment-4691</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 22 Jul 2009 01:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=89#comment-4691</guid>
		<description>I use the following in my theme header to cause only the front page, pages, and single post pages to be indexed:
[code]&lt;?php
if((is_home() &amp;&amp; ($paged &lt; 2 )) &#124;&#124; is_page() &#124;&#124; is_single() ){
echo &#039;&lt;meta name=&quot;robots&quot; content=&quot;index,follow&quot; /&gt;&#039;;
}else {
echo &#039;&lt;meta name=&quot;robots&quot; content=&quot;noindex,follow&quot; /&gt;&#039;;
}
?&gt;
[/code]</description>
		<content:encoded><![CDATA[<p>I use the following in my theme header to cause only the front page, pages, and single post pages to be indexed:<br />
[code]< ?php<br />
if((is_home() &#038;&#038; ($paged < 2 )) || is_page() || is_single() ){<br />
echo '<meta name="robots" content="index,follow" />';<br />
}else {<br />
echo '<meta name="robots" content="noindex,follow" />';<br />
}<br />
?><br />
[/code]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TheFrugalGirl</title>
		<link>http://www.blogtrafficexchange.com/simple-tips-for-a-popular-blog/comment-page-1/#comment-4649</link>
		<dc:creator>TheFrugalGirl</dc:creator>
		<pubDate>Tue, 21 Jul 2009 00:36:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.blogtrafficexchange.com/?p=89#comment-4649</guid>
		<description>How do you keep wordpress from duplicating content?  I host my own wordpress blog, but I haven&#039;t messed with the settings for this particular thing.</description>
		<content:encoded><![CDATA[<p>How do you keep wordpress from duplicating content?  I host my own wordpress blog, but I haven&#8217;t messed with the settings for this particular thing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

