kalmargabor/crawler-check

Verify Googlebot (or others) by their IP addresses

Maintainers

Package info

github.com/kalmargabor/crawler-check

pkg:composer/kalmargabor/crawler-check

Statistics

Installs: 3 460

Dependents: 0

Suggesters: 0

Stars: 5

Open Issues: 0

1.0.2 2023-03-30 11:28 UTC

This package is not auto-updated.

Last update: 2026-03-29 03:51:59 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