Turn on No-follow WordPress RSS feeds

This change helps keep pages out of supplemental index, preserving PageRank in your content pages.

/wordpress/wp-includes/feed.php

 92 function comments_rss_link($link_text = 'Comments RSS', $commentsrssfilename
 93         $url = comments_rss($commentsrssfilename);
 94         echo "<a rel='nofollow,noindex' href='$url'>$link_text</a>";
 95 }
 

About this entry