File: //home/wicomm2/public_html/blogaxpe/robots.txt
# START YOAST BLOCK
# ---------------------------
User-agent: *
# Permitir recursos estaticos essenciais
Allow: /*.css$
Allow: /*.js$
Allow: /*.png$
Allow: /*.jpg$
Allow: /*.jpeg$
Allow: /*.gif$
Allow: /*.svg$
Allow: /*.webp$
Allow: /*.ico$
Allow: /wp-admin/admin-ajax.php
# Bloquear paginas administrativas comuns
Disallow: /admin/
Disallow: /administrator/
Disallow: /painel/
Disallow: /sistema/
Disallow: /wp-admin/
Disallow: /backend/
# Bloquear paginas de checkout e conta do usuario
Disallow: /checkout/
Disallow: /carrinho/
Disallow: /cart/
Disallow: /minha-conta/
Disallow: /account/
Disallow: /login/
Disallow: /register/
# Bloquear arquivos de sistema
Disallow: /ajax/
Disallow: /scripts/
Disallow: /tmp/
Disallow: /temp/
# Bloquear parametros de busca e filtros duplicados
Disallow: /busca*
Disallow: /search*
Disallow: /*?q=*
Disallow: /*?sort=*
Disallow: /*?filter=*
Disallow: /*?ref=*
Disallow: /*?tracking=*
# Permitir Googlebot para imagens e Merchant
User-agent: Googlebot-Image
Disallow:
User-agent: Storebot-Google
Disallow:
# Sitemaps
Sitemap: https://blogaxpe.wicomm.com.br/sitemap_index.xml
Sitemap: https://blogaxpe.wicomm.com.br/wp-sitemap.xml
# ---------------------------
# END YOAST BLOCK