Merge pull request #51 from ItsCurious/main
Fixed robots.txt rules to be on separate lines
This commit is contained in:
commit
21ae6d3513
1 changed files with 16 additions and 2 deletions
|
|
@ -3,5 +3,19 @@ permalink: /robots.txt
|
|||
eleventyExcludeFromCollections: true
|
||||
excludeFromSitemap: true
|
||||
---
|
||||
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
|
||||
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