ai_bots_protection property
- @JsonKey.new(name: 'ai_bots_protection', defaultValue: 'disabled')
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;