Added robots.txt for People Unable to Use this Bot Blocker

This commit is contained in:
Mitchell Krog UB1 2017-01-12 16:18:52 +02:00
parent 9acb822e18
commit 26045709fb

View file

@ -7,20 +7,20 @@ The robots.txt file residing in this directory can be used to ADD onto your exis
If your existing robots.txt file looks like this:
User-agent: *
Allow: /wp-admin/admin-ajax.php
>User-agent: *
>Allow: /wp-admin/admin-ajax.php
Then your new file will look like this:
User-agent: *
Allow: /wp-admin/admin-ajax.php
User-agent: Acunetix
Disallow:/
User-agent: FHscan
Disallow:/
User-agent: masscan
Disallow:/
........ rest of file contents
>User-agent: *
>Allow: /wp-admin/admin-ajax.php
>User-agent: Acunetix
> Disallow:/
>User-agent: FHscan
> Disallow:/
>User-agent: masscan
> Disallow:/
>........ rest of file contents
# You use this at your own risk