- {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
- {% block jsonLd %}
-     "name": "Kuhn Schweiz AG",
- "url": "https://www.kuhn-gruppe.ch/",
- "email": "mail@kuhn-gruppe.ch",
- "logo": {
-     "@type": "ImageObject",
-     "url": "kuhn.at/static/img/kuhn-logo.svg" 
- },
- "telephone": "+41 33 439 88 22",
- "address": {
-     "@context": "https://schema.org/",
-     "@type": "PostalAddress",
-     "streetAddress": "Bernstrasse 125",
-     "postalCode": "3627",
-     "addressLocality": "Heimberg",
-     "addressRegion": "Bern",
-     "addressCountry": "CH"
- },
- "sameAs": [
-     "https://www.facebook.com/KuhnOesterreich.at",
-     "https://www.linkedin.com/company/kuhn-baumaschinen-gmbh/about/",
-     "https://www.youtube.com/channel/UC013d_YVK_ewMVCWrzjQgrg"
- ]
- {% endblock %}