# Robots.txt - Nodo Digital # https://nododigital.com.ar User-agent: * Allow: / # Bloquear rutas privadas/admin Disallow: /api/ Disallow: /admin/ Disallow: /_next/ Disallow: /trap-for-bots # Permitir crawling de recursos públicos Allow: /api/og Allow: /_next/static/ Allow: /_next/image/ # Bots específicos User-agent: Googlebot Allow: / User-agent: Googlebot-Image Allow: / User-agent: Bingbot Allow: / User-agent: Slurp Allow: / User-agent: DuckDuckBot Allow: / User-agent: Baiduspider Allow: / User-agent: YandexBot Allow: / # Crawl-delay para bots agresivos User-agent: MJ12bot Crawl-delay: 10 User-agent: AhrefsBot Crawl-delay: 10 User-agent: SemrushBot Crawl-delay: 10 # Sitemap Sitemap: https://nododigital.com.ar/sitemap.xml Sitemap: https://nododigital.com.ar/sitemap-0.xml # Host preference (opcional, para dominios múltiples) Host: https://nododigital.com.ar