{
  "id": "03",
  "content": [
    {
      "type": "heading",
      "text": "Understanding TLDs"
    },
    {
      "type": "text",
      "html": "A TLD is the ending of a domain, such as <code>.com</code>, <code>.se</code>, <code>.nu</code>, <code>.biz</code>, <code>.org</code>, or a newer descriptive extension. Visitors often read the TLD as part of the brand."
    },
    {
      "type": "text",
      "html": "Some TLDs feel global, some feel local, some feel commercial, and some signal a category. The right TLD supports the audience's expectations instead of fighting them."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Ask whether the TLD makes the domain easier to trust in your target market. A clever TLD is only useful when people understand and remember it."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What is a TLD?",
        "options": [
          {
            "id": "a",
            "text": "The domain ending, such as .com or .se"
          },
          {
            "id": "b",
            "text": "The first heading on a page"
          },
          {
            "id": "c",
            "text": "A type of image compression"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What should a TLD support?",
        "options": [
          {
            "id": "a",
            "text": "Audience expectations and trust"
          },
          {
            "id": "b",
            "text": "Random confusion"
          },
          {
            "id": "c",
            "text": "Broken email routing"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
