buradan dış linkleri görebilirsiniz ;
http://www.pageranktr.com/link_anali....pilliblog.org
edit : konu içindeki linkler nofollow fakat anasayfadakiler değil .
8
●516
function nofollow_yap($content) {
$text = $content;
preg_match_all("/<a.*? href=\"(.*?)\".*?>(.*?)<\/a>/i", $text, $matches);
for($i=0;$i<count($matches[0]);$i++){
if(!preg_match("/rel=[\"\']*nofollow[\"\']*/",$matches[0][$i])){
preg_match_all("/<a.*? href=\"(.*?)\"(.*?)>(.*?)<\/a>/i", $matches[0][$i], $matches1);
$text = str_replace(">".$matches1[3][0]."</a>"," rel=\"nofollow\">".$matches1[3][0]."</a>",$text);
}
}
return $text;
}
add_filter('the_content', 'nofollow_yap');Eklerseniz konularinizin icindeki tum linkler nofollow olacaktir