Knowledge Base

Get Expert Website Hosting

Choose website reliability and expertise with SiteGround!

Home / Website Help / Security / How to block search bots from accessing your site?

How to block search bots from accessing your site?

Last update: Nov 11, 2021

To block all bots from accessing your site, create a robots.txt file with the following content:

User-agent: *
Disallow: /

To block all bots from accessing a specific folder, apply the code as follows:

User-agent: *
Disallow: /folder/

Replace folder with the actual name of your folder.

Share this article