<?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>Denver SEO - Local Search Marketing &#187; redirect</title>
	<atom:link href="http://www.denverseoguy.com/tag/redirect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.denverseoguy.com</link>
	<description>Helping Small Business Owners Dominate Search Engine Results</description>
	<lastBuildDate>Tue, 14 Dec 2010 18:39:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Solving Duplicate Content With Canonical Url&#8217;s</title>
		<link>http://www.denverseoguy.com/seo/solving-duplicate-content-canonical-urls/</link>
		<comments>http://www.denverseoguy.com/seo/solving-duplicate-content-canonical-urls/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 01:18:11 +0000</pubDate>
		<dc:creator>Greg</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[canonical url]]></category>
		<category><![CDATA[redirect]]></category>

		<guid isPermaLink="false">http://www.denverseoguy.com/?p=461</guid>
		<description><![CDATA[Firstly let us look at a excerpt from Google Webmaster Central about a canonical url&#8217;s: &#8221; If your site has identical or vastly similar content that&#8217;s accessible through multiple URLs, this format provides you with more control over the URL returned in search results. It also helps to make sure that properties such as link [...]<p>Post from: <a href="http://www.denverseoguy.com">Denver SEO - Local Search Enthusiast</a><br/><br/><a href="http://www.denverseoguy.com/seo/solving-duplicate-content-canonical-urls/">Solving Duplicate Content With Canonical Url&#8217;s</a></p>
]]></description>
			<content:encoded><![CDATA[<p>Firstly let us look at a excerpt from Google Webmaster Central about a canonical url&#8217;s:</p>
<blockquote><p><em>&#8221; If your site has identical or vastly similar content that&#8217;s accessible through multiple URLs, this format provides you with more control over the URL returned in search results. It also helps to make sure that properties such as link popularity are consolidated to your preferred version.&#8221;</em></p></blockquote>
<p><a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html" target="_blank">Source</a></p>
<p>So the whole point of canonical URL&#8217;s is that you have one url for multiple instances of the same content.</p>
<h3><strong>The Problem</strong></h3>
<p>Example:</p>
<p>http://www.mysite.com/</p>
<p>http://mysite.com</p>
<p>http://www.mysite.com/index.htm</p>
<p>http://mysite.com/</p>
<p>From my example all the url&#8217;s are technically different but in actuality they are the same website. <span>Although all of these pages can be indexed by the search engines,  which version should the search engine resolve when users are searching?</span></p>
<p>So, is it www or non www? Do I use the slash (/) or type index.htm?</p>
<p>To further complicate things all of the url&#8217;s contain the same content which could be considered by the search engines as duplicate content. The engines may &#8220;downgrade&#8221; all versions, or may/may not index all version of the page. Either way this is a loose-loose for your website.</p>
<h3><strong>The Solutions</strong></h3>
<p><strong>Solution #1 &#8211; 301 redirect (.htaccess)</strong></p>
<p>This first solutions is pretty straight forward but requires that you have access to your server&#8217;s root directory and a basic knowledge of rewrites. You will need to create a htaccess.txt file with a text editor such as Notepad and add this:</p>
<p>#<br />
Options +FollowSymLinks<br />
RewriteEngine On<br />
#<br />
# REDIRECT to canonical url<br />
RewriteCond %{HTTP_HOST} ^mysite.com [NC]<br />
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=301,L]<br />
#</p>
<p>Once you have uploaded your new file to your server you will need to rename it to .htaccess</p>
<p><strong>Solution #2- Canonical Tag</strong></p>
<p>This is a &lt;link&gt; tag that can be added to the &lt;head&gt; section of a page like this:</p>
<p>&lt;link rel=&#8221;canonical&#8221; href=&#8221;http://www.mysite.com&#8221; /&gt;</p>
<p>Adding this tag will tell Google, Yahoo , Bing and Ask that all other instances of this page (outlined in my example) should resolve the url http://www.mysite.com/</p>
<p>This solution works particularly well with e commerce sites as many of them have multiple instances of a product page , tracking parameters or a session ID.</p>
<p><strong>Conclusions</strong></p>
<p>It really doesn&#8217;t matter which url you pick, just pick one. Having both instances of the page does a heck of a lot of damage to you sites link popularity.</p>
<p>An easy way to check whether this may be a problem for you is to head over to Yahoo and check your site with the www and without.</p>
<p>linkdomain:www.mysite.com<br />
linkdomain:mysite.com</p>
<p>If you get results for both www and non www and those results don&#8217;t match then you might consider using one of the solutions I&#8217;ve outlined here.</p>
<p>Post from: <a href="http://www.denverseoguy.com">Denver SEO - Local Search Enthusiast</a><br/><br/><a href="http://www.denverseoguy.com/seo/solving-duplicate-content-canonical-urls/">Solving Duplicate Content With Canonical Url&#8217;s</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.denverseoguy.com/seo/solving-duplicate-content-canonical-urls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

