Hi 1. Is there a way to get Google's PR without using the Toolbar. Im asking this because I dont have the toolbar and dont want to install it. 2. Is there a way to get this using Programming ? Does Google API provide PR too in its API Service ? Thanks
Thanks. I did come up with http://www.mypagerank.net. But why is it showing different results for http://somesite.com and http://www.somesite.com ? Thanks
Pagerank works from backlinks. With and without www. search can have different PR if they have different backlinks. Happens all the time. You should pick the format you want then ask the sites link to you to make a small change.
You should set up a 301 permanent redirect from http://somesite.com to http://www.somesite.com ( or the other way round if you prefer ). That way you will consolidate any links and PR that the two domains have built up separately. Have a look around these forums, there's loads of threads about redirects. John
Google PR Calculator - Free PHP PageRank Script http://www.googlecommunity.com/scripts/google-pagerank.php Differnt programming languages is used I recommend you go review posts related this subject at http://www.googlecommunity.com too.
Does anybody have an answer for #2 in teh original post? I have seen plenty of sites offer PR lookup. Are they using the API or just guess based on "link:domain.com". I have read through my API Docs and I can't see an reference to returning PR. If I find the answer I'll post back here.
You can get it here... i use it in a modified version...and it works... http://www.googlecommunity.com/scripts/pagerank-source.phps
When using this script I keep gettng 403 forbidden errors from Google. Anyone had this problem? It seems to work for everyone else. I have cutnpaste that exact code.
That PR script of PHP is using fileopen ... it is NOT google API, therefore it is AGAINST Terms of Service of Google. We have to use a SOAP REQUEST using POST to send it to a specific address and then receive a SOAP format XML document as a result However i am wondering if it is possible to send extra parameteres using SOAP to get the PR.