templates/juki/HitsoCommonBundle/Common/json_ld.html.twig line 1

Open in your IDE?
  1. <script type="application/ld+json">
  2.     {
  3.         "@context": "http://schema.org",
  4.         "@type": "Organization",
  5.         "url": "http://",
  6.         "logo": "http://link/do/logo.jpg",
  7.         "contactPoint" : [
  8.             { "@type" : "ContactPoint",
  9.               "telephone" : "+48-",
  10.               "contactType" : "sales"
  11.             },
  12.             { "@type" : "ContactPoint",
  13.               "telephone" : "+48-",
  14.               "contactType" : "customer service"
  15.             }],
  16.         "sameAs" : [ "http://www.facebook.com/link-do-profilu",
  17.           "http://twitter.com/link-do-profilu",
  18.           "http://www.pinterest.com/link-do-profilu/"]
  19.     }
  20. </script>