blocking known AI user agents
This commit is contained in:
parent
2d6df5c356
commit
78b407dc27
1 changed files with 16 additions and 1 deletions
|
|
@ -3,4 +3,19 @@ permalink: /robots.txt
|
||||||
eleventyExcludeFromCollections: true
|
eleventyExcludeFromCollections: true
|
||||||
excludeFromSitemap: true
|
excludeFromSitemap: true
|
||||||
---
|
---
|
||||||
User-agent: * Disallow: /404.html Sitemap: {{ meta.url }}/sitemap.xml
|
User-agent: *
|
||||||
|
Disallow: /404.html
|
||||||
|
|
||||||
|
User-agent: GPTbot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: ChatGPT-User
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Google-Extended
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
User-agent: Omgilibot
|
||||||
|
Disallow: /
|
||||||
|
|
||||||
|
Sitemap: {{ meta.url }}/sitemap.xml
|
||||||
Loading…
Reference in a new issue