# =================================================================
# 🤖 MOTORES DE BÚSQUEDA GENERALES Y 🧠 CRAWLERS DE IA
# =================================================================
User-agent: *
User-agent: GPTBot
User-agent: ChatGPT-User
User-agent: OAI-SearchBot
User-agent: Google-Extended
User-agent: PerplexityBot
User-agent: anthropic-ai
User-agent: ClaudeBot
User-agent: xAI
User-agent: DeepSeek
User-agent: cohere-ai
User-agent: CCBot

# =================================================================
# 🛑 RUTAS PRIVADAS Y OPERATIVAS (BLOQUEO DE SEGURIDAD ESTRICTO)
# =================================================================
# Dashboard Ejecutivo (Urban OS)
Disallow: /admin/
# Hoteles y Empresas
Disallow: /hotel/
Disallow: /transport/
Disallow: /mipyme/
# Choferes y Flotillas
Disallow: /driver/
Disallow: /hotel-driver/
# Turistas (Ruta Privada post-login)
Disallow: /guest/
# Fallback genérico
Disallow: /dashboard/

# =================================================================
# ✅ RUTAS PÚBLICAS Y CONTEXTO SEMÁNTICO (VÍA LIBRE)
# =================================================================
Allow: /identity/
Allow: /login
Allow: /register
Allow: /

# =================================================================
# 🗺️ MAPA DEL SITIO OFICIAL
# =================================================================
Sitemap: https://plig.es/sitemap.xml
