27 lines
723 B
Plaintext
27 lines
723 B
Plaintext
# =============================================================================
|
|
# ROBOTS.TXT - VERSAO HOMOLOGACAO/DESENVOLVIMENTO
|
|
# =============================================================================
|
|
# Este arquivo BLOQUEIA TODOS os crawlers.
|
|
#
|
|
# Para PRODUCAO (avanzato.com.br), substitua por:
|
|
# User-agent: *
|
|
# Allow: /
|
|
# Sitemap: https://avanzato.com.br/sitemap.xml
|
|
# =============================================================================
|
|
|
|
User-agent: *
|
|
Disallow: /
|
|
|
|
# Bloqueio explicito de todos os bots
|
|
User-agent: Googlebot
|
|
Disallow: /
|
|
|
|
User-agent: Bingbot
|
|
Disallow: /
|
|
|
|
User-agent: Slurp
|
|
Disallow: /
|
|
|
|
# Sitemap comentado (descomente em producao)
|
|
# Sitemap: https://avanzato.com.br/sitemap.xml
|