diff options
author | mms <michal@sapka.me> | 2024-01-30 16:54:37 +0100 |
---|---|---|
committer | mms <michal@sapka.me> | 2024-01-30 16:54:37 +0100 |
commit | 91305c1e4e44f51f22c9743b3d3ba4fc6c031728 (patch) | |
tree | c3ac72b15ce2b82320e5e0d13b4b9db7c801ab5e /static | |
parent | d9f0b44ff803dd2d18e02b67792241dd28a42767 (diff) |
chore: block chatgpt
Diffstat (limited to 'static')
-rw-r--r-- | static/robots.txt | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/static/robots.txt b/static/robots.txt index 8863d96..5df1326 100644 --- a/static/robots.txt +++ b/static/robots.txt @@ -1,3 +1,23 @@ +Sitemap: https://d-s.sh/sitemap.xml + User-agent: * +Disallow: + +User-agent: ChatGPT-User +Disallow: / + +User-agent: GPTBot +Disallow: / + +User-agent: Mediapartners-Google +Disallow: / + +User-agent: AdsBot-Google +Disallow: / + +User-agent: adidxbot +Disallow: / + +User-agent: CCBot +Disallow: / -Sitemap: https://d-s.sh/sitemap.xml |