{
  "@context": "http://schema.org/",
  "@type": "Organization",
  "name": "It Works",
  "legalName": "ItWorks",
  "url": "https://it-works.io/",
  "logo": "https://it-works.io/theme/images/favicon.ico",
  "image": "https://it-works.io/static/images/it_works_logo.svg",
  "foundingDate": "2015",
  "founder": {
    "@type": "Person",
    "name": "Vangjel Stavro"
  },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Rr. Reshit Petrela ,Nd 2, H 1, AP 20, 1016, Tirane,Albania",
    "addressRegion": "Tirane",
    "addressCountry": "Albania"
  },
  "contactPoint": {
    "@type": "contactPoint",
    "contactType": "Customer Service",
    "email": "contact@it-works.io",
    "telephone": "+355 4 562 9090"
  }
}