{
  "id": "03",
  "content": [
    {
      "type": "heading",
      "text": "Title Tags That Earn Clicks"
    },
    {
      "type": "text",
      "html": "The title tag is one of the strongest on-page signals. It often appears as the clickable headline in search results and browser tabs."
    },
    {
      "type": "text",
      "html": "A good title is specific, accurate, and readable. It should include the main topic naturally, but it should not be stuffed with repeated keywords."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Tool practice:</strong> Use the SEO Tag Generator to draft a title, then ask whether a real visitor would understand the page before clicking."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What is a title tag commonly used for?",
        "options": [
          {
            "id": "a",
            "text": "The clickable search result headline and browser tab label"
          },
          {
            "id": "b",
            "text": "Database encryption"
          },
          {
            "id": "c",
            "text": "Replacing all page content"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should you avoid in title tags?",
        "options": [
          {
            "id": "a",
            "text": "Repeated keyword stuffing"
          },
          {
            "id": "b",
            "text": "Readable wording"
          },
          {
            "id": "c",
            "text": "A clear topic"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
