# Bloquear el acceso a áreas sensibles del sitio User-agent: * Disallow: /admin/ Disallow: /login/ Disallow: /cart/ Disallow: /checkout/ Disallow: /wp-admin/ Disallow: /wp-includes/ # Permitir CSS, JS e imágenes para una correcta indexación Allow: /*.css$ Allow: /*.js$ Allow: /*.jpg$ Allow: /*.png$ Allow: /*.gif$ Allow: /*.svg$ Allow: /*.webp$ # Evitar el indexado de parámetros en URLs Disallow: /*?* Disallow: /*&* # Evitar indexación de duplicados # Disallow: /tag/ # Disallow: /category/ Disallow: /search/ # Bloquear algunos bots de rastreo no deseados User-agent: MJ12bot Disallow: / User-agent: AhrefsBot Disallow: / User-agent: SemrushBot Disallow: / User-agent: DotBot Disallow: / # Permitir acceso a imágenes para Google Images User-agent: Googlebot-Image Allow: / # Permitir acceso a Google AdsBot para anuncios User-agent: AdsBot-Google Allow: / # Enlace al sitemap XML para facilitar la indexación Sitemap: https://www.bartierradecadiz.es/sitemap.xml