{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "The 3 Rocks Company",
  "alternateName": "The 3 Rocks Mining",
  "url": "https://www.the-3rocks.com",
  "logo": "https://www.the-3rocks.com/images/logo.png",
  "sameAs": [
    "https://twitter.com/the3rocks",
    "https://www.linkedin.com/company/the-3-rocks"
  ],
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "sales",
    "areaServed": "Worldwide",
    "availableLanguage": ["en", "fr", "ar"]
  },
  "address": {
    "@type": "PostalAddress",
    "addressCountry": "MA",
    "addressRegion": "Morocco"
  }
}
