# llms.txt — Smash (smash.gifts) # Control AI crawlers (LLMs). Allow public marketing content; block private/legal. # --- Global defaults --- User-agent: * # Brazil (root) Allow: / Allow: /blog/ # Spain Allow: /es/ Allow: /es/blog/ # Block sensitive / non-marketing areas Disallow: /account/ Disallow: /checkout/ Disallow: /admin/ Disallow: /api/ Disallow: /search/ Disallow: /cart/ Disallow: /uploads-private/ # Legal & policy pages (Brazil) Disallow: /privacidade Disallow: /politica-de-privacidade Disallow: /termos Disallow: /aviso-legal # Legal & policy pages (Spain) Disallow: /es/privacidad Disallow: /es/politica-de-privacidad Disallow: /es/terminos Disallow: /es/aviso-legal Crawl-delay: 10 # --- AI-specific bots --- # OpenAI User-agent: GPTBot Allow: / Allow: /blog/ Allow: /es/ Allow: /es/blog/ Disallow: /account/ Disallow: /checkout/ Disallow: /admin/ Disallow: /api/ Disallow: /search/ Disallow: /cart/ Disallow: /privacidade Disallow: /politica-de-privacidade Disallow: /termos Disallow: /aviso-legal Disallow: /es/privacidad Disallow: /es/politica-de-privacidad Disallow: /es/terminos Disallow: /es/aviso-legal # Google AI (not Search) User-agent: Google-Extended Disallow: / # Anthropic (Claude) User-agent: ClaudeBot Disallow: / User-agent: Claude-Web Disallow: / User-agent: anthropic-ai Disallow: / # Perplexity User-agent: PerplexityBot Disallow: / # Common Crawl (feeds many LLM datasets) User-agent: CCBot Disallow: / # Apple AI User-agent: Applebot-Extended Disallow: / # ByteDance User-agent: Bytespider Disallow: / # Sitemap Sitemap: https://www.smash.gifts/sitemap.xml