eyecatchup / SEOstats

SEOstats is a powerful open source PHP library to request a bunch of SEO relevant metrics.
MIT License
1.46k stars 384 forks source link

Open Site Explorer results text string #66

Closed BenRacicot closed 10 years ago

BenRacicot commented 10 years ago

Right now Open Site Explorer returns the following array:

Array ( [domainAuthority] => 92 /100 Predicts this domain's ranking potential in the search engines based on an algorithmic combination of all link metrics. [pageAuthority] => 92 /100 Predicts this page's ranking potential in the search engines based on an algorithmic combination of all link metrics. [linkingRootDomains] => 10,308 32 Days Number of links to this page found over the past 32 days, indexed within an hour of being shared on Twitter. [totalInboundLinks] => 10,067 Root Domains Number of unique root domains (e.g., *.example.com) containing at least one linking page to this URL. 212k Total Links All links to this page including internal, external, followed, and nofollowed. ) Open-Site-Explorer Domain-Authority:92

Is there any way to remove the appended text to simply grab the actual return values only?

ClemensSahs commented 10 years ago

The following commit repair the Result. This was 2 months ago. It looks like you don't update your SeoStats.

https://github.com/eyecatchup/SEOstats/blob/28d3bef63316af48d16aaf2178c6912dce557659/SEOstats/Services/OpenSiteExplorer.php

BenRacicot commented 10 years ago

Thank you Clemens, That worked. HOwever, I only heard about SEOStatsa few weeks ago! I don't know how I had the old version. Anywho. you were a great help!

ClemensSahs commented 10 years ago

the last release tag 2.5.2 is 6 months old, so this ist not fixed in 2.5.2.

@eyecatchup please add some new tag for the patches.

I think this can close

eyecatchup commented 10 years ago

Added new tag 2.5.3-wip and closing this isse.