DataDome / robots.txt
← back to datadome.co · change detected 1mo ago (2026-06-27T17:18:59Z) · modified +37 −0
What changed
- 🤖 AIAdded rules for AI crawler anthropic-ai (Anthropic)
- 🤖 AIAdded rules for AI crawler Applebot-Extended (Apple)
- Added rules for user-agent ‘Bingbot’
- 🤖 AIAdded rules for AI crawler ChatGPT-User (OpenAI)
- 🤖 AIAdded rules for AI crawler ClaudeBot (Anthropic)
- 🤖 AIAdded rules for AI crawler cohere-ai (Cohere)
- 🤖 AIAdded rules for AI crawler Google-Extended (Google)
- Added rules for user-agent ‘Googlebot’
- 🤖 AIAdded rules for AI crawler GPTBot (OpenAI)
- 🤖 AIAdded rules for AI crawler PerplexityBot (Perplexity)
Diff old (2026-06-21T13:15:25Z) → new (2026-06-27T17:18:59Z)
| @@ -1,3 +1,40 @@ | ||
| 1 | 1 | User-Agent: * |
| 2 | 2 | Disallow: /wp-admin/ |
| 3 | 3 | Allow: /wp-admin/admin-ajax.php |
| 4 | + | |
| 5 | + User-agent: Googlebot | |
| 6 | + Disallow: /*.md$ | |
| 7 | + | |
| 8 | + User-agent: Bingbot | |
| 9 | + Disallow: /*.md$ | |
| 10 | + | |
| 11 | + User-agent: GPTBot | |
| 12 | + Allow: /*.md$ | |
| 13 | + Allow: /llms.txt | |
| 14 | + | |
| 15 | + User-agent: ChatGPT-User | |
| 16 | + Allow: /*.md$ | |
| 17 | + Allow: /llms.txt | |
| 18 | + | |
| 19 | + User-agent: ClaudeBot | |
| 20 | + Allow: /*.md$ | |
| 21 | + Allow: /llms.txt | |
| 22 | + | |
| 23 | + User-agent: anthropic-ai | |
| 24 | + Allow: /*.md$ | |
| 25 | + Allow: /llms.txt | |
| 26 | + | |
| 27 | + User-agent: PerplexityBot | |
| 28 | + Allow: /*.md$ | |
| 29 | + Allow: /llms.txt | |
| 30 | + | |
| 31 | + User-agent: Google-Extended | |
| 32 | + Allow: / | |
| 33 | + | |
| 34 | + User-agent: cohere-ai | |
| 35 | + Allow: /*.md$ | |
| 36 | + Allow: /llms.txt | |
| 37 | + | |
| 38 | + User-agent: Applebot-Extended | |
| 39 | + Allow: /*.md$ | |
| 40 | + Allow: /llms.txt |