ai_bots_protection property

  1. @JsonKey.new(name: 'ai_bots_protection', defaultValue: 'disabled')
String ai_bots_protection
getter/setter pair

Enable rule to block AI Scrapers and Crawlers. Please note the value only_on_ad_pages is currently not available for Enterprise customers.

Options: "block", "disabled", "only_on_ad_pages"

Implementation

@JsonKey(name: 'ai_bots_protection', defaultValue: 'disabled')
late String ai_bots_protection;