How to check the google page rank via MaTLAB?
5 次查看(过去 30 天)
显示 更早的评论
I have a matrix containing list of URLs. May I know how to perform the google page rank check and update such check result to my matrix via MATLAB?
3 个评论
Walter Roberson
2016-10-18
You can calculate a page ranking by crawling web sites and finding the links and then running the algorithms, but if you want to know Google's PageRank™ for a site, then that is no longer publicly available.
回答(2 个)
Walter Roberson
2016-10-16
If the question is how to look up Google's own pagerank of a particular URL, then the answer is that Google is turning that service off. See http://searchengineland.com/rip-google-pagerank-retrospective-244286
There are some services that claim to allow pagerank access; see https://www.google.ca/search?q=look+up+pagerank and pick one that allows fillable forms.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Google 的更多信息
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!