You can block AI crawlers by adding rules to your .htaccess file.
Here is a sample rule to block a specific AI crawler by its user-agent:
This will prevent the ChatGPT-User bot from crawling your website. If you wish to block multiple providers, paste the same code and replace “ChatGPT-User” with another user-agent.
If you wish to unblock that crawler in the future, simply remove the rules you added from your .htaccess file and save it.