# ==============================================================================
# FurgoGO.es - robots.txt oficial (2026)
# Configurado para rastreo óptimo en Google, Bing, DuckDuckGo y modelos IA
# ==============================================================================

User-agent: *
Allow: /

# Permitir explícitamente acceso a recursos estáticos críticos para renderizado SEO
Allow: /*.css$
Allow: /*.js$
Allow: /*.jpeg$
Allow: /*.jpg$
Allow: /*.png$
Allow: /*.webp$
Allow: /*.svg$

# Rastreo para inteligencias artificiales y motores de búsqueda generativa (GEO / LLMO)
User-agent: Google-Extended
Allow: /

User-agent: GPTBot
Allow: /

User-agent: ChatGPT-User
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: Applebot-Extended
Allow: /

# Ubicación del Sitemap XML oficial para Google Search Console
Sitemap: https://furgogo.es/sitemap.xml
