{
  "id": "05",
  "content": [
    {
      "type": "heading",
      "text": "Open Graph, Twitter Cards and Social Sharing"
    },
    {
      "type": "text",
      "html": "Social metadata controls how links look when shared in platforms that read Open Graph or Twitter Card tags. It can affect the title, description, image, and preview style."
    },
    {
      "type": "text",
      "html": "A good share preview builds trust before the click. Blurry images, missing titles, or unrelated descriptions make a page look unfinished."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Tool practice:</strong> Use the SEO Tag Generator to create Open Graph and Twitter Card tags, then test the final page in social preview tools where available."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What does social metadata influence?",
        "options": [
          {
            "id": "a",
            "text": "How shared links appear on social platforms"
          },
          {
            "id": "b",
            "text": "The server's hard drive size"
          },
          {
            "id": "c",
            "text": "The visitor's password"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Why does a good share preview matter?",
        "options": [
          {
            "id": "a",
            "text": "It builds trust before the click"
          },
          {
            "id": "b",
            "text": "It disables search engines"
          },
          {
            "id": "c",
            "text": "It removes the need for page content"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
