# robots.txt para DarkEmail - Gerador de Email Temporário # Otimizado para SEO e indexação do Google # Última atualização: 2025-02-02 User-agent: * Allow: / # Bloquear endpoints de API e arquivos técnicos Disallow: /api/ Disallow: /_next/ Disallow: /node_modules/ Disallow: /*.json$ Disallow: /*.map$ # Parametro legado ?lng= (esquema de i18n antigo) gera duplicatas infinitas # das paginas /pt — economiza crawl budget (canonical ja aponta pra /pt). Disallow: /*?lng= # Permitir explicitamente páginas importantes para SEO Allow: / Allow: /blog Allow: /blog/* Allow: /sobre Allow: /equipe Allow: /faq Allow: /ranking Allow: /api-docs Allow: /privacidade Allow: /termos Allow: /contato # Permitir arquivos estáticos importantes Allow: /*.css$ Allow: /*.js$ Allow: /favicon.svg Allow: /manifest.json Allow: /ads.txt # Bots específicos - Google User-agent: Googlebot Allow: / Disallow: /api/emails Disallow: /api/stats Crawl-delay: 0.5 # Google Image Bot User-agent: Googlebot-Image Allow: / Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Bing Bot User-agent: Bingbot Allow: / Disallow: /api/emails Crawl-delay: 1 # AI crawlers — explicitly allowed (training + retrieval) User-agent: GPTBot Allow: / Disallow: /api/emails Disallow: /api/stats User-agent: OAI-SearchBot Allow: / Disallow: /api/emails User-agent: ChatGPT-User Allow: / Disallow: /api/emails User-agent: ClaudeBot Allow: / Disallow: /api/emails Disallow: /api/stats User-agent: anthropic-ai Allow: / Disallow: /api/emails User-agent: Claude-Web Allow: / Disallow: /api/emails User-agent: PerplexityBot Allow: / Disallow: /api/emails User-agent: Perplexity-User Allow: / Disallow: /api/emails User-agent: Google-Extended Allow: / Disallow: /api/emails User-agent: GoogleOther Allow: / Disallow: /api/emails User-agent: Bytespider Allow: / Disallow: /api/emails # CCBot (Common Crawl) — alimenta dataset usado por dezenas de LLMs e search engines User-agent: CCBot Allow: / Disallow: /api/emails User-agent: Applebot-Extended Allow: / Disallow: /api/emails User-agent: cohere-ai Allow: / Disallow: /api/emails User-agent: Meta-ExternalAgent Allow: / Disallow: /api/emails User-agent: FacebookBot Allow: / # Sitemaps Sitemap: https://www.darkemail.school/sitemap.xml # LLMs.txt — AI-friendly site summary # https://llmstxt.org/ # Host preferido Host: https://www.darkemail.school