]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/RobotsTxt.php
New user account type "Channel Relay"
[friendica.git] / src / Module / RobotsTxt.php
index a084c1f4a6caf97c168b501e7df2f2daa11a8b86..83550f0ce8ed561d5d6be821b9c539ee3ebb46e0 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2023, the Friendica project
+ * @copyright Copyright (C) 2010-2024, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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;