Skip to content

Seo-analyzer library was extracted from SeoTracker platform. Provides a simple system to analyze and compare websites on SEO metrics

License

Notifications You must be signed in to change notification settings

seotracker/seo-analyzer

Repository files navigation

Seo-analyzer library

Seo-analyzer library was extracted from Seo-Tracker platform. This is a common way to compare websites on relevant metrics.

** At this point, this is a non fonctional project, don't use it **

  1. Exemple
<?php

$website  = new Website('foo');
$website2 = new Website('bar');
$analyzer = new SimpleAnalyzer();

$result = $analyzer
    ->setWebsite($website)
    ->compareTo($website2, array())
    ->toArray()
;
/**
 *
 * [
 *      'foo' => [
 *          'title' => 'foo',
 *          'backlinks' => 20
 *       ],
 *       'bar' => [
 *           'title' => 'bar',
 *           'backlinks' => 13
 *        ],
 *        'results' => [
 *            'title' => null,
 *            'backlinks' => +7
 *        ]
 *]
 **/

About

Seo-analyzer library was extracted from SeoTracker platform. Provides a simple system to analyze and compare websites on SEO metrics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages