# ============================================== # Trainning Education - Robots.txt Otimizado SEO # ============================================== # Regras gerais para todos os crawlers User-agent: * Allow: / # Bloquear áreas administrativas e privadas Disallow: /admin Disallow: /admin/* Disallow: /comercial Disallow: /comercial/* Disallow: /student Disallow: /student/* Disallow: /instructor Disallow: /instructor/* Disallow: /auth Disallow: /auth/* Disallow: /api/ Disallow: /api/* # Bloquear parâmetros de tracking (evita conteúdo duplicado) Disallow: /*?utm_* Disallow: /*?fbclid=* Disallow: /*?gclid=* Disallow: /*?ref=* Disallow: /*?source=* Disallow: /*?campaign=* # Bloquear páginas de preview e debug Disallow: /*preview=* Disallow: /*debug=* # ============================================== # Regras específicas para Googlebot # ============================================== User-agent: Googlebot Allow: / Disallow: /admin Disallow: /comercial Disallow: /student Disallow: /instructor Disallow: /auth # Googlebot para imagens User-agent: Googlebot-Image Allow: / Disallow: /admin # ============================================== # Regras específicas para Bingbot # ============================================== User-agent: Bingbot Allow: / Disallow: /admin Disallow: /comercial Disallow: /student Disallow: /instructor Disallow: /auth Crawl-delay: 1 # ============================================== # Permitir crawlers de redes sociais (importante para Open Graph) # ============================================== User-agent: Twitterbot Allow: / User-agent: facebookexternalhit Allow: / User-agent: facebookexternalhit/1.1 Allow: / User-agent: LinkedInBot Allow: / User-agent: WhatsApp Allow: / User-agent: Slackbot Allow: / User-agent: TelegramBot Allow: / User-agent: Discordbot Allow: / User-agent: Pinterestbot Allow: / # ============================================== # Bloquear bots maliciosos conhecidos # ============================================== User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: MJ12bot Disallow: / User-agent: DotBot Disallow: / User-agent: BLEXBot Disallow: / # ============================================== # Sitemaps # ============================================== Sitemap: https://trainningeducation.com.br/sitemap.xml # ============================================== # Host canônico # ============================================== Host: https://trainningeducation.com.br