{
  "id": "08",
  "content": [
    {
      "type": "heading",
      "text": "Crawl Readiness and URL Submission"
    },
    {
      "type": "text",
      "html": "A page must be reachable before it can perform in search. Crawl readiness includes working status codes, clean canonical URLs, internal links, useful content, and no accidental noindex rules."
    },
    {
      "type": "text",
      "html": "Submitting a URL can help discovery, but it is not a replacement for quality, crawlability, or a sensible site structure."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Tool practice:</strong> Use <a href=\"https://tools.xaviermedia.com/addurl/\" rel=\"noopener noreferrer\" target=\"_blank\">Xavier Media Add URL</a> after checking that the page is live, useful, and ready for visitors."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "What should happen before submitting a URL?",
        "options": [
          {
            "id": "a",
            "text": "Confirm the page is live, crawlable, and useful"
          },
          {
            "id": "b",
            "text": "Delete the page content"
          },
          {
            "id": "c",
            "text": "Block all crawlers"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What is URL submission not a replacement for?",
        "options": [
          {
            "id": "a",
            "text": "Quality and crawlability"
          },
          {
            "id": "b",
            "text": "A keyboard"
          },
          {
            "id": "c",
            "text": "An image filename"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
