Conversation
…setting in there to toggle on blocking of AI bots
…empty values had previously been saved
iamdharmesh
left a comment
There was a problem hiding this comment.
Thanks for working on this @dkotter. Looks good to me
Click on ClassifAI Registration (may be worth updating this to something else now, General Settings maybe?)
Yes. As we already have a title at panel level, I think we are good to update this.
@jeffpaul Curious for your thoughts on this? In introducing this new AI block setting, we now have more than just registration settings on this page. I'm fine to leave the header |
|
Note I've gone ahead and changed that menu item to be just |
Description of the Change
This PR adds a new General Settings panel under the ClassifAI Registration section that currently has one setting: Block AI Bots.
If this is turned on, we modify the
robots.txtfile to block the following bots:In doing some research, these seem to be the most widely used AI data scraping bots, though we can definitely modify this list if needed. I purposely am not blocking any AI search or assistant bots, so even if this setting is turned on, your site can still show in AI search results or AI chat results (like ChatGPT). May be worth a different setting to block those though I imagine most sites would not want those blocked.
Closes #736
How to test the Change
npm run buildChangelog Entry
Credits
Props @dkotter, @jeffpaul
Checklist: