# robots.txt para tecnosatelites.com # Optimizado para Google Merchant Center y Google Shopping # Última actualización: 2025-11-07 # =================================== # GOOGLEBOT - Acceso TOTAL a productos # =================================== User-agent: Googlebot Allow: / # CRÍTICO: Permitir TODO el contenido de productos Allow: /hardware-producto* Allow: /hardware-* Allow: /software-* Allow: /centro-de-datos* Allow: /desarrollo-apps* # Permitir feed de productos (REQUERIDO por Google Merchant) Allow: /google-merchant-feed* # Permitir páginas requeridas por Google Merchant Allow: /politica-* Allow: /aviso-de-privacidad* Allow: /contacto* Allow: /carrito-cotizacion* # Permitir TODAS las imágenes de productos Allow: /images/ Allow: /img/ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.webp$ # Permitir assets necesarios Allow: /css/ Allow: /js/ # NO bloquear NADA más para Googlebot # =================================== # GOOGLEBOT-IMAGE - Acceso TOTAL a imágenes # =================================== User-agent: Googlebot-Image Allow: / # CRÍTICO: Acceso total a imágenes Allow: /images/ Allow: /img/ Allow: /*.jpg$ Allow: /*.jpeg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.webp$ Allow: /*.svg$ # NO bloquear NADA para Googlebot-Image # =================================== # OTROS BOTS DE BÚSQUEDA # =================================== User-agent: * # Bloquear SOLO directorios administrativos e internos Disallow: /includes/ Disallow: /api/ Disallow: /vendor/ Disallow: /scripts/ Disallow: /data/ Disallow: /.env* Disallow: /_tests/ Disallow: /_templates/ Disallow: /_backup/ Disallow: /test-* Disallow: /fix-* Disallow: /check-* Disallow: /setup-* Disallow: /migrate-* Disallow: /charlynorte/ Disallow: /stripe-setup_/ # IMPORTANTE: TODO LO DEMÁS está permitido por defecto # =================================== # SITEMAPS (URLs completas) # =================================== Sitemap: https://tecnosatelites.com/sitemap.xml Sitemap: https://tecnosatelites.com/google-merchant-feed.xml