Debt Consolidation - Debt Consolidation - Debt Consolidation - Debt Consolidation - Find jobs

PDA

View Full Version : PageRank without Toolbar


anjanesh
Jul 31st 2005, 9:00 pm
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

Shoemoney
Jul 31st 2005, 9:03 pm
yes and yes look around the forum a bit

City2
Jul 31st 2005, 9:48 pm
http://www.seochat.com/seo-tools/pagerank-lookup/ <---- Pagerank look up

anjanesh
Jul 31st 2005, 10:40 pm
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

SpeedyDomainRegistration
Jul 31st 2005, 10:46 pm
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.

johnt
Aug 1st 2005, 1:24 am
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

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

greg_mcree
Oct 20th 2005, 2:39 am
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

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.

amitpagarwal
Oct 27th 2005, 1:34 am
there's even a firefox extension for checking pr

lonecrow
Nov 23rd 2005, 9:57 pm
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.

Shoemoney
Nov 24th 2005, 1:02 am
as mentioned many other times there is no api call for pr. The results must be scraped

Xmember
Nov 24th 2005, 11:21 am
You can get it here... i use it in a modified version...and it works...
http://www.googlecommunity.com/scripts/pagerank-source.phps

Masetek
Nov 27th 2005, 2:08 am
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.

execute
Nov 28th 2005, 6:01 pm
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.