Block bad bot traffic

Some bot traffic isn’t desirable. You can block it by adding the following to your .htaccess file.

<IfModule mod_rewrite.c>
RewriteCond %{HTTP_USER_AGENT} (PetalBot|DataForSeo|AhrefsBot|Semrush|DotBot|BLEXBot) [NC]
RewriteRule (.*) - [F,L]
</IfModule>

Need support?

Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact support