templates/bundles/ElementsJsonLdReloadedBundle/_generated/Organization-kuhn-schweiz-10.html.twig line 1

Open in your IDE?
  1. {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
  2. {% block jsonLd %}
  3.     "name": "Kuhn Schweiz AG",
  4. "url": "https://www.kuhn-gruppe.ch/",
  5. "email": "mail@kuhn-gruppe.ch",
  6. "logo": {
  7.     "@type": "ImageObject",
  8.     "url": "kuhn.at/static/img/kuhn-logo.svg" 
  9. },
  10. "telephone": "+41 33 439 88 22",
  11. "address": {
  12.     "@context": "https://schema.org/",
  13.     "@type": "PostalAddress",
  14.     "streetAddress": "Bernstrasse 125",
  15.     "postalCode": "3627",
  16.     "addressLocality": "Heimberg",
  17.     "addressRegion": "Bern",
  18.     "addressCountry": "CH"
  19. },
  20. "sameAs": [
  21.     "https://www.facebook.com/KuhnOesterreich.at",
  22.     "https://www.linkedin.com/company/kuhn-baumaschinen-gmbh/about/",
  23.     "https://www.youtube.com/channel/UC013d_YVK_ewMVCWrzjQgrg"
  24. ]
  25. {% endblock %}