{
  "id": "05",
  "content": [
    {
      "type": "heading",
      "text": "Redirects, Canonicals and Old URLs"
    },
    {
      "type": "text",
      "html": "A successful launch respects old URLs. Redirect important old pages to the closest useful new page, not just the homepage."
    },
    {
      "type": "text",
      "html": "Redirect maps protect users, backlinks, bookmarks, campaign links, and search signals. They are especially important when changing platforms, slugs, domains, or site structure."
    },
    {
      "type": "text",
      "html": "Canonical rules should match the chosen root or www version, HTTPS, trailing slash policy, and final URL structure."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Practice:</strong> Make a redirect map with old URL, new URL, redirect type, priority, test result, and owner."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Where should important old URLs redirect?",
        "options": [
          {
            "id": "a",
            "text": "To the closest useful new page"
          },
          {
            "id": "b",
            "text": "Always to a random page"
          },
          {
            "id": "c",
            "text": "Nowhere"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "What does a redirect map protect?",
        "options": [
          {
            "id": "a",
            "text": "Users, links, bookmarks and search signals"
          },
          {
            "id": "b",
            "text": "Only image quality"
          },
          {
            "id": "c",
            "text": "Only admin passwords"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
