Added robots.txt file initial to block ai bots
This commit is contained in:
parent
e9047b882f
commit
f21de8ca4f
1 changed files with 23 additions and 0 deletions
23
public/robots.txt
Normal file
23
public/robots.txt
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# Used for many other (non-commercial) purposes as well
|
||||
User-agent: CCBot
|
||||
Disallow: /
|
||||
|
||||
# For new training only
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
||||
|
||||
# Not for training, only for user requests
|
||||
User-agent: ChatGPT-User
|
||||
Disallow: /
|
||||
|
||||
# Marker for disabling Bard and Vertex AI
|
||||
User-agent: Google-Extended
|
||||
Disallow: /
|
||||
|
||||
# Speech synthesis only?
|
||||
User-agent: FacebookBot
|
||||
Disallow: /
|
||||
|
||||
# Multi-purpose, commercial uses; including LLMs
|
||||
User-agent: Omgilibot
|
||||
Disallow: /
|
||||
Loading…
Reference in a new issue