############################################################ # # Xandra WCM 8.x robots.txt # http://xandra.dgomes.com # # This file is meant to prevent search-engine bots from indexing some areas of the site. # It should be placed on the site root, normally "/public_html/robots.txt" and never # inside any folder like this: "/public_html/somefolder/robots.txt". # # Este ficheiro destina-se a impedir os bots dos motores de busca de indexar algumas areas # do site. # Deve ser colocado na raiz, normalmente "/public_html/robots.txt" e nunca dentro de outra # pasta como "/public_html/umapastaqualquer/robots.txt" # ############################################################ # # These are the default settings for a standard Xandra distribution. # We advise to add any other rules to the bottom of the file and leave the following # unchanged: # # Estas são as definições por defeito para a distribuição base do HCMS/Xandra. # Aconselhamos a adicionar regras no final do ficheiro e deixar o seguinte inalterado: # User-agent: * Crawl-delay: 10 Disallow: Sitemap: http://dgomes.com/sitemap.xml # Folders/Pastas Disallow: /configs/ Disallow: /cron/ Disallow: /files/ Disallow: /core/ Disallow: /themes/ Disallow: /vendors/ # Files Disallow: /admin.php Disallow: /contactus.php Disallow: /newsletter.php Disallow: /sel_lang.php Disallow: /recommend.php ############################################################ # Add more rules below. # Adicionar mais regras abaixo.