src/Hitso/Bundle/CommonBundle/Resources/views/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.             {
  9.                 "@type": "ContactPoint",
  10.                 "telephone": "+48-",
  11.                 "contactType": "sales"
  12.             },
  13.             {
  14.                 "@type": "ContactPoint",
  15.                 "telephone": "+48-",
  16.                 "contactType": "customer service"
  17.             }
  18.         ],
  19.         "sameAs": [
  20.             "http://www.facebook.com/link-do-profilu",
  21.             "http://twitter.com/link-do-profilu",
  22.             "http://www.pinterest.com/link-do-profilu/"
  23.         ]
  24.     }
  25. </script>