
<?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: Disable WordPress&#8217; Built-in Canonical URL</title>
	<atom:link href="http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 14 Dec 2011 05:44:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Farhan Niazi</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-358</link>
		<dc:creator>Farhan Niazi</dc:creator>
		<pubDate>Wed, 14 Dec 2011 05:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-358</guid>
		<description>Thanks for this.. Been driving me crazy for the past two days..
Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for this.. Been driving me crazy for the past two days..<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: daren</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-308</link>
		<dc:creator>daren</dc:creator>
		<pubDate>Wed, 07 Sep 2011 22:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-308</guid>
		<description>More 

remove_action( &#039;wp_head&#039;, &#039;feed_links_extra&#039;, 3 ); // Removes the links to the extra feeds such as category feeds
remove_action( &#039;wp_head&#039;, &#039;feed_links&#039;, 2 ); // Removes links to the general feeds: Post and Comment Feed
remove_action( &#039;wp_head&#039;, &#039;rsd_link&#039;); // Removes the link to the Really Simple Discovery service endpoint, EditURI link
remove_action( &#039;wp_head&#039;, &#039;wlwmanifest_link&#039;); // Removes the link to the Windows Live Writer manifest file.
remove_action( &#039;wp_head&#039;, &#039;index_rel_link&#039;); // Removes the index link
remove_action( &#039;wp_head&#039;, &#039;parent_post_rel_link&#039;); // Removes the prev link
remove_action( &#039;wp_head&#039;, &#039;start_post_rel_link&#039;); // Removes the start link
remove_action( &#039;wp_head&#039;, &#039;adjacent_posts_rel_link&#039;); // Removes the relational links for the posts adjacent to the current post.
remove_action( &#039;wp_head&#039;, &#039;wp_generator&#039;); // Removes the WordPress version i.e. -</description>
		<content:encoded><![CDATA[<p>More </p>
<p>remove_action( &#8216;wp_head&#8217;, &#8216;feed_links_extra&#8217;, 3 ); // Removes the links to the extra feeds such as category feeds<br />
remove_action( &#8216;wp_head&#8217;, &#8216;feed_links&#8217;, 2 ); // Removes links to the general feeds: Post and Comment Feed<br />
remove_action( &#8216;wp_head&#8217;, &#8216;rsd_link&#8217;); // Removes the link to the Really Simple Discovery service endpoint, EditURI link<br />
remove_action( &#8216;wp_head&#8217;, &#8216;wlwmanifest_link&#8217;); // Removes the link to the Windows Live Writer manifest file.<br />
remove_action( &#8216;wp_head&#8217;, &#8216;index_rel_link&#8217;); // Removes the index link<br />
remove_action( &#8216;wp_head&#8217;, &#8216;parent_post_rel_link&#8217;); // Removes the prev link<br />
remove_action( &#8216;wp_head&#8217;, &#8216;start_post_rel_link&#8217;); // Removes the start link<br />
remove_action( &#8216;wp_head&#8217;, &#8216;adjacent_posts_rel_link&#8217;); // Removes the relational links for the posts adjacent to the current post.<br />
remove_action( &#8216;wp_head&#8217;, &#8216;wp_generator&#8217;); // Removes the WordPress version i.e. -</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heiko</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-303</link>
		<dc:creator>Heiko</dc:creator>
		<pubDate>Sat, 02 Jul 2011 14:02:29 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-303</guid>
		<description>I now searched a few days for this line of code to remove this Canonical tag - Exactly what it should do! Thanks! 
Just to add one point: In All in One Seo Plugin you can disable it manually, but then the standard wp_head comes up. If you like to do cross canonical (e.g. with custom fields) then this code line helps to disable standard canonical... 
thx
Heiko</description>
		<content:encoded><![CDATA[<p>I now searched a few days for this line of code to remove this Canonical tag &#8211; Exactly what it should do! Thanks!<br />
Just to add one point: In All in One Seo Plugin you can disable it manually, but then the standard wp_head comes up. If you like to do cross canonical (e.g. with custom fields) then this code line helps to disable standard canonical&#8230;<br />
thx<br />
Heiko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rudolf</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-268</link>
		<dc:creator>rudolf</dc:creator>
		<pubDate>Tue, 22 Mar 2011 05:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-268</guid>
		<description>beleza demais, thanks</description>
		<content:encoded><![CDATA[<p>beleza demais, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Selectively Disable WordPress Canonical URL and Redirect &#124; Ian B. Harper</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-248</link>
		<dc:creator>Selectively Disable WordPress Canonical URL and Redirect &#124; Ian B. Harper</dc:creator>
		<pubDate>Sun, 13 Feb 2011 23:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-248</guid>
		<description>[...] the html source. Not many people worry about this problem so finding the solution was tough but PixelPunk  had a [...]</description>
		<content:encoded><![CDATA[<p>[...] the html source. Not many people worry about this problem so finding the solution was tough but PixelPunk  had a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Harper</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-247</link>
		<dc:creator>Ian Harper</dc:creator>
		<pubDate>Sat, 12 Feb 2011 21:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-247</guid>
		<description>Thanks for posting this. It worked like a charm! I ran across several support requests that couldn&#039;t get the correct answer to this problem. One suggested rewriting the entire wp_head *shudder*. I&#039;m glad that I found yours.</description>
		<content:encoded><![CDATA[<p>Thanks for posting this. It worked like a charm! I ran across several support requests that couldn&#8217;t get the correct answer to this problem. One suggested rewriting the entire wp_head *shudder*. I&#8217;m glad that I found yours.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Website Builder</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-237</link>
		<dc:creator>Website Builder</dc:creator>
		<pubDate>Mon, 20 Dec 2010 20:43:35 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-237</guid>
		<description>hi,
Thanks for the information.  I have customised my pagination and Google didn&#039;t like the canonical links, so I have added your lines and the errors have disappeared from webmaster tools.  Many Thanks.</description>
		<content:encoded><![CDATA[<p>hi,<br />
Thanks for the information.  I have customised my pagination and Google didn&#8217;t like the canonical links, so I have added your lines and the errors have disappeared from webmaster tools.  Many Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stop WordPress from outputting the canonical link tag &#124; Eli Thompson&#039;s Blog</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-151</link>
		<dc:creator>Stop WordPress from outputting the canonical link tag &#124; Eli Thompson&#039;s Blog</dc:creator>
		<pubDate>Tue, 30 Nov 2010 02:32:55 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-151</guid>
		<description>[...] I had a page whose content varied depending on the query string parameters you gave it, so I definitely needed to remove the canonical tag.      Amplify&#8217;d from pixelpunk.co.uk [...]</description>
		<content:encoded><![CDATA[<p>[...] I had a page whose content varied depending on the query string parameters you gave it, so I definitely needed to remove the canonical tag.      Amplify&rsquo;d from pixelpunk.co.uk [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh L</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-143</link>
		<dc:creator>Josh L</dc:creator>
		<pubDate>Sat, 30 Oct 2010 23:59:17 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-143</guid>
		<description>Thank you very much for this post. I have a certain page that takes in $_GET parameters and has dynamic output, and the canonical feature was causing these pages not to get indexed in Google. Dropped your hook into the template file for those pages and viola.

Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post. I have a certain page that takes in $_GET parameters and has dynamic output, and the canonical feature was causing these pages not to get indexed in Google. Dropped your hook into the template file for those pages and viola.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tip For Datafeedr Users: Removing Rel Canonical &#8211; Why And How?</title>
		<link>http://pixelpunk.co.uk/2010/01/disable-wordpress-built-in-canonical-url/comment-page-1/#comment-64</link>
		<dc:creator>Tip For Datafeedr Users: Removing Rel Canonical &#8211; Why And How?</dc:creator>
		<pubDate>Wed, 30 Jun 2010 15:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://pixelpunk.co.uk/?p=111#comment-64</guid>
		<description>[...] your WordPress not to generate canonical link element in the header? One way you can do it is by modifying your theme&#8217;s functions.php file &#8211; this method however did not work on my WordPress 3.0 [...]</description>
		<content:encoded><![CDATA[<p>[...] your WordPress not to generate canonical link element in the header? One way you can do it is by modifying your theme&#8217;s functions.php file &#8211; this method however did not work on my WordPress 3.0 [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

