xvilo / crawler-check

Verify Googlebot (or others) by their IP addresses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crawler check

Composer install

composer require kalmargabor/crawler-check

Examples

$crawlerCheck = new \Kalmargabor\CrawlerCheck\CrawlerCheck();

$ipToCheck = 'ip.address.ip.address';

var_dump($crawlerCheck->isValid($ipToCheck)); 

Google help on verification

https://support.google.com/webmasters/answer/80553

About

Verify Googlebot (or others) by their IP addresses

License:MIT License


Languages

Language:PHP 100.0%