templates/bundles/ElementsJsonLdReloadedBundle/_generated/Organization kuhn.at-8.html.twig line 1

Open in your IDE?
  1. {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
  2. {% block jsonLd %}
  3.     "name": "Kuhn",
  4. "url": "https://kuhn.at/de",
  5. "email": "office-bm@kuhn.at",
  6. "logo": {
  7.     "@type": "ImageObject",
  8.     "url": "kuhn.at/static/img/kuhn-logo.svg" 
  9. },
  10. "telephone": "+43 6225 8206 0",
  11. "address": {
  12.     "@context": "https://schema.org/",
  13.     "@type": "PostalAddress",
  14.     "streetAddress": "Kuhnstraße 1",
  15.     "postalCode": "5301",
  16.     "addressLocality": "Eugendorf",
  17.     "addressRegion": "Salzburg",
  18.     "addressCountry": "AT"
  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 %}