Add Google-Extended to default robots.txt

This commit is contained in:
Hannes Heute 2023-09-29 16:27:31 +02:00
parent 9a4f2a4492
commit 9d86ef767a

View File

@ -52,6 +52,10 @@ class RobotsTxt extends BaseModule
echo 'User-agent: ChatGPT-User' . PHP_EOL;
echo 'Disallow: /' . PHP_EOL;
echo PHP_EOL;
echo 'User-agent: Google-Extended' . PHP_EOL;
echo 'Disallow: /' . PHP_EOL;
echo PHP_EOL;
echo 'User-agent: GPTBot' . PHP_EOL;
echo 'Disallow: /' . PHP_EOL;