Archive for the ‘Perl’ Category

Rank checking on Google’s SERPs

Monday, June 16th, 2008

Warning: preg_replace_callback() [function.preg-replace-callback]: Unknown modifier '|' in /home/robbieha/public_html/blog/wp-content/plugins/text-control/markdown.php on line 766

Check Google PageRank for multiple pages

Saturday, June 14th, 2008

One of the many incredibly useful modules over at the Perl module database CPAN, is the WWW::Google::PageRank module. It gives a quick and easy way of checking PageRank for a number of pages without delving into the particulars of the header exchanges over at toolbarqueries.google.com.

In order to use the script below, first create a file named ‘pages.txt’, and enter the full URLs of the pages you want to check, separated by newline characters, and save it in the same directory as the script:

(more…)