# robots.txt para ivangg.dev User-agent: * Allow: / # Permitir acceso a todas las secciones principales Allow: /blog Allow: /projects Allow: /contact Allow: /resume # Bloquear rutas no públicas o sensibles Disallow: /admin Disallow: /test Disallow: /api Disallow: /draft Disallow: /*?* # Bloquea URLs con parámetros (opcional para evitar contenido duplicado) # Sitemap location Sitemap: https://ivangg.dev/sitemap.xml # Crawl delay (opcional, puede ralentizar la indexación en algunos bots) Crawl-delay: 5