{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://goodciso.org/#organization",
  "name": "Good CISO",
  "alternateName": "GoodCiso",
  "url": "https://goodciso.org",
  "description": "AI-native compliance and security platform for FCA-regulated financial firms. AWARE: evidence-based security governance, OWASP/NIST/SOC 2/HIPAA/DORA framework coverage.",
  "logo": "https://goodciso.org/favicon.svg",
  "foundingDate": "2024",
  "email": "hello@goodciso.org",
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "email": "hello@goodciso.org",
      "contactType": "sales",
      "availableLanguage": "English"
    },
    {
      "@type": "ContactPoint",
      "email": "security@goodciso.org",
      "contactType": "security",
      "availableLanguage": "English"
    }
  ],
  "sameAs": [
    "https://www.linkedin.com/company/good-ciso",
    "https://twitter.com/goodciso",
    "https://github.com/GoodCISO/aware"
  ]
}