<?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: Plugin: Wordpress Duplicate Content Cure</title>
	<atom:link href="http://www.ogletreeseo.com/146.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.ogletreeseo.com/146.html</link>
	<description>If you think it&#039;s expensive to hire a professional to do the job, wait until you hire an amateur - Red Adair</description>
	<lastBuildDate>Thu, 11 Mar 2010 09:02:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-81762</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 20 Nov 2009 20:23:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-81762</guid>
		<description>Mars N-

add Disallow: /tag/ in your robots.txt.  Should take care of the tag/ pages being crawled/indexed.</description>
		<content:encoded><![CDATA[<p>Mars N-</p>
<p>add Disallow: /tag/ in your robots.txt.  Should take care of the tag/ pages being crawled/indexed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mars N</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-81472</link>
		<dc:creator>Mars N</dc:creator>
		<pubDate>Fri, 30 Oct 2009 11:33:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-81472</guid>
		<description>I arrived a little too late, my blog already was deindexed for some keywords but i&#039;m glad i found the solution. Now i&#039;m searching to remove page/2/ page/3/ etc from search engines and /tag/ pages. Thanks for the code and all the best.</description>
		<content:encoded><![CDATA[<p>I arrived a little too late, my blog already was deindexed for some keywords but i&#8217;m glad i found the solution. Now i&#8217;m searching to remove page/2/ page/3/ etc from search engines and /tag/ pages. Thanks for the code and all the best.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-73073</link>
		<dc:creator>Omer</dc:creator>
		<pubDate>Tue, 17 Mar 2009 18:53:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-73073</guid>
		<description>wow this should be in the wordpress documentation. Great stuff :) Very helpful.</description>
		<content:encoded><![CDATA[<p>wow this should be in the wordpress documentation. Great stuff <img src='http://www.ogletreeseo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ... on duplicate content</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-71247</link>
		<dc:creator>... on duplicate content</dc:creator>
		<pubDate>Wed, 21 Jan 2009 09:44:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-71247</guid>
		<description>There are even more duplicate content issues with wordpress now comment pagination is here - multiple URLs with the same title, description and post but with different comments.</description>
		<content:encoded><![CDATA[<p>There are even more duplicate content issues with wordpress now comment pagination is here &#8211; multiple URLs with the same title, description and post but with different comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Homemaker Barbi (Danelle Ice)</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-63176</link>
		<dc:creator>Homemaker Barbi (Danelle Ice)</dc:creator>
		<pubDate>Wed, 02 Jul 2008 18:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-63176</guid>
		<description>Thanks for the code - I am going to try it in my header to see if I can get the number of pages stuck in the supplemental index down.  Thank you!
Homemaker Barbi</description>
		<content:encoded><![CDATA[<p>Thanks for the code &#8211; I am going to try it in my header to see if I can get the number of pages stuck in the supplemental index down.  Thank you!<br />
Homemaker Barbi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ogletree</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-3649</link>
		<dc:creator>ogletree</dc:creator>
		<pubDate>Sun, 25 Mar 2007 17:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-3649</guid>
		<description>&lt;code&gt;Yes.&#160;&#160;you can stick the code right above the &lt;title&gt; tag.&#160;&#160;If you will notice I took out the index, follow part because that is redundant.&#160;&#160;I personally think it is retarded to add that junk to your site.&#160;&#160; Google will scoop up anything.&lt;br /&gt;
&#160;&lt;br /&gt;
&lt;?php&lt;br /&gt;
if((is_single() &#124;&#124; is_category() &#124;&#124; is_page() &#124;&#124; is_home()) &amp;&amp; (!is_paged())){&lt;br /&gt;
&#160;&lt;br /&gt;
}else{&lt;br /&gt;
echo &quot;&lt;meta name=\&quot;robots\&quot; content=\&quot;noindex,follow\&quot;&gt;\n&quot;;&lt;br /&gt;
} &lt;br /&gt;
?&gt;&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p><code>Yes.&nbsp;&nbsp;you can stick the code right above the &lt;title&gt; tag.&nbsp;&nbsp;If you will notice I took out the index, follow part because that is redundant.&nbsp;&nbsp;I personally think it is retarded to add that junk to your site.&nbsp;&nbsp; Google will scoop up anything.<br />
&nbsp;<br />
&lt;?php<br />
if((is_single() || is_category() || is_page() || is_home()) &amp;&amp; (!is_paged())){<br />
&nbsp;<br />
}else{<br />
echo &quot;&lt;meta name=\&quot;robots\&quot; content=\&quot;noindex,follow\&quot;&gt;\n&quot;;<br />
} <br />
?&gt;</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ogletree</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-3530</link>
		<dc:creator>ogletree</dc:creator>
		<pubDate>Mon, 05 Mar 2007 18:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-3530</guid>
		<description>Your right I did not think about that. But now that you mention it that is what I want.  I only want one page per category indexed.  Any more would get back into the duplicate content issue.  I might want more category pages indexed if I figured out a way to give each one a different title.  Pages with same title tend to go into the sup index.</description>
		<content:encoded><![CDATA[<p>Your right I did not think about that. But now that you mention it that is what I want.  I only want one page per category indexed.  Any more would get back into the duplicate content issue.  I might want more category pages indexed if I figured out a way to give each one a different title.  Pages with same title tend to go into the sup index.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bjones</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-3522</link>
		<dc:creator>bjones</dc:creator>
		<pubDate>Mon, 05 Mar 2007 05:45:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-3522</guid>
		<description>Just a heads up.  Your modification to the duplicate content cure plugin isn&#039;t doing what you want it to do.  Your mod only allows the first page of the category to be indexed.  I have updated the plugin so that you can now specify whether or not you want to keep your category pages indexed, and it will keep all category pages, not just the first page of each category.

You can download the updated version (see the link above)</description>
		<content:encoded><![CDATA[<p>Just a heads up.  Your modification to the duplicate content cure plugin isn&#8217;t doing what you want it to do.  Your mod only allows the first page of the category to be indexed.  I have updated the plugin so that you can now specify whether or not you want to keep your category pages indexed, and it will keep all category pages, not just the first page of each category.</p>
<p>You can download the updated version (see the link above)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marios Alexandrou</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-3506</link>
		<dc:creator>Marios Alexandrou</dc:creator>
		<pubDate>Sun, 04 Mar 2007 04:18:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-3506</guid>
		<description>If it could be configured to exclude just archive pages then it might be worth checking out. Category pages are good from a search engine perspective because they are focused (hopefully) on a particular topic. Archive pages on the other hand are topicless groupings of content that are likely to go supplemental. 

I usually advise those that ask to remove archive pages from their navigation, but a plug-in that excluded them might be more appealing to those that like the idea of an archive. The only thing I like about archives is they show the age of your blog which can buy you some credibility with your readers.</description>
		<content:encoded><![CDATA[<p>If it could be configured to exclude just archive pages then it might be worth checking out. Category pages are good from a search engine perspective because they are focused (hopefully) on a particular topic. Archive pages on the other hand are topicless groupings of content that are likely to go supplemental. </p>
<p>I usually advise those that ask to remove archive pages from their navigation, but a plug-in that excluded them might be more appealing to those that like the idea of an archive. The only thing I like about archives is they show the age of your blog which can buy you some credibility with your readers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir</title>
		<link>http://www.ogletreeseo.com/146.html/comment-page-1#comment-3492</link>
		<dc:creator>Amir</dc:creator>
		<pubDate>Fri, 02 Mar 2007 15:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.ogletreeseo.com/146.html#comment-3492</guid>
		<description>Thanks for the post. I would be interested in a wordpress seo plugin and css skin combo list or a simple guide to making wordpress search engine optimized.  I like this Plugin, but does it take retroactive effect ie if I have older pages already indexed in Google that have pagerank etc will I lose this due to the noindex,follow tag?

Thanks</description>
		<content:encoded><![CDATA[<p>Thanks for the post. I would be interested in a wordpress seo plugin and css skin combo list or a simple guide to making wordpress search engine optimized.  I like this Plugin, but does it take retroactive effect ie if I have older pages already indexed in Google that have pagerank etc will I lose this due to the noindex,follow tag?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
</channel>
</rss>
