{
  "$schema": "https://cms.autonomousc.com/autonomousc-site.v1.schema.json",
  "format": "autonomousc.site.v1",
  "version": 1,
  "site": {
    "slug": "template-site",
    "name": "Template Site",
    "cdnPublic": false
  },
  "workflow": {
    "approvalRequired": true,
    "highRiskApprovalRequired": true,
    "clientReviewEnabled": true,
    "agencyMode": false
  },
  "siteSeoContext": {
    "businessName": "Template Co",
    "tagline": "Steady website improvements without churn.",
    "industry": "Professional services",
    "targetAudience": [
      "site owners",
      "marketing leads"
    ],
    "primaryKeywords": [
      "website content workflow",
      "seo content updates"
    ],
    "brandVoice": "clear, practical, confident",
    "primaryLanguage": "en",
    "agentEnabled": true,
    "autoApplySeo": false,
    "optimizationFrequency": "weekly",
    "minImpressionsThreshold": 100,
    "minCtrThreshold": 0.02,
    "maxPositionThreshold": 15
  },
  "tables": [
    {
      "slug": "pages",
      "name": "Pages",
      "cols": [
        {
          "colKey": "hero_title",
          "name": "Hero title",
          "type": "text"
        },
        {
          "colKey": "features",
          "name": "Feature bullets",
          "type": "list"
        }
      ],
      "rows": [
        {
          "rowKey": "homepage",
          "seo": {
            "metaTitle": "Template Site - Calm Website Improvements",
            "metaDescription": "A starter website template for reviewed content and SEO updates.",
            "noIndex": false,
            "abWeight": 100
          },
          "pageContext": {
            "targetKeywords": [
              "website content workflow"
            ],
            "searchIntent": "commercial",
            "contentGoals": [
              "explain the offer",
              "invite a demo"
            ],
            "targetWordCount": 900,
            "autoOptimize": false,
            "optimizationPriority": 5
          },
          "cells": {
            "hero_title": {
              "published": {
                "content": "Improve one important page, then scale the workflow."
              },
              "context": {
                "contentRole": "hero",
                "includeInSeo": true,
                "optimizationPriority": 8
              }
            },
            "features": {
              "type": "list",
              "published": {
                "content": [
                  "Export portable backups",
                  "Generate starter imports with AI",
                  "Review every change before publishing"
                ]
              }
            }
          }
        }
      ]
    }
  ]
}