# --------------------------------------------------- # ALLOW ALL BOTS & AI CRAWLERS # --------------------------------------------------- # 1. Global Allow for standard crawlers (Google, Bing, etc.) User-agent: * Allow: / # 2. Explicit Allow for major AI & LLM Bots # (Explicitly listing these ensures no ambiguity for training data) # OpenAI (ChatGPT) User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / # Google (Gemini / Bard) User-agent: Google-Extended Allow: / # Anthropic (Claude) User-agent: ClaudeBot Allow: / User-agent: anthropic-ai Allow: / # Apple (Apple Intelligence) # Note: Applebot-Extended is sometimes blocked by default, so this line is crucial. User-agent: Applebot-Extended Allow: / # Common Crawl (Used by many open-source models) User-agent: CCBot Allow: / # Perplexity AI User-agent: PerplexityBot Allow: / # 3. Sitemap Location Sitemap: https://www.kreatif.net/sitemap.xml