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 }
 
Bookmark and Share

You should follow me on twitter here

One Response to “Turn on No-follow Wordpress RSS feeds”

  1. SE Optimization writes:

    Finally someone that shares also the solution not only “blla blla” talking about how good he is (yeah, i am speaking about shoemoney).

    Thanks for the solution dude, never thought about it actually, and of course credits to Shoemoney for pointing this out.

Leave a Reply