<?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>Search Engine Traffic &#187; Blogging</title>
	<atom:link href="http://www.taommo.com/archives/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.taommo.com</link>
	<description>The Art of Making Money Online</description>
	<lastBuildDate>Wed, 16 Dec 2009 16:53:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Avoid Wordpress Duplicate Content and Google Supplemental Penalty</title>
		<link>http://www.taommo.com/archives/2007/05/10/avoid-wordpress-duplicate-content-google-supplemental-penalty/</link>
		<comments>http://www.taommo.com/archives/2007/05/10/avoid-wordpress-duplicate-content-google-supplemental-penalty/#comments</comments>
		<pubDate>Fri, 11 May 2007 07:32:44 +0000</pubDate>
		<dc:creator>James</dc:creator>
				<category><![CDATA[Blogging]]></category>

		<guid isPermaLink="false">http://www.taommo.com/archives/2007/05/10/avoid-wordpress-duplicate-content-google-supplemental-penalty/</guid>
		<description><![CDATA[If you run your own Wordpress blog with its default site structure configuration and installation, your blog will more than likely be penalized by Google as having duplicate content without you knowing, which will seriously affect your search engine traffic. To avoid Google&#8217;s so-called supplemental result penalty on your original content, you need to implement [...]]]></description>
			<content:encoded><![CDATA[<p>If you run your own Wordpress blog with its default site structure configuration and installation, your blog will more than likely be penalized by Google as having duplicate content without you knowing, which will seriously affect your search engine traffic. To avoid Google&#8217;s so-called supplemental result penalty on your original content, you need to implement a few simple steps on your wordpress blog installation to get rid of duplicate content problem.<br />
<span id="more-20"></span><br />
So what&#8217;s Google&#8217;s supplemental result and why is it bad? Google&#8217;s indexing algorithm try to keep just one copy of the original content in its index database, when it detects a duplicate content, that will be put in a supplemental index. Once in there, your page will be impossible to find by searchers. </p>
<h3>Redirect non-www to www.yourdomain.com</h3>
<p>This can be done either through an .htaccess entry, or through a plugin called <a href="http://fucoder.com/code/permalink-redirect/">&#8220;permalink redirect&#8221;</a>. Also redirect all http://www.yourdomain.com/index.php to http://www.yourdomain.com/<br />
<code>RewriteRule ^(.*[^/])$ http://www.yourdomain.com/$1/ [R=301,L]<br />
</code></p>
<h3>Organize Site Structure to Kill Duplicate Content</h3>
<p>You should always use the <strong>&#8216;read more&#8217; feature</strong> on all your posts. This ensures that your original content only exists in the post page not on your index page or category archive pages. On your category pages, you also need to enable the excerpt. </p>
<p>Another way you can do this is to instruct the search engine spiders not to index certain pages on your blog by using the nofollow attributes through this <a href="http://www.seologs.com/wordpress-duplicate-content-cure/">&#8220;wordpress duplicate content cure&#8221;</a> plugin. Additionally you can implement the so-called silos on your blog. We will talk about silos in an upcoming post.</p>
<p>With these simple changes to your wordpress installation, your blog content should start ranking high in the big search engines.</p>
<p class="akst_link"><a href="http://www.taommo.com/?p=20&amp;akst_action=share-this"  title="E-mail this, post to del.icio.us, etc." id="akst_link_20" class="akst_share_link" rel="nofollow">Share This</a>
</p>]]></content:encoded>
			<wfw:commentRss>http://www.taommo.com/archives/2007/05/10/avoid-wordpress-duplicate-content-google-supplemental-penalty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
