chore: update robots + posts

This commit is contained in:
Cory Dransfeldt 2024-03-02 11:23:48 -08:00
parent 766d70c59e
commit b5cc034f1e
No known key found for this signature in database
2 changed files with 8 additions and 0 deletions

View file

@ -14,6 +14,7 @@ export default [
'FacebookBot',
'Google-Extended',
'GPTBot',
'ImagesiftBot',
'magpie-crawler',
'omgili',
'omgilibot',

View file

@ -83,6 +83,9 @@ Disallow: /
User-agent: GPTBot
Disallow: /
User-agent: ImagesiftBot
Disallow: /
User-agent: magpie-crawler
Disallow: /
@ -105,4 +108,8 @@ User-agent: YouBot
Disallow: /
```
**Other great posts on the subject:**
- [Im blocking AI-crawlers](https://roelant.net/en/2023/im-blocking-ai-crawlers/)
- [Block the Bots that Feed “AI” Models by Scraping Your Website](https://neil-clarke.com/block-the-bots-that-feed-ai-models-by-scraping-your-website/)
[^1]: I've yet to definitively identify Arc Search's user agent but I'd like to, so I can block it and share it — but that assumes they respect `robots.txt` declarations.