{
  "status": "draft",
  "seo": {
    "title": "Game Name - Play Free Online | Your Site",
    "description": "Unique meta description for this main site only (~160 chars)."
  },
  "gameCard": {
    "name": "Game Name",
    "rating": 4.5,
    "ratingLabel": "4.5 / 5",
    "ratingCount": "128 player votes",
    "tags": ["Free", "Browser", "No download"],
    "summary": "One-line pitch shown directly under the game iframe."
  },
  "hero": {
    "title": "Optional second headline",
    "subtitle": "Longer intro below the game card (can repeat or expand the summary)."
  },
  "mediaShowcase": {
    "title": "Videos & screenshots",
    "items": [
      {
        "type": "youtube",
        "videoId": "VIDEO_ID_11_CHARS",
        "title": "Gameplay video title",
        "caption": "Caption under the embed."
      },
      {
        "type": "image",
        "src": "https://example.com/screenshot.webp",
        "alt": "Screenshot alt text",
        "title": "Image title",
        "loading": "lazy",
        "caption": "Caption under the image."
      }
    ]
  },
  "sections": [
    {
      "type": "heading",
      "level": 2,
      "text": "About this game"
    },
    {
      "type": "paragraph",
      "text": "Body copy unique to this website—rewrite for each main site (A/B/C)."
    },
    {
      "type": "list",
      "items": ["Tip one", "Tip two"]
    }
  ]
}
