PHP Class SEOstats

Napalm

Newbie
Joined
Apr 29, 2010
Messages
9
Reaction score
6
Hi all,

i wrote a simple yet powerfull php class to retrieve following website statistics:

GOOGLE
- Page Rank
- Indexed URL's
- Backlinks

MAJESTICSEO
- Backlinks
- Backlinking Domains
- Backlinking IP's

ALEXA
- G lob al Traffic Rank
- Country Traffic Rank

Stats and Trends for:
- Traffic Rank
- Pageviews
- Pageviews/User
- Reach
- Bounce Rate
- Time on site
- Search Visits

Alexa Stats and Trends can be displayed as table and/or graph.

Source Code
Sorry, but as i'm new to BHW i'm not able to post the direct link to the download location at google. :(
Just visit my blog post at code.eyecatch-up.de/?p=136 and you will find the link. ;)

PS: Yahoo will be included within the next days. I'll post an update asap. Suggestions and Feedback are welcome! :)
 
hi stephan and welcome to bhw. nice page with fine scripts. thank you.
 
I have one suggestion.
Please include backlink check using Yahoo
Edit: read your thread completely now, yahoo update is scheduled.
 
Last edited:
Thank you bloodcult, always good to hear somebody finds it useful. ;)

at satyawrat:
I've updated the class, so now you're able to get also backlink data from Yahoo (including details like anchor text and clickurl). You can download and/or test the lastest version at the project page (linked in the first post).
 
As i'm not able to edit the original post: these are the new functions:
PHP:
echo $obj->YahooLinks();                // Display Backlinks indexed at yahoo
print_r ($obj->YahooLinkDetails());     // Array with detailed Backlink data from yahoo
AS i'm very busy i wasn't able so far to implement a indexed site function for yahoo, but i'll add it asap.

Latest version can be found at: code.eyecatch-up.de/?p=136

PS: If you know of any interesting data that should be included into that class, please let me know.
 
You can found the script in google code page , user seostats.
( i cant send the url because i have an restricition )
 
Back
Top