<?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>Ash Young &#187; Best Practices</title>
	<atom:link href="http://www.ashyoung.org/category/best-practices/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ashyoung.org</link>
	<description>Web development &#38; design at its best</description>
	<lastBuildDate>Tue, 06 Apr 2010 14:56:19 +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>Canonical URL Tag – Dealing with Duplicate Content</title>
		<link>http://www.ashyoung.org/2009/07/canonical-url-tag-dealing-with-duplicate-content/</link>
		<comments>http://www.ashyoung.org/2009/07/canonical-url-tag-dealing-with-duplicate-content/#comments</comments>
		<pubDate>Sun, 26 Jul 2009 09:23:33 +0000</pubDate>
		<dc:creator>Ash</dc:creator>
				<category><![CDATA[Best Practices]]></category>
		<category><![CDATA[Search Engine Optimisation]]></category>
		<category><![CDATA[bing]]></category>
		<category><![CDATA[canonical tag]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[pagerank]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[shoes]]></category>
		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.ashyoung.org/?p=81</guid>
		<description><![CDATA[Whenever we’re doing search engine optimisation work on client sites one of the biggest issues we face is duplicate content page. Many content management systems create several versions of a page with the same content, as there are many instances when this is required. The canonical tag can help stop this problem and ensure the search engines only see the primary copy of each page. ]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ashyoung.org/wp-content/uploads/2009/07/shoes1.jpg" alt="Shoes" title="Shoes" width="430" height="284" class="alignnone size-full wp-image-94" /></p>
<p>Whenever we’re doing search engine optimisation work on client sites one of the biggest issues we face is duplicate content pages. Many content management systems create several versions of a page with the same content, as there are many instances when this is required.  This can however cause problems with the search engines as they are unsure which version of the page to list in their index.</p>
<h3>The Problem</h3>
<p>Consider for example a category page on an e-commerce site, in this case showing shoes. This might have a URL that looks something like this:</p>
<p><code>www.example.com/category/shoes</code></p>
<p>You are able to order the shoes category page by name, price or season, this however generates 3 copies of the page with the same content but slightly different URLs:</p>
<p><code>www.example.com/category/shoes?orderby=season<br />
www.example.com/category/shoes?orderby=price<br />
www.example.com/category/shoes?orderby=name</code></p>
<p>As discussed this now causes problems as the search engines see four pages when we only want them to list one. A secondary issue is that each of the pages will have some PageRank; ideally we want to concentrate all this PageRank on a single page to achieve a higher ranking.</p>
<p>The normal procedure with duplicate content pages is to redirect all the copies to the original page using a 301 (permanent) redirect. The problem here is that in the situation above this isn’t possible as the user needs to be able to view all versions of the page.</p>
<h3>The Better Way &#8211; Canonical Tag</h3>
<p>There is now (and has been since February – I’m just late to the party) a tag which will tell the search engines to ignore the duplicate pages and pass all ranking value down to the original page.</p>
<p><code>&lt;link rel="canonical" href="http://www.example.com/category/shoes " /&gt;</code></p>
<p>The URL you need to use is the URL of the original page that you’d like to appear in the search engines.</p>
<h3>Notes</h3>
<p>There are a few points worth noting if you intend to follow this approach:</p>
<ul>
<li>It is recommended that you use absolute URLs in the canonical tag to avoid the chance of errors.</li>
<li>The canonical tag will only work with pages that are similar, some changes are allowed such a different sort order for the content on the page. Too much change and the search engines will ignore the tag.</li>
<li>The canonical tag can only be used across pages in the same domain.</li>
<li>The tag is currently supported by <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">Google</a>, <a href="http://ysearchblog.com/2009/02/12/fighting-duplication-adding-more-arrows-to-your-quiver/">Yahoo!</a> &amp; <a href="http://blogs.msdn.com/webmaster/archive/2009/02/12/partnering-to-help-solve-duplicate-content-issues.aspx">Bing</a></li>
</ul>
<p class="image-credit"><a href="http://www.flickr.com/photos/eqqman/355533758/">Image by Eric Hart</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ashyoung.org/2009/07/canonical-url-tag-dealing-with-duplicate-content/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
