<?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>Topical SEO &#187; On Page</title>
	<atom:link href="http://www.topicalseo.com/category/on-page/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.topicalseo.com</link>
	<description>my notes</description>
	<lastBuildDate>Sun, 21 Feb 2010 06:17:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Fixing Internal Duplicate Content</title>
		<link>http://www.topicalseo.com/fixing-internal-duplicate-content/</link>
		<comments>http://www.topicalseo.com/fixing-internal-duplicate-content/#comments</comments>
		<pubDate>Wed, 02 Jan 2008 20:37:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[On Page]]></category>

		<guid isPermaLink="false">http://www.topicalseo.com/?p=23</guid>
		<description><![CDATA[Jerry West has a great post on his site about how to avoid internal duplicate content penalties that can occur if someone links to your site using the &#8220;www&#8221; version of your domain name when your site is setup to not use it. The post also points out the danger of using internal relative links. [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fwww.topicalseo.com%2Ffixing-internal-duplicate-content%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fwww.topicalseo.com%2Ffixing-internal-duplicate-content%2F&amp;source=jonsymons&amp;style=normal&amp;service=bit.ly&amp;service_api=b9d23a34c6daf20ba60e67d2b923acf1" height="61" width="50" /><br />
			</a>
		</div>
<p>Jerry West has a great post on his site about how to <a href="http://www.webmarketingnow.com/tips/internal-duplicate-content-fix.html" title="duplicate-content-fix">avoid internal duplicate content penalties</a> that can occur if someone links to your site using the &#8220;www&#8221; version of your domain name when your site is setup to not use it.</p>
<p>The post also points out the danger of using internal relative links.</p>
<p>The fix is a simple bit of code added to your .htaccess file which forces browsers to used your preferred version of you domain.</p>
<blockquote><p># Begin non-www page protection #<br />
&lt;IfModule mod_rewrite.c&gt;<br />
RewriteEngine On<br />
RewriteBase /<br />
RewriteCond %{HTTP_HOST} !^www\.webmarketingnow\.com [NC]<br />
RewriteRule ^(.*)$ http://www.webmarketingnow.com/$1 [L,R=301]<br />
&lt;/IfModule&gt;<br />
# End non-www page protection #</p></blockquote>
<p><a href="http://www.topicalseo.com/fixing-internal-duplicate-content/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.topicalseo.com/fixing-internal-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
