sinkdevelopers Hi all, We have an app serving NGINX (but not a custom configuration) on our site. We'd like to implement the suggestions based in this post - https://rknight.me/blog/blocking-bots-with-nginx/ - to block AI crawlers. Is there a way to do this on a non-custom Nginx/PHP-FPM app? If not this method, is there a different way to implement the blocklist shown here?
sean sinkdevelopers it's not possible to modify the Nginx configuration for our managed apps so the first solution isn't an option. The second solution is possible if you trust the crawlers to respect your robots.txt file.