php nofollow для внешних ссылок автоматически
function add_nofollow($text){ return preg_replace('/href="(http:\/\/.*?)"/','href="$1" rel="nofollow"',$text); }
function add_nofollow($text){ return preg_replace('/href="(http:\/\/.*?)"/','href="$1" rel="nofollow"',$text); }
Коткоткот