Reputation: 17703
I would like to know the algorithm to find out the page rank in google search.
Currently I am using php and curl method.
starting from 0 - until found or time limit i submit it to google with different start index.
I would like to know if there is another way or not?
Upvotes: 1
Views: 319
Reputation: 13709
Google no longer uses the PageRank algorithm to rank search results. They may still generate a number, but it's largely irrelevant. A better means of judging the site would be to use WooRank or something similar. The PageRank value is literally useless.
Hope this puts you on the right path.
Upvotes: 1