PHP ile Google Page Rank değerini alıp kullanabileceğiniz bir script. Kullanımını getPageRank() fonksiyonu’nun içine aldığı url parametresi ile sağlıyor.
Örnek kullanım kodu:
<?php include('pagerank.php'); $pr = getPageRank('http://www.guraysuerdem.com'); echo 'guraysuerdem.com PageRank Değeri '.$pr; ?>