Merge pull request #13479 from haheute/robots-txt-google-extended

Add Google-Extended to default robots.txt
This commit is contained in:
Hypolite Petovan
2023-09-29 10:50:36 -04:00
committed by GitHub
+4
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;