{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "Organization",
      "@id": "https://aimalwareguardian.com/#organization",
      "name": "AI Malware Guardian",
      "url": "https://aimalwareguardian.com/",
      "logo": {
        "@type": "ImageObject",
        "url": "https://aimalwareguardian.com/logo.png"
      },
      "email": "support@aimalwareguardian.com"
    },
    {
      "@type": "WebSite",
      "@id": "https://aimalwareguardian.com/#website",
      "url": "https://aimalwareguardian.com/",
      "name": "AI Malware Guardian",
      "publisher": {
        "@id": "https://aimalwareguardian.com/#organization"
      }
    },
    {
      "@type": "SoftwareApplication",
      "@id": "https://aimalwareguardian.com/#software",
      "name": "AI Malware Guardian",
      "url": "https://aimalwareguardian.com/",
      "downloadUrl": "https://aimalwareguardian.com/downloads/AI-Malware-Guardian-Windows-x64-setup.exe",
      "softwareVersion": "1.0.38",
      "applicationCategory": "SecurityApplication",
      "operatingSystem": "Windows",
      "description": "AI Malware Guardian uses local behavioral and structural baselines to detect novel AI-powered malware on Windows.",
      "publisher": {
        "@id": "https://aimalwareguardian.com/#organization"
      },
      "offers": {
        "@type": "Offer",
        "url": "https://aimalwareguardian.com/checkout.html",
        "priceCurrency": "USD",
        "availability": "https://schema.org/InStock"
      }
    },
    {
      "@type": "FAQPage",
      "@id": "https://aimalwareguardian.com/#faq",
      "mainEntity": [
        {
          "@type": "Question",
          "name": "Does it work alongside Windows Defender?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "Yes. AI Malware Guardian is complementary to Windows Defender, not a replacement. Defender handles known malware via signatures; Guardian handles unknown threats via anomaly detection."
          }
        },
        {
          "@type": "Question",
          "name": "Will it slow down my PC?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "The background monitor runs at low priority and uses under 1% CPU on average. ML inference takes microseconds on compact feature vectors."
          }
        },
        {
          "@type": "Question",
          "name": "What does no files leave my machine mean?",
          "acceptedAnswer": {
            "@type": "Answer",
            "text": "All detection, scoring, and vault storage happens locally. Expected outbound calls are subscription verify, activate/deactivate lifecycle, and optional signed app updates—not behavioral uploads or cloud scoring."
          }
        }
      ]
    }
  ]
}
