<?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/"
	
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>VandaChan.com &#187; web development</title>
	<atom:link href="http://www.vandachan.com/tag/web-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vandachan.com</link>
	<description>“我思故我在” “I think, therefore I am”</description>
	<lastBuildDate>Fri, 30 Jul 2010 17:05:03 +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>The Importance of Canonical Link Element</title>
		<link>http://www.vandachan.com/seo/the-importance-of-canonical-link-element/</link>
		<comments>http://www.vandachan.com/seo/the-importance-of-canonical-link-element/#comments</comments>
		<pubDate>Sun, 11 Oct 2009 05:57:38 +0000</pubDate>
		<dc:creator>vanda</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[White Hat]]></category>
		<category><![CDATA[canonical]]></category>
		<category><![CDATA[canonical link element]]></category>
		<category><![CDATA[duplicate contents]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.vandachan.com/?p=229</guid>
		<description><![CDATA[In sometime mid February this year, the three big search engines (Google, Yahoo and MSN/Live) gang up to announce a coordinated effort and it is wise for us to take this matter seriously. It is about the canonical page and canonical link element. Many people might not heard of this canonical page and canonical link<p><a href="http://www.vandachan.com/seo/the-importance-of-canonical-link-element/">The Importance of Canonical Link Element</a> is a post from: <a href="http://www.vandachan.com">VandaChan.com</a></p>
]]></description>
			<content:encoded><![CDATA[<p>In sometime mid February this year, the three big search engines (Google, Yahoo and MSN/Live) gang up to announce a coordinated effort and it is wise for us to take this matter seriously. It is about the canonical page and canonical link element.</p>
<p>Many people might not heard of this canonical page and canonical link element.  So I just briefly explain what is it:</p>
<p>Due to the use of dynamic URLs, one single web page can have more than 1 valid urls (address) pointing to it.  For example:</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">www.yoursite.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">yoursite.com</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">www.yoursite.com/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">yoursite.com/</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">www.yoursite.com/index.html</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">yoursite.com/index.html</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">www.yoursite.com/Home.aspx</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">yoursite.com/Home.aspx</div>
<p><strong>http://www.yoursite.com<br />
<span style="font-weight: normal;">http://yoursite.com</p>
<p>http://www.yoursite.com/index.html</p>
<p>http://yoursite.com/index.html</p>
<p>http://www.yoursite.com/Home.aspx</p>
<p>http://yoursite.com/Home.aspx</p>
<p>https://www.yoursite.com </span></strong></p>
<p>Of which the official one (or your most preferred version) is <strong>www.yoursite.com</strong>. So the page at www.yoursite.com is call the canonical page. A canonical page is the preferred version of a set of pages with highly similar content.</p>
<p>However, if you don&#8217;t tell the search engines which one is your canonical page, they might not know which one it is, as such, they will just select one of the URL and flagged others as DUPLICATE CONTENTS!</p>
<p>That&#8217;s why now with the introduction of this canonical link element, you have to add the line of code in all your other non-canonical pages to identify your canonical page. Your problem can be solved by adding a &lt;link&gt; element with the attribute rel=&#8221;canonical&#8221; to the &lt;head&gt; section of the non-canonical version of the page. Adding this link and attribute lets site owners identify sets of identical content and suggest to Search Engines: &#8220;Of all these pages with identical content, this page is the most useful. Please prioritize it in search results.&#8221;</p>
<p>From the above example, this is how you specify your canonical link element in one of the non-canonical page e.g. https://www.yoursite.com:</p>
<p>&lt;link rel=&#8221;canonical&#8221; href=&#8221;http://www.yoursite.com&#8221;/&gt;</p>
<p>Add this line of code to the &lt;head&gt; section of the non-canonical page.</p>
<p>If you are using CMS, you can just hardcode the canonical URL into the section (please make sure you test and confirm) so that any duplicate variants of that URL should still contain the correct canonical URL inside.</p>
<p>One more important point to take note is Google currently will take canonicalization suggestions into account across subdomains (or within a domain), but not across domains. So site owners can specify a canonical page on www.yoursite.com from a set of pages on yoursite.com or help.yoursite.com, but not on yoursite-blog.com.</p>
<p>Take a look at this video from Matt Cutts on the details on Canonical Link Element:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="295" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/Cm9onOGTgeM&amp;hl=en&amp;fs=1&amp;rel=0" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="480" height="295" src="http://www.youtube.com/v/Cm9onOGTgeM&amp;hl=en&amp;fs=1&amp;rel=0" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>For those of you who use WordPress, there is a plugin b<span style="font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;"><span style="line-height: 16px; font-size: small;">y Joost de Valk &#8211; Canonical URL&#8217;s that you can install, very useful.</span></span></p>
<p><span style="font-family: 'Lucida Grande', Verdana, Arial, 'Bitstream Vera Sans', sans-serif;"><span style="line-height: 16px; font-size: small;"><br />
</span></span></p>
<script type="text/javascript" class="owbutton" src="http://www.onlywire.com/btn/button_2" title="The Importance of Canonical Link Element" url="http://www.vandachan.com/seo/the-importance-of-canonical-link-element/"></script><p><a href="http://www.vandachan.com/seo/the-importance-of-canonical-link-element/">The Importance of Canonical Link Element</a> is a post from: <a href="http://www.vandachan.com">VandaChan.com</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://www.vandachan.com/seo/the-importance-of-canonical-link-element/" title="canonical of casablanca">canonical of casablanca</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 0.788 ms --><p>
        <script type="text/javascript" src="http://heyzap.com/javascripts/embed.external.js"></script>
        <style> @import 'http://heyzap.com/elightbox/lightbox.external.css'; </style>
        <script type="text/javascript">
          var heyzap_link = new Heyzap('heyzap_games', {"embed_key": "23f2293e6c"});
        </script>
        <a onclick="heyzap_link.showGamesPopup();return false;" target="_blank" href="http://www.heyzap.com">Play games on VandaChan.com</a>
        </p>]]></content:encoded>
			<wfw:commentRss>http://www.vandachan.com/seo/the-importance-of-canonical-link-element/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
	</item>
	<div class="fortunate">&quot;I know what I believe. I will continue to articulate what I believe and what I <br />believe - I believe what I believe is right.&quot; -George W. Bush, in Rome, July <br />22, 2001<br /></div>
</channel>
</rss>
