<?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>Ask Enquiro &#187; canonical tag</title>
	<atom:link href="http://ask.enquiro.com/index.php/tag/canonical-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://ask.enquiro.com</link>
	<description>B2B Marketing Blog Focusing on the Online Space</description>
	<lastBuildDate>Wed, 05 Oct 2011 15:41:33 +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>Long Articles &#8211; Another Canonical Tag Use</title>
		<link>http://ask.enquiro.com/2009/long-articles-another-canonical-tag-use/</link>
		<comments>http://ask.enquiro.com/2009/long-articles-another-canonical-tag-use/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 23:43:48 +0000</pubDate>
		<dc:creator>Chris Davies</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[canonical tag]]></category>
		<category><![CDATA[Content Development]]></category>
		<category><![CDATA[Pagination]]></category>
		<category><![CDATA[REP]]></category>
		<category><![CDATA[Robots]]></category>

		<guid isPermaLink="false">http://ask.enquiro.com/2009/long-articles-another-canonical-tag-use/</guid>
		<description><![CDATA[The canonical tag has a lot of applications, and one of them is helping to simplify duplicate content issues. One of these situations frequently occurs with long pieces of content which have been broken out over several pages to improve usability. This is common for content publishers such as newpapers, but also happens with other types of sites. It&#8217;s common to use pagination links such as these ones (from Lester Chan&#8217;s WP-Pagenavi plugin) to help users and engines find the rest of your article.&#160; One great B2B content development strategy can be publishing transcripts of webinars, podcasts or conference calls. [...]]]></description>
			<content:encoded><![CDATA[<p>The canonical tag has a lot of applications, and one of them is helping to simplify duplicate content issues. One of these situations frequently occurs with long pieces of content which have been broken out over several pages to improve usability. This is common for content publishers such as newpapers, but also happens with other types of sites. It&#8217;s common to use pagination links such as these ones (from Lester Chan&#8217;s <a href="http://lesterchan.net/portfolio/programming/php/#wp-pagenavi">WP-Pagenavi plugin</a>) to help users and engines find the rest of your article.&nbsp;</p>
<p><img border="1" align="middle" alt="" src="http://ask.enquiro.com/wp-content/uploads/2009/06/pagenavi.png" /></p>
<p>One great B2B content development strategy can be publishing transcripts of webinars, podcasts or conference calls. These transcripts can easily run into thousands of words, and pagination can be a good choice for readability, however it quickly becomes a duplicate content issue. One client recently had a webinar transcribed which ran into 14 pages. To start with, that potentially creates 14 sets of Meta Data to be written, and 14 different places where people could link. While the content is broken into pages around the themes within the webinar, it&#8217;s all around a topic which is quite niche to begin with.</p>
<p>This is a classic case where existing best practices would have tried to focus the authority on the first page, and attempted to reduce the duplicate potential of the other pages by using a combination of links, 301 redirects and the Robots Exclusion Protocol. Now we can use a much more straightforward solution in the <a href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">canonical link tag</a>.</p>
<p>In the example I mentioned before, you would implement the tag across all 14 pages. The tag has the effect of telling the search engines &quot;this is the preferred version, and the one we like the most&quot;. It also transfers signals like PageRank to the canonical (preferred) URL. The tag would look like this:</p>
<p>&nbsp;<b>&lt;link rel=&quot;canonical&quot; href=&quot;http://www.example.com/first-page.html&quot; /&gt;</b></p>
<p>This will help focus link juice and authority, as well as help deal with possible duplicate content issues. </p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ask.enquiro.com/2009/long-articles-another-canonical-tag-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>7 Things to Know About the Canonical Tag</title>
		<link>http://ask.enquiro.com/2009/7-things-to-know-about-the-canonical-tag/</link>
		<comments>http://ask.enquiro.com/2009/7-things-to-know-about-the-canonical-tag/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:08:39 +0000</pubDate>
		<dc:creator>Jody Nimetz</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[canonical tag]]></category>
		<category><![CDATA[canonical url]]></category>

		<guid isPermaLink="false">http://ask.enquiro.com/2009/7-things-to-know-about-the-canonical-tag/</guid>
		<description><![CDATA[My previous post on &#34;What is a Canonical URL?&#34;, mentioned the use of the recently released (February 2009) canonical tag. The tag itself is pretty easy to use, but we thought&#160;that we would share some additional pointers on using the canonical tag. The canonical tag is applied to the duplicate content URLs.&#160; It is to be placed in the &#60;head&#62; tag of the duplicate pages.&#160; You are simply adding the preferred version of the URL.&#160; You are instructing the engines that these URLs&#160;should direct to the preferred URL. &#160; Google (and the other major search engines) will understand that the [...]]]></description>
			<content:encoded><![CDATA[<p>My previous post on &quot;<a target="_blank" href="http://ask.enquiro.com/2009/what-is-a-canonical-url/">What is a Canonical URL?</a>&quot;, mentioned the use of the recently released (February 2009) <b>canonical tag</b>. The tag itself is pretty easy to use, but we thought&nbsp;that we would share some additional pointers on using the canonical tag.</p>
<ol>
<li>The <b>canonical tag is applied to the duplicate content URLs</b>.&nbsp; It is to be placed in the &lt;head&gt; tag of the duplicate pages.&nbsp; You are simply adding the preferred version of the URL.&nbsp; You are instructing the engines that these URLs&nbsp;should direct to the preferred URL.<br />
    &nbsp;</li>
<li>Google (and the other major search engines) will understand that the duplicates (with the canonical tag) all refer to the canonical URL (the URL that you want to be the authority that visitors will see.)<br />
    &nbsp;</li>
<li><b>Page Rank will be transferred as well </b>(according to <a target="_blank" href="http://googlewebmastercentral.blogspot.com/2009/02/specify-your-canonical.html">Google</a>)<br />
    &nbsp;</li>
<li><b>You can use relative links in the canonical tag</b>.&nbsp; For example, product.php?item=12345 as opposed to http://www.your-site.com/product.php?item=12345 <br />
    &nbsp;</li>
<li>You can specify a URL that redirects as a canonical URL<br />
    &nbsp;</li>
<li>You <b>cannot</b> use the canonical tag to suggest a canonical tag on a completey different domain.<br />
    &nbsp;</li>
<li>Google does take canonical suggestions into account across sub-domains.</li>
</ol>
<p>Remembering these seven items can help ensure that you are leverging the canonical tag properly and that you are letting the engines know what URL it is that you want to be communicated.</p>
]]></content:encoded>
			<wfw:commentRss>http://ask.enquiro.com/2009/7-things-to-know-about-the-canonical-tag/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What is a Canonical URL?</title>
		<link>http://ask.enquiro.com/2009/what-is-a-canonical-url/</link>
		<comments>http://ask.enquiro.com/2009/what-is-a-canonical-url/#comments</comments>
		<pubDate>Fri, 08 May 2009 23:14:59 +0000</pubDate>
		<dc:creator>Jody Nimetz</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[canonical tag]]></category>
		<category><![CDATA[canonical URLs]]></category>
		<category><![CDATA[URL structure]]></category>

		<guid isPermaLink="false">http://ask.enquiro.com/2009/what-is-a-canonical-url/</guid>
		<description><![CDATA[Lots of discussion about canonicalization and canonical URLs lately.  I&#8217;ve discussed URLs and URL structure a few times in the past.  We thought that we would help illustrate the idea of canonical URLs.  From an SEO point of view here is the definition of a canonical URL: Canonical URL: the search engine friendly URL that you want the search engines to treat as authoritative.  In other words, a canonical URL is the URL that you want visitors to see. Quite often canonical URLs were used to describe the homepage.  The typical example used is that most people treat the following URLs as [...]]]></description>
			<content:encoded><![CDATA[<p>Lots of discussion about canonicalization and canonical URLs lately.  I&#8217;ve discussed URLs and <a href="http://www.marketing-jive.com/2007/11/url-structure-and-seo.html" target="_blank">URL structure</a> a few times in the past.  We thought that we would help illustrate the idea of canonical URLs.  From an SEO point of view here is the definition of a canonical URL:</p>
<p><strong>Canonical URL</strong>: the search engine friendly URL that you want the search engines to treat as authoritative.  In other words, a canonical URL is the URL that you want visitors to see.</p>
<p>Quite often canonical URLs were used to describe the homepage.  The typical example used is that most people treat the following URLs as the same:</p>
<p>www.example.com<br />
example.com<br />
www.example.com/index.html<br />
example.com/home.asp</p>
<p>The fact is that these are all different URLs.  From a search engine perspective, this can cause a bit of an issue.  Hence the idea of <strong>canonicalization</strong>.  Canonicalization is the process of picking the best URL (to present to the search engines) when there are multiple choices available.  Typically a search engine, such as Google will attempt to pick the best URL that they feel is the authority for that page.  However, sometimes they may in fact select the wrong one.  Now let&#8217;s suggest that you have product pages that depending on how the user navigated to the pager returns a different URL&#8230; same page but different URL, now we have a <a href="http://googlewebmastercentral.blogspot.com/2008/09/demystifying-duplicate-content-penalty.html" target="_blank">duplicate content</a> issue.  Not to mention the nightmare for interlinking and external link inventories.</p>
<p>The easiest way to avoid this is to let the Search engines and the users know which is your &#8220;preferred URL&#8221; a.k.a canonical URL.  One suggestion is to redirect all of the variations to your canonical URL (the URL that you want to be the authority).  In February, the major search engines announced another solution with the <a href="http://www.marketing-jive.com/2009/02/duplicate-content-to-be-cleaned-up-by.html" target="_blank">canonical tag</a>.  This tag gives you control of the content that you want the engines (and users) to see.</p>
<p>Matt Cutts of Google fame has discussed duplicate content and canonical tags a number of times.  One of the questions that he was asked included:</p>
<p>Q: So when you say www vs. non-www, you’re talking about a type of canonicalization. Are there other ways that urls get canonicalized?<br />
A: Yes, there can be a lot, but most people never notice (or need to notice) them. Search engines can do things like keeping or removing trailing slashes, trying to convert urls with upper case to lower case, or removing session IDs from bulletin board or other software (many bulletin board software packages will work fine if you omit the session ID).</p>
<p>We have seen sites that have upwards of 15 versions of the same page but with different URLs.  The simplest solution is to have one final destination URL.  An easy way to do this is through the canonical tag or by redirecting all of these pages to one authoritative page.  The canonical tag is simple to use, all you need to do is add this tag to specify your preferred version of a URL inside the (head) section of the duplicate content URLs.</p>
<p>Canonical simply means relating to or belonging.  It also means reduced to the simplest and most significant form.  Just remember that a canonical URL is the simplest and most significant (authoritative) version of the URL that you want to be seen.</p>
]]></content:encoded>
			<wfw:commentRss>http://ask.enquiro.com/2009/what-is-a-canonical-url/feed/</wfw:commentRss>
		<slash:comments>22</slash:comments>
		</item>
	</channel>
</rss>

