<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: SEO Video Blog &#8211; Canonical Link Element #44</title>
	<atom:link href="http://www.seo-creare.co.uk/seo-blog/seo-videos/canonical-link-element.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.seo-creare.co.uk/seo-blog/seo-videos/canonical-link-element.html</link>
	<description>Search Engine Optimisation (SEO) Industry News</description>
	<lastBuildDate>Thu, 16 May 2013 10:52:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
	<item>
		<title>By: aukseo</title>
		<link>http://www.seo-creare.co.uk/seo-blog/seo-videos/canonical-link-element.html/comment-page-1#comment-977</link>
		<dc:creator>aukseo</dc:creator>
		<pubDate>Fri, 09 Apr 2010 08:40:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-creare.co.uk/seo-blog/?p=1453#comment-977</guid>
		<description>Nice fix!</description>
		<content:encoded><![CDATA[<p>Nice fix!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.seo-creare.co.uk/seo-blog/seo-videos/canonical-link-element.html/comment-page-1#comment-934</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Thu, 01 Apr 2010 16:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-creare.co.uk/seo-blog/?p=1453#comment-934</guid>
		<description>Hi John,

Good point, we have added a regular expression replace string to the code to stop that happening. see here:

&lt;a href=&quot;http://www.seo-creare.co.uk/downloads/canonical/?tracking=111&amp;&amp;id=jim-fixit&amp;&amp;joinus=no_way_hose&quot; rel=&quot;nofollow&quot;&gt;http://www.seo-creare.co.uk/downloads/canonical/?tracking=111&amp;&amp;id=jim-will_fixit&amp;&amp;&lt;/a&gt;

With the sites that we build we use permalinks to re-direct parameters via a .htaccess file, hence why we don&#039;t have the need for the canonical link element on crearecommunications. 

We have previously done a video blog on &lt;a href=&quot;http://www.seo-creare.co.uk/seo-blog/seo-videos/mod-re-write-function.html&quot; rel=&quot;nofollow&quot;&gt;htaccess files&lt;/a&gt; or you can use this simple editor to create one for yourself.

&lt;a href=&quot;http://www.htaccesseditor.com/en.shtml#a_redirect&quot; rel=&quot;nofollow&quot;&gt;http://www.htaccesseditor.com/en.shtml#a_redirect&lt;/a&gt;

Nick and James</description>
		<content:encoded><![CDATA[<p>Hi John,</p>
<p>Good point, we have added a regular expression replace string to the code to stop that happening. see here:</p>
<p><a href="http://www.seo-creare.co.uk/downloads/canonical/?tracking=111&#038;&#038;id=jim-fixit&#038;&#038;joinus=no_way_hose" rel="nofollow">http://www.seo-creare.co.uk/downloads/canonical/?tracking=111&#038;&#038;id=jim-will_fixit&#038;&#038;</a></p>
<p>With the sites that we build we use permalinks to re-direct parameters via a .htaccess file, hence why we don&#8217;t have the need for the canonical link element on crearecommunications. </p>
<p>We have previously done a video blog on <a href="http://www.seo-creare.co.uk/seo-blog/seo-videos/mod-re-write-function.html" rel="nofollow">htaccess files</a> or you can use this simple editor to create one for yourself.</p>
<p><a href="http://www.htaccesseditor.com/en.shtml#a_redirect" rel="nofollow">http://www.htaccesseditor.com/en.shtml#a_redirect</a></p>
<p>Nick and James</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: aukseo</title>
		<link>http://www.seo-creare.co.uk/seo-blog/seo-videos/canonical-link-element.html/comment-page-1#comment-932</link>
		<dc:creator>aukseo</dc:creator>
		<pubDate>Thu, 01 Apr 2010 12:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-creare.co.uk/seo-blog/?p=1453#comment-932</guid>
		<description>Hi Ant and Dec,

Seems you have a problem, what happens if you request a canonical URL?

If you use SERVER[&#039;REQUEST_URI&#039;] you are getting the request URL rather then the URL you want the search engine to see

......so

for example if you load up the page http://www.seo-creare.co.uk/downloads/canonical/?tracking=111

the canonical will be

 http://www.seo-creare.co.uk/downloads/canonical/?tracking=111

As you script is looking at the requested URL. 

Good job this script isn&#039;t on your home page, you might lose your nice ranking on &quot;SEO&quot; due to a duplication.

John</description>
		<content:encoded><![CDATA[<p>Hi Ant and Dec,</p>
<p>Seems you have a problem, what happens if you request a canonical URL?</p>
<p>If you use SERVER['REQUEST_URI'] you are getting the request URL rather then the URL you want the search engine to see</p>
<p>&#8230;&#8230;so</p>
<p>for example if you load up the page <a href="http://www.seo-creare.co.uk/downloads/canonical/?tracking=111" rel="nofollow">http://www.seo-creare.co.uk/downloads/canonical/?tracking=111</a></p>
<p>the canonical will be</p>
<p> <a href="http://www.seo-creare.co.uk/downloads/canonical/?tracking=111" rel="nofollow">http://www.seo-creare.co.uk/downloads/canonical/?tracking=111</a></p>
<p>As you script is looking at the requested URL. </p>
<p>Good job this script isn&#8217;t on your home page, you might lose your nice ranking on &#8220;SEO&#8221; due to a duplication.</p>
<p>John</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Web Traffic</title>
		<link>http://www.seo-creare.co.uk/seo-blog/seo-videos/canonical-link-element.html/comment-page-1#comment-926</link>
		<dc:creator>Web Traffic</dc:creator>
		<pubDate>Wed, 31 Mar 2010 12:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.seo-creare.co.uk/seo-blog/?p=1453#comment-926</guid>
		<description>Great video, and write up, canonical links do help a lot if used properly, especially on large sites that contain a lot of duplicate or semi duplicate content.</description>
		<content:encoded><![CDATA[<p>Great video, and write up, canonical links do help a lot if used properly, especially on large sites that contain a lot of duplicate or semi duplicate content.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
