Correct way of prevent Bots

What’s the best way to prevent bots coming to my sites?

Currently I’m using custom firewall rule with JS challenge for everyone.

For example, if my domain name is mydomain.com, the firewall rule will be hostname contains mydomain
(http.host contains "mydomain")

Is this a proper way?

That would certainly do it. All humans and bots will be challenged, including search engine crawlers.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.