{
  "mandatory_fields": {
    "enable_robots_txt": {
      "type": "boolean",
      "default": true,
      "description": "Enable virtual robots.txt file"
    },
    "robots_txt_content": {
      "type": "text",
      "default": "User-agent: *\nDisallow: /wp-admin/\nAllow: /wp-admin/admin-ajax.php\n",
      "description": "Custom robots.txt content"
    },
    "default_robots_meta": {
      "type": "object",
      "default": {
        "index": true,
        "follow": true,
        "archive": true,
        "snippet": true,
        "imageindex": true
      },
      "description": "Default robots meta settings"
    },
    "noindex_settings": {
      "type": "object",
      "default": {
        "search_results": true,
        "pages_404": true,
        "attachment_pages": true,
        "paginated_archives": false,
        "author_archives": false,
        "date_archives": false,
        "tag_archives": false,
        "category_archives": false
      },
      "description": "Pages to set as noindex"
    },
    "crawl_delay": {
      "type": "integer",
      "default": 0,
      "min": 0,
      "max": 10,
      "description": "Crawl delay in seconds"
    },
    "max_snippet_length": {
      "type": "integer",
      "default": -1,
      "min": -1,
      "max": 320,
      "description": "Maximum snippet length (-1 for unlimited)"
    },
    "max_image_preview": {
      "type": "string",
      "default": "large",
      "enum": ["none", "standard", "large"],
      "description": "Maximum image preview size"
    },
    "max_video_preview": {
      "type": "integer",
      "default": -1,
      "min": -1,
      "max": 120,
      "description": "Maximum video preview in seconds"
    },
    "block_ai_bots": {
      "type": "boolean",
      "default": false,
      "description": "Block AI/ML training bots from crawling the site"
    }
  }
}
