# Robots.txt for Aegro - Software de Gestão Rural # https://aegro.com.br # Allow all search engines to crawl the entire site User-agent: * Allow: / # Disallow sensitive or admin areas (if any exist in the future) Disallow: /admin/ Disallow: /private/ Disallow: /temp/ # Disallow tag redirect pages with special characters to prevent Semrush server errors # These pages contain meta redirects and should not be crawled directly Disallow: /tags/*.* Disallow: /tags/*/* # Allow specific major search engines explicitly User-agent: Googlebot Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / # Explicitly allow AI and LLM bots to maximize diffusion User-agent: GPTBot Allow: / User-agent: ChatGPT-User Allow: / User-agent: OAI-SearchBot Allow: / User-agent: Google-Extended Allow: / User-agent: CCBot Allow: / User-agent: PerplexityBot Allow: / User-agent: ClaudeBot Allow: / User-agent: Claude-Web Allow: / User-agent: Facebookbot Allow: / User-agent: Applebot-Extended Allow: / # Sitemap location for search engines # Multiple sitemaps for better organization and Search Console monitoring Sitemap: https://aegro.com.br/sitemap.xml Sitemap: https://aegro.com.br/sitemap-pages.xml Sitemap: https://aegro.com.br/sitemap-blog.xml Sitemap: https://aegro.com.br/sitemap-categories.xml Sitemap: https://aegro.com.br/sitemap-authors.xml Sitemap: https://aegro.com.br/sitemap-tags.xml