Page is a not externally linkable
SilverSpirit - 2:54 am on Mar 18, 2012 (gmt 0)
Hmmm maybe php, then? If my current rss php is
<?php readfile('http://my_feed')?>
Is there any code I can add to this, so that <a> tags are added the rel="nofollow" attribute? Something along these lines:
$('#a').attr( 'rel', 'nofollow' );