templates/bundles/ElementsJsonLdReloadedBundle/_generated/Organization Gesäuse-10.html.twig line 1

Open in your IDE?
  1. {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
  2. {% block jsonLd %}
  3.         "name": "Tourismusverband Gesäuse ",
  4.     "url": "https://www.steiermark.com/de/Gesaeuse",
  5.     "email": "info@steiermark.com",
  6.     "logo": "https://steiermark.com/00_Regionen/01_Gesaeuse/intern/Logos/gesaeuse-logo-schwarz.svg",
  7.     "telephone": "+43 316 4003 0",
  8.     "address": {
  9.         "@context": "https://schema.org/",
  10.         "@type": "PostalAddress",
  11.         "streetAddress": "Hauptstraße 7",
  12.         "postalCode": "8911",
  13.         "addressLocality": "Admont",
  14.         "addressRegion": "Steiermark",
  15.         "addressCountry": "AT"
  16.     }
  17. {% endblock %}