crawler_protection property
- @JsonKey.new(name: 'crawler_protection', defaultValue: 'disabled')
getter/setter pair
Enable rule to punish AI Scrapers and Crawlers via a link maze.
Options: "enabled", "disabled"
Implementation
@JsonKey(name: 'crawler_protection', defaultValue: 'disabled')
late String crawler_protection;