Kimberly-Clark / robots.txt
← back to kimberly-clark.com · change detected 1mo ago (2026-06-29T11:44:49Z) · modified +90 −20
What changed
- Added rules for user-agent ‘*’
- 🤖 AIBlocked anthropic-ai (Anthropic) entirely
- Added rules for user-agent ‘Applebot’
- 🤖 AIBlocked Applebot-Extended (Apple) entirely
- 🤖 AIAdded rules for AI crawler Claude-SearchBot (Anthropic)
- 🤖 AIAdded rules for AI crawler Claude-User (Anthropic)
- 🤖 AIBlocked cohere-ai (Cohere) entirely
- 🤖 AIAdded rules for AI crawler Diffbot (Diffbot)
- 🤖 AIAdded rules for AI crawler DuckAssistBot (DuckDuckGo)
- 🤖 AIAdded rules for AI crawler FacebookBot (Meta)
- Added rules for user-agent ‘Gemini-Deep-Research’
- Added rules for user-agent ‘Google-CloudVertexBot’
- Added rules for user-agent ‘Google-InspectionTool’
- Added rules for user-agent ‘LinkedInBot’
- 🤖 AIBlocked meta-externalagent (Meta) entirely
- 🤖 AIAdded rules for AI crawler meta-externalfetcher (Meta)
- 🤖 AIAdded rules for AI crawler Perplexity-User (Perplexity)
- Added rules for user-agent ‘Storebot-Google’
- Removed all rules for user-agent ‘ChatGPT’
- Removed all rules for user-agent ‘ExaBot’
- Removed all rules for user-agent ‘FirecrawlAgent’
- Removed all rules for user-agent ‘Inference bots’
- Removed all rules for user-agent ‘RAG bots’
- 🤖 AIRemoved rules for AI crawler YouBot (You.com)
- 🤖 AIBlocked Google-Extended (Google) entirely
- 🤖 AIRemoved Allow: / for Google-Extended
- 🤖 AIBlocked GPTBot (OpenAI) entirely
- 🤖 AIRemoved Allow: / for GPTBot
Diff old (2026-06-20T01:10:31Z) → new (2026-06-29T11:44:49Z)
| @@ -1,31 +1,101 @@ | ||
| 1 | - # Allow AI search and agent use | |
| 1 | + # AI Search & Answer Engines (no AI training; search, citations, user‑initiated fetch only) | |
| 2 | 2 | User-agent: OAI-SearchBot |
| 3 | - User-agent: GPTBot | |
| 4 | - User-agent: ChatGPT-User | |
| 3 | + User-agent: ChatGPT-User | |
| 4 | + User-agent: Claude-SearchBot | |
| 5 | + User-agent: Claude-User | |
| 5 | 6 | User-agent: PerplexityBot |
| 6 | - User-agent: FirecrawlAgent | |
| 7 | + User-agent: Perplexity-User | |
| 8 | + User-agent: DuckAssistBot | |
| 9 | + User-agent: Applebot | |
| 10 | + User-agent: Meta-ExternalFetcher | |
| 11 | + User-agent: Google-CloudVertexBot | |
| 12 | + User-agent: Diffbot | |
| 13 | + User-agent: Gemini-Deep-Research | |
| 14 | + User-agent: FacebookBot | |
| 15 | + User-agent: LinkedInBot | |
| 16 | + User-agent: Storebot-Google | |
| 17 | + User-agent: Google-InspectionTool | |
| 18 | + Allow: / | |
| 19 | + | |
| 20 | + # Third‑party AI / SERP tooling (explicitly allowed, non‑training) | |
| 7 | 21 | User-agent: AndiBot |
| 8 | - User-agent: ExaBot | |
| 9 | 22 | User-agent: PhindBot |
| 10 | - User-agent: YouBot | |
| 11 | - User-agent: RAG bots | |
| 12 | - User-agent: Inference bots | |
| 13 | - User-agent: Google-Extended | |
| 14 | - User-agent: ChatGPT-User | |
| 15 | 23 | User-agent: QAI-SearchBot |
| 16 | 24 | Allow: / |
| 17 | - | |
| 18 | - # Disallow AI training data collection | |
| 19 | - User-agent: ClaudeBot | |
| 20 | - User-agent: CCBot | |
| 25 | + | |
| 26 | + # Traditional search engines | |
| 27 | + User-agent: Googlebot | |
| 28 | + User-agent: Bingbot | |
| 29 | + Allow: / | |
| 30 | + | |
| 31 | + # Disallow AI training & dataset collection | |
| 32 | + User-agent: GPTBot | |
| 33 | + User-agent: ClaudeBot | |
| 34 | + User-agent: anthropic-ai | |
| 35 | + User-agent: Google-Extended | |
| 36 | + User-agent: Applebot-Extended | |
| 37 | + User-agent: Meta-ExternalAgent | |
| 38 | + User-agent: CCBot | |
| 21 | 39 | User-agent: Bytespider |
| 22 | - User-agent: ChatGPT | |
| 40 | + User-agent: cohere-ai | |
| 23 | 41 | Disallow: / |
| 24 | - | |
| 25 | - # Allow traditional search indexing | |
| 26 | - User-agent: Googlebot | |
| 27 | - User-agent: Bingbot | |
| 28 | - Allow: / | |
| 42 | + | |
| 43 | + # Disallow sensitive or non-public areas for all crawlers | |
| 44 | + User-agent: * | |
| 45 | + Disallow: /Config/ | |
| 46 | + Disallow: /bin/ | |
| 47 | + Disallow: /config/ | |
| 48 | + Disallow: /data/ | |
| 49 | + Disallow: /install/ | |
| 50 | + Disallow: /masterpages/ | |
| 51 | + Disallow: /python/ | |
| 52 | + Disallow: /scripts/ | |
| 53 | + Disallow: /umbraco/ | |
| 54 | + Disallow: /xslt/ | |
| 55 | + Disallow: /cdn-cgi/ | |
| 56 | + | |
| 57 | + # Query & pattern-based exclusions | |
| 58 | + Disallow: *user | |
| 59 | + Disallow: *& | |
| 60 | + Disallow: *clid | |
| 61 | + Disallow: *openstat | |
| 62 | + Disallow: *utm | |
| 63 | + Disallow: *search | |
| 64 | + Disallow: *result | |
| 65 | + Disallow: *email-protection | |
| 66 | + Disallow: *?version | |
| 67 | + Disallow: *?url | |
| 68 | + Disallow: *?type | |
| 69 | + Disallow: *?q | |
| 70 | + Disallow: *?from=articles | |
| 71 | + Disallow: *external-test | |
| 72 | + Disallow: *mindbox-click-id | |
| 73 | + Disallow: */old | |
| 74 | + | |
| 75 | + # Functional paths | |
| 76 | + Disallow: /search | |
| 77 | + Disallow: /articlesearch | |
| 78 | + Disallow: /account | |
| 79 | + Disallow: /tags | |
| 80 | + Disallow: /categories | |
| 81 | + Disallow: /subscriptions | |
| 82 | + Disallow: /recovery | |
| 83 | + Disallow: /Error | |
| 84 | + Disallow: /Home | |
| 85 | + | |
| 86 | + # File types | |
| 87 | + Disallow: *.asp | |
| 88 | + Disallow: *.swf | |
| 89 | + | |
| 90 | + # Explicitly allowed assets | |
| 91 | + Allow: /-/*.svg | |
| 92 | + Allow: /scripts/*.js | |
| 93 | + Allow: /js/*.js | |
| 94 | + Allow: *.css | |
| 95 | + Allow: *.js | |
| 96 | + Allow: *.png | |
| 97 | + Allow: *.jpg | |
| 98 | + Allow: *.pdf | |
| 29 | 99 | |
| 30 | 100 | Sitemap: https://www.kimberly-clark.com/en-vn/sitemap.xml |
| 31 | 101 | Sitemap: https://www.kimberly-clark.com/en-us/sitemap.xml |