page rank

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
alonbr
Forum Newbie
Posts: 4
Joined: Fri Mar 23, 2007 5:45 am

page rank

Post by alonbr »

anybody knows on a working php code that can check for a url google pagerank?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Google's own API can fetch that information.
jabbaonthedais
Forum Contributor
Posts: 127
Joined: Wed Aug 18, 2004 12:08 pm

Post by jabbaonthedais »

Here's a related question... I've seen in Awstats where it shows you when the google bot hits your site. Is there a good way to track that? One of my sites was down for 3 days, and then a day after it came back up got dropped by google. I guess their spider came while it was down. I'm guessing they use the ip, or is something else to it?
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post by RobertGonzalez »

Again, check the Google API. And try to stay away from hijacking other people's thread. :wink:
jabbaonthedais
Forum Contributor
Posts: 127
Joined: Wed Aug 18, 2004 12:08 pm

Post by jabbaonthedais »

Everah wrote:Again, check the Google API. And try to stay away from hijacking other people's thread. :wink:
haha sorry... I actually found it after I posted. Had no idea google had so much info. Thanks! :)
Post Reply