<?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>Cordobo &#187; nofollow</title>
	<atom:link href="http://cordobo.com/tag/nofollow/feed/" rel="self" type="application/rss+xml" />
	<link>http://cordobo.com</link>
	<description>Weblog of Andreas Jacob on Webdesign and CSS</description>
	<lastBuildDate>Mon, 20 Feb 2012 09:57:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>WordPress: Exclude Post-Feed-Links and Trackback URLs from Google using &#8220;nofollow&#8221;</title>
		<link>http://cordobo.com/1074-nofollow-post-feed-links-trackback-urls/</link>
		<comments>http://cordobo.com/1074-nofollow-post-feed-links-trackback-urls/#comments</comments>
		<pubDate>Sat, 02 May 2009 15:07:10 +0000</pubDate>
		<dc:creator>Andreas Jacob</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[duplicate content]]></category>
		<category><![CDATA[nofollow]]></category>
		<category><![CDATA[RSS-Feed]]></category>
		<category><![CDATA[Themes]]></category>
		<category><![CDATA[Trackback-URL]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://cordobo.com/?p=1074</guid>
		<description><![CDATA[In my last article about WordPress, Canonical URL’s, Optimized Permalinks, I explained why and how I easily managed to change my blogs permalinks structure with Dean’s Permalinks Migration plugin without the hassle of 404s or duplicate content. With the help of Arne&#8217;s Google XML Sitemaps plugin you can easily create a Sitemap for Google Webmastertools [...]]]></description>
			<content:encoded><![CDATA[<p>In my last article about WordPress, <a href="http://cordobo.com/1043-canonical-urls-optimized-permalinks/">Canonical URL’s, Optimized Permalinks</a>, I explained why and how I easily managed to change my blogs permalinks structure with <a href="http://cordobo.com/1043-canonical-urls-optimized-permalinks/">Dean’s Permalinks Migration</a> plugin without the hassle of 404s or duplicate content.</p>
<p><span id="more-1074"></span></p>
<p>With the help of Arne&#8217;s <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/">Google XML Sitemaps</a> plugin you can easily create a Sitemap for <a href="https://www.google.com/webmasters/tools/">Google Webmastertools</a> and check your blog for any inconsistencies <strong>after</strong> Googlebot re-indexes your site. I was presented with some easy to fix 404&#8242;s, which resulted from an earlier permalinks structure. The next thing was to remove the &#8220;<strong>post feed links</strong>&#8221; and &#8220;<strong>trackback-URLs</strong>&#8221; from the Google index to avoid <strong>duplicate content</strong>.</p>
<p>You can tell Google not to index a certain URL by applying <strong>rel=&#39;nofollow&#39;</strong> to the link. Open <strong>single.php</strong> from your theme&#8217;s folder and replace</p>
<p><code>&lt;?php post_comments_feed_link(&#39;RSS 2.0 Feed&#39;); ?&gt;</code><br />
with<br />
<code>&lt;a href=&#34;&lt;?php echo get_post_comments_feed_link() ?&gt;&#34; rel=&#34;nofollow&#34;>RSS 2.0 Feed&lt;/a&gt;</code></p>
<p>The trackback-URLs are easier to fix. In my case they came attached with</p>
<p><code>rel=&#34;trackback&#34;</code><br />
to which I added a <strong>&#8221; nofollow&#8221;</strong> so it resulted in<br />
<code>rel=&#34;trackback nofollow&#34;</code></p>
<p>Repeat this procedure with all the files with &#8220;feed&#8221; and &#8220;trackback&#8221; URIs and upload them to your themes folder. Finally, wait and let the magic happen.</p>
]]></content:encoded>
			<wfw:commentRss>http://cordobo.com/1074-nofollow-post-feed-links-trackback-urls/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

