Knowledge Base Article

How to block bots from accessing your site?

In order to block all bots from accessing your site, you should create a robots.txt file with the following content:

 

User-agent: *
Disallow: /

 

To block all bots from accessing a specific folder, you should create a robots.txt file with the following content:

 

User-agent: *
Disallow: /folder/

 

Please note that blocking all bots will get your site deindexed from search engines.



Rating

Please indicate if this article was helpful for you.

rating :  2.5 from 5
views :  48
votes :  2

Valid XHTML 1.0 Strict Valid CSS!