# Robots.txt para Nanait Platform # Seguir mejores prácticas de Google para SEO # Permitir acceso a todos los bots de búsqueda User-agent: * Allow: / # Sitemap (URL corregida) Sitemap: https://nanaitplatform.com/sitemap.xml # Bloquear solo áreas privadas y administrativas Disallow: /admin/ Disallow: /private/ Disallow: /api/blog/generate-content Disallow: /api/blog/generate-cover # Permitir crawling de páginas importantes Allow: /blog/ Allow: /clientes/ Allow: /funcionalidades/ Allow: /contacto Allow: /nuestra-crew Allow: /careers Allow: /terms Allow: /privacy Allow: /cookies Allow: /legal Allow: /nochevieja # Googlebot específico (sin restricciones) User-agent: Googlebot Allow: / # Googlebot para imágenes User-agent: Googlebot-Image Allow: / # Bingbot User-agent: Bingbot Allow: / # Nota: No incluir Crawl-delay para permitir indexación rápida