kalmargabor/crawler-check

通过它们的IP地址验证Googlebot(或其他)

1.0.2 2023-03-30 11:28 UTC

This package is not auto-updated.

Last update: 2024-09-14 19:47:33 UTC


README

Composer安装

composer require kalmargabor/crawler-check

示例

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

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

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

Google关于验证的帮助

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