﻿{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://slt.de/#organization",
  "name": "SLT-Software",
  "legalName": "Bauer & Schmid GbR",
  "url": "https://slt.de/",
  "logo": "https://slt.de/android-chrome-512x512.png",
  "image": "https://slt.de/android-chrome-512x512.png",
  "description": "SLT-Software entwickelt innovative Lernsoftware (Hurra Mathe) und KI-gestützte Tools – DSGVO-konform, in 6 Sprachen, made in Germany.",
  "founder": [
    { "@type": "Person", "name": "Alexander Bauer" },
    { "@type": "Person", "name": "Dr. Wolfgang Schmid" }
  ],
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Mittelfeldstraße 29",
    "postalCode": "70806",
    "addressLocality": "Kornwestheim",
    "addressCountry": "DE"
  },
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "contactType": "customer support",
      "email": "info@slt.de",
      "telephone": "+49-7154-8062415",
      "availableLanguage": ["de", "en", "fr", "es", "it", "tr"]
    }
  ],
  "vatID": "DE221382930",
  "sameAs": [
    "https://slt.de/"
  ]
}

