# ============================================================================= # robots.txt - AMGM Advocacia # https://amgmadvocacia.com.br # ============================================================================= # Permite indexacao por bots de IA e mecanismos de busca tradicionais # ============================================================================= # ------------------------------------------------------------------------- # Bots de Inteligencia Artificial (OpenAI, Anthropic, Perplexity, Google AI) # ------------------------------------------------------------------------- # OpenAI - ChatGPT e Search User-agent: GPTBot Allow: / # OpenAI - Search User-agent: OAI-SearchBot Allow: / # Anthropic - Claude User-agent: ClaudeBot Allow: / # Perplexity AI User-agent: PerplexityBot Allow: / # Google - Gemini e AI Overviews User-agent: Google-Extended Allow: / # ------------------------------------------------------------------------- # Mecanismos de Busca Tradicionais (Google, Bing, DuckDuckGo, etc.) # ------------------------------------------------------------------------- # Google (padrao) User-agent: Googlebot Allow: / # Google Imagens User-agent: Googlebot-Image Allow: / # Bing (Microsoft) User-agent: Bingbot Allow: / # DuckDuckGo User-agent: DuckDuckBot Allow: / # Baidu (China) User-agent: Baiduspider Allow: / # Yandex (Russia) User-agent: Yandex Allow: / # ------------------------------------------------------------------------- # Redes Sociais (para preview de links) # ------------------------------------------------------------------------- # Facebook / Meta User-agent: facebookexternalhit Allow: / # Twitter / X User-agent: Twitterbot Allow: / # LinkedIn User-agent: LinkedInBot Allow: / # WhatsApp (preview de links) User-agent: WhatsApp Allow: / # ------------------------------------------------------------------------- # Outras IAs e Assistentes # ------------------------------------------------------------------------- # Apple - Siri e Apple Intelligence User-agent: Applebot Allow: / # Amazon - Alexa User-agent: Amazonbot Allow: / # Samsung - Bixby User-agent: SamsungBot Allow: / # ------------------------------------------------------------------------- # Bloqueios (Bots maliciosos, scrapers agressivos, etc.) # ------------------------------------------------------------------------- # Bloqueia scrapers genericos User-agent: * Disallow: /wp-admin/ Disallow: /wp-includes/ Disallow: /xmlrpc.php Disallow: /*.json$ Disallow: /*?* # ------------------------------------------------------------------------- # Sitemap (opcional - ajuda na indexacao) # ------------------------------------------------------------------------- Sitemap: https://amgmadvocacia.com.br/sitemap.xml