Tanium / robots.txt
← back to tanium.com · change detected 1d ago (2026-08-03T18:27:04Z) · modified +24 −1
What changed
- 🤖 AIAdded rules for AI crawler ChatGPT-User (OpenAI)
- 🤖 AIAdded rules for AI crawler ClaudeBot (Anthropic)
- 🤖 AIAdded rules for AI crawler Google-Extended (Google)
- 🤖 AIAdded rules for AI crawler GPTBot (OpenAI)
- 🤖 AIAdded rules for AI crawler OAI-SearchBot (OpenAI)
- 🤖 AIAdded rules for AI crawler PerplexityBot (Perplexity)
- Added Allow: / for *
- Added Disallow: /admin/ for *
- Added Disallow: /api/ for *
- Added Disallow: /studio/ for *
Diff old (2026-06-20T14:27:25Z) → new (2026-08-03T18:27:04Z)
| @@ -1,2 +1,25 @@ | ||
| 1 | - User-agent: * | |
| 1 | + User-Agent: * | |
| 2 | + Allow: / | |
| 3 | + Disallow: /api/ | |
| 4 | + Disallow: /admin/ | |
| 5 | + Disallow: /studio/ | |
| 6 | + | |
| 7 | + User-Agent: GPTBot | |
| 8 | + Allow: / | |
| 9 | + | |
| 10 | + User-Agent: OAI-SearchBot | |
| 11 | + Allow: / | |
| 12 | + | |
| 13 | + User-Agent: ChatGPT-User | |
| 14 | + Allow: / | |
| 15 | + | |
| 16 | + User-Agent: ClaudeBot | |
| 17 | + Allow: / | |
| 18 | + | |
| 19 | + User-Agent: PerplexityBot | |
| 20 | + Allow: / | |
| 21 | + | |
| 22 | + User-Agent: Google-Extended | |
| 23 | + Allow: / | |
| 24 | + | |
| 2 | 25 | Sitemap: https://www.tanium.com/sitemap.xml |