dev-master
9999999-devPHP Toolbox for SEO Checkup
MIT
The Requires
- php >=5.3
- guzzlehttp/guzzle *
by Burak
v0.1-beta
0.1.0.0-betaPHP Toolbox for SEO Checkup
MIT
The Requires
- php >=5.3
- guzzlehttp/guzzle *
by Burak
Wallogit.com
2017 © Pedro Peláez
PHP Toolbox for SEO Checkup
It's a basic package written in PHP for good. As most people know that, SEO services have been expensive for low budget developers. I made a simple package to let you check yourself with this package. It became quite ugly while I was coding, but I am going to make a free service in the future and I will use this package. During the development process of the service, I will update this class as much as I need., (*2)
You will need, Composer. If you already have it, run the code, shown below, (*3)
composer require frnxstd/seo-checkup
Enjoy., (*4)
Tests and re-design for the class is required., (*5)
Any contribution in this case, more than welcome., (*6)
BrokenLinks()
Cache()
CanonicalTag()
CharacterSet()
CodeContent()
DeprecatedHTML()
DomainLength()
Favicon()
Frameset()
GoogleAnalytics()
Header1()
Header2()
Https()
ImageAlt()
InboundLinks()
InlineCss()
MetaDescription()
MetaTitle()
NofollowTag()
NoindexTag()
ObjectCount()
PageSpeed()
PlaintextEmail()
PageCompression()
RobotsFile()
ServerSignature()
SocialMedia()
SpfRecord()
UnderscoredLinks()
You can use any function listed above. An example usage is here:, (*7)
require_once __DIR__ . '/../vendor/autoload.php'; // Autoload files using Composer autoload
use SEOCheckup\Analyze;
$analyze = new Analyze('http://domain.com');
var_dump($analyze->NoindexTag());
PHP Toolbox for SEO Checkup
MIT
PHP Toolbox for SEO Checkup
MIT