{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Moko Industries",
  "legalName": "Moko Industries",
  "url": "https://mokoindustries.com/",
  "logo": "https://mokoindustries.com/assets/logo.png",
  "email": "contact@mokoindustries.com",
  "description": "Moko Industries is a deep-tech company that builds autonomous ground robots for hazardous and unknown environments.",
  "slogan": "Explore. Detect. Return.",
  "knowsAbout": [
    "autonomous robots",
    "unmanned ground vehicles",
    "reconnaissance robotics",
    "LiDAR mapping",
    "hazardous environment robotics",
    "first responder technology"
  ],
  "brand": {
    "@type": "Brand",
    "name": "Moko Industries"
  },
  "contactPoint": {
    "@type": "ContactPoint",
    "email": "contact@mokoindustries.com",
    "contactType": "sales",
    "availableLanguage": ["English", "Czech"]
  },
  "makesOffer": {
    "@type": "Offer",
    "itemOffered": {
      "@type": "Product",
      "name": "Scout",
      "url": "https://mokoindustries.com/scout/"
    }
  }
}
