Hello, I need a script that will do basicly what www.googlerankings.com does except everytime you check it will tell youhow much your site has gone up or down in the rankings or if it is steady. It will also tell you who is ahead of you. For doing this project you get full credits with a link to your site from our SEO site which will gvie you over 10,000 potential hits per month.
Thanks!
__________________
- Please login or register to view this content. Registration is FREE
Basicly you are looking for another google. Page rankings could be updated every hour using a time field in MySQL db checking if rankings changed and updating apropriatly. as for a "leader board" you can sort DESC. Is it a certain "batch" of websites pre-defined that you wish to be in this table? if so this is relativly simple.
Basicly you are looking for another google. Page rankings could be updated every hour using a time field in MySQL db checking if rankings changed and updating apropriatly. as for a "leader board" you can sort DESC. Is it a certain "batch" of websites pre-defined that you wish to be in this table? if so this is relativly simple.
Umm similiar to taht. The user will insert a website into a form field and a keyword/s into another form field. And a Google API. The PHP script will then check to see where that site ranks on google, yahoo and msn. Having the script check every hour is a good idea except I am not sure Google would like that.
Thanks!
__________________
- Please login or register to view this content. Registration is FREE
I think that all scripts that use Google API right now don't work well, becose they have change something, im not sure whats the problem, but googlerankings don't show right results.