{
  "geo_citations": [
    { "name": "Source name", "url": "https://www.example.gov/page" }
  ],
  "geo_data_points": [
    {
      "stat": "Concrete number or percentage",
      "source": "Organization name",
      "source_url": "https://www.example.edu/study"
    }
  ],
  "definition_blocks": [
    { "term": "Term", "definition": "One-sentence definition for AEO entity extraction." }
  ],
  "expert_quotes": [
    {
      "quote": "Verbatim attributed quote.",
      "author": "Expert Name",
      "source": "Publication",
      "source_url": "https://example.com/article"
    }
  ],
  "internal_links": [
    "/posts/related-guide-1/",
    "/posts/related-guide-2/",
    "/categories/topic/"
  ],
  "secondary_keywords": ["keyword two", "keyword three", "long tail phrase"],
  "entity_coverage": ["Entity A", "Entity B", "Place Name"],
  "external_authority_links": [
    { "title": "Official resource", "url": "https://www.example.gov/" }
  ],
  "how_to_steps": [
    { "name": "Step one title", "text": "Imperative instruction for this step." }
  ],
  "seo_checklist": {
    "meta": true,
    "aeo": true,
    "geo": true,
    "schema": true,
    "images": true,
    "links": true
  }
}
