# robots.txt — Midas Aceleradora # https://aceleradoramidas.com.br # # Política: permitir buscadores tradicionais e crawlers de IA legítimos # para maximizar discoverability em ChatGPT, Claude, Perplexity, Gemini, # Google AI Overviews, Bing Copilot, etc. # Bloquear apenas áreas privadas (admin, painel de embaixador, fluxos # transacionais). # # Recursos para LLMs: # /llms.txt — índice curado (spec llmstxt.org) # /llms-full.txt — conteúdo completo inline para ingestão por LLMs # /auth.md — autenticação e registro de agentes (workos.com/auth-md) # # Content Signals (https://contentsignals.org/): # search=yes — indexação por buscadores permitida # ai-input=yes — citação/resumo em respostas de IA (RAG/grounding) permitido # ai-train=no — sem uso do conteúdo para treinamento de modelos # Declaração de preferência (não é bloqueio técnico); o controle efetivo # permanece nas regras Allow/Disallow abaixo. # ============================================================ # Buscadores tradicionais # ============================================================ User-agent: Googlebot Allow: / User-agent: Googlebot-Image Allow: / User-agent: Googlebot-News Allow: / User-agent: Bingbot Allow: / User-agent: msnbot Allow: / User-agent: DuckDuckBot Allow: / User-agent: YandexBot Allow: / User-agent: Applebot Allow: / User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: LinkedInBot Allow: / # ============================================================ # Crawlers de IA — OpenAI (ChatGPT, GPT search) # ============================================================ User-agent: GPTBot Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: OAI-SearchBot Allow: / User-agent: ChatGPT-User Allow: / # ============================================================ # Crawlers de IA — Anthropic (Claude) # ============================================================ User-agent: ClaudeBot Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: Claude-Web Allow: / User-agent: anthropic-ai Allow: / User-agent: Claude-SearchBot Allow: / User-agent: Claude-User Allow: / # ============================================================ # Crawlers de IA — Google (Gemini, AI Overviews) # ============================================================ User-agent: Google-Extended Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: GoogleOther Allow: / # ============================================================ # Crawlers de IA — Perplexity # ============================================================ User-agent: PerplexityBot Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: Perplexity-User Allow: / # ============================================================ # Crawlers de IA — Microsoft / Bing AI # ============================================================ User-agent: BingPreview Allow: / # ============================================================ # Crawlers de IA — Meta / Apple / Outros # ============================================================ User-agent: Meta-ExternalAgent Allow: / User-agent: Meta-ExternalFetcher Allow: / User-agent: FacebookBot Allow: / User-agent: Applebot-Extended Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: Amazonbot Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: Bytespider Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: CCBot Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no User-agent: Diffbot Allow: / User-agent: cohere-ai Allow: / User-agent: Mistral-User Allow: / User-agent: MistralAI-User Allow: / User-agent: YouBot Allow: / User-agent: PhindBot Allow: / User-agent: DuckAssistBot Allow: / # ============================================================ # Regra padrão — todos os demais user-agents # ============================================================ User-agent: * Allow: / Content-Signal: search=yes, ai-input=yes, ai-train=no Disallow: /admin Disallow: /admin/ Disallow: /admin/login Disallow: /embaixador/painel Disallow: /reset-password Disallow: /unsubscribe Disallow: /checkout # ============================================================ # Sitemaps e recursos LLM # ============================================================ Sitemap: https://aceleradoramidas.com.br/sitemap.xml # Descoberta por agentes (RFC 9727): # /.well-known/api-catalog — catálogo de recursos (application/linkset+json) # /docs/api — documentação dos recursos públicos