GPTBot added to the default robots.txt
This commit is contained in:
parent
18c078f8c2
commit
d3cc999866
1 changed files with 6 additions and 0 deletions
|
@ -38,6 +38,8 @@ class RobotsTxt extends BaseModule
|
||||||
'/search',
|
'/search',
|
||||||
'/help',
|
'/help',
|
||||||
'/proxy',
|
'/proxy',
|
||||||
|
'/photo',
|
||||||
|
'/avatar',
|
||||||
];
|
];
|
||||||
|
|
||||||
header('Content-Type: text/plain');
|
header('Content-Type: text/plain');
|
||||||
|
@ -50,6 +52,10 @@ class RobotsTxt extends BaseModule
|
||||||
echo 'User-agent: ChatGPT-User' . PHP_EOL;
|
echo 'User-agent: ChatGPT-User' . PHP_EOL;
|
||||||
echo 'Disallow: /' . PHP_EOL;
|
echo 'Disallow: /' . PHP_EOL;
|
||||||
|
|
||||||
|
echo PHP_EOL;
|
||||||
|
echo 'User-agent: GPTBot' . PHP_EOL;
|
||||||
|
echo 'Disallow: /' . PHP_EOL;
|
||||||
|
|
||||||
System::exit();
|
System::exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue