Updated Google Pagerank checker script

October 11, 2011

This is a small post for those who have been banging their heads on various forums about “Google Kills PR” and “Pagerank addons not working” kind of stuff.

Actually I did that too. ( 😛 )

Be assured that google did not kill PR. Page Rank continues to be a big deal for determining the quality of incoming links. Hence we can understand your ordeal when you are suddenly left with no way to check the google PR for various domains.

Its just a simple change in the Google API url.

Trace this following line in your pagerank script.

http://toolbarqueries.google.com/search?client=navclient-auto&ch=%s&features=Rank&q=info:%s

Replace it with this line

http://toolbarqueries.google.com/tbr?client=navclient-auto&ch=%s&features=Rank&q=info:%s

for some of you the last line might have to look like this one.

http://toolbarqueries.google.com/tbr?client=navclient-auto&ch=”.CheckHash(HashURL($url)). “&features=Rank&q=info:”.$url.”&num=100&filter=0

Notice the change in URL. “search” part now replaced with “tbr” which would ofcourse be a short form for toolbar. Their engineers have done some upgrades there. But why change the url. No Idea.

Latest Posts

Rooturaj Pattanaik

Technology & Business Consultant with customers across 6 countries. A doting father and loving husband writing about various topics like Technology, Travel, Society, Digital marketing, Investment consulting etc.

MY DICTIONARY PROJECT

I have started a new project called the Indic Dictionary. This will cover popular household words in India and what they are called in various languages. Eventually, I will make this an easy to use app where where people can easily find something like “hing in English” or “Tea Tree Oil in Hindi” or “carrom seeds in Urdu”.
Previous Story

My SEO Training Program for Delhites

Next Story

Vanity url for facebook page | Flat URLs for FB Page

Latest from Programming

Go toTop

Don't Miss