{
  "id": "07",
  "content": [
    {
      "type": "heading",
      "text": "Security and Technical Trust Signals"
    },
    {
      "type": "text",
      "html": "Technical health affects trust. HTTPS, sane redirects, working pages, safe headers, and reliable loading all support the user experience search engines want to recommend."
    },
    {
      "type": "text",
      "html": "A security scan can reveal missing SSL, risky headers, exposed paths, or other site-health issues that make a site look neglected."
    },
    {
      "type": "callout",
      "style": "info",
      "html": "<strong>Tool practice:</strong> Run a page through <a href=\"https://tools.xaviermedia.com/security/\" rel=\"noopener noreferrer\" target=\"_blank\">Xavier Media Website Security Scanner</a> and record the fixes that also improve SEO confidence."
    }
  ],
  "quiz": {
    "questions": [
      {
        "id": "q1",
        "type": "single",
        "text": "Which technical signal supports trust?",
        "options": [
          {
            "id": "a",
            "text": "HTTPS and reliable page behavior"
          },
          {
            "id": "b",
            "text": "Broken redirects"
          },
          {
            "id": "c",
            "text": "Missing pages"
          }
        ],
        "correct": [
          "a"
        ]
      },
      {
        "id": "q2",
        "type": "single",
        "text": "Why use a security scanner in an SEO workflow?",
        "options": [
          {
            "id": "a",
            "text": "Site-health issues can affect trust and usability"
          },
          {
            "id": "b",
            "text": "It writes blog posts automatically"
          },
          {
            "id": "c",
            "text": "It replaces all metadata"
          }
        ],
        "correct": [
          "a"
        ]
      }
    ]
  }
}
