{
  "preset": "vplus-site-inventory-en-2026",
  "version": "1.0.0",
  "locale": "en",
  "description": "Site inventory template to choose a V+ plan (Solo, Pro, Agency).",
  "columns": [
    "site_name",
    "site_url",
    "status",
    "site_type",
    "owner",
    "last_90_days_activity",
    "premium_need_likelihood",
    "primary_use_case",
    "quarterly_revenue_band",
    "notes"
  ],
  "allowed_status": [
    "active",
    "intermittent",
    "inactive"
  ],
  "allowed_premium_need_likelihood": [
    "low",
    "medium",
    "high"
  ],
  "sample_rows": [
    {
      "site_name": "US B2B wholesale store",
      "site_url": "https://example-b2b.com",
      "status": "active",
      "site_type": "woocommerce",
      "owner": "E-commerce team",
      "last_90_days_activity": true,
      "premium_need_likelihood": "high",
      "primary_use_case": "performance + compliance",
      "quarterly_revenue_band": "50k-100k",
      "notes": "Priority for V+ pilot"
    },
    {
      "site_name": "Client brochure site",
      "site_url": "https://example-brochure.com",
      "status": "intermittent",
      "site_type": "brochure",
      "owner": "Agency",
      "last_90_days_activity": true,
      "premium_need_likelihood": "medium",
      "primary_use_case": "preventive maintenance",
      "quarterly_revenue_band": "0-10k",
      "notes": "Review next quarter"
    }
  ],
  "decision_rules": {
    "solo": "1 active premium site",
    "pro": "2 to 5 active premium sites",
    "agency": "6+ active premium sites or variable portfolio"
  },
  "pricing_reference_2026": {
    "solo_monthly_eur": 7.99,
    "pro_monthly_eur": 14.9,
    "agency_monthly_eur": 19.9,
    "annual_discount_note": "2 months free (10 months billed)"
  }
}
