crawler_protection property

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