kalmargabor/crawler-check

Verify Googlebot (or others) by their IP addresses

1.0.2 2023-03-30 11:28 UTC

This package is not auto-updated.

Last update: 2024-09-28 20:03:31 UTC


README

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