templates/bundles/ElementsJsonLdReloadedBundle/_generated/Organization Murau-16.html.twig line 1

Open in your IDE?
  1. {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
  2. {% block jsonLd %}
  3.     "name": "TVB TourismusRegion Murau",
  4.     "url": "https://www.steiermark.com/de/Murau",
  5.     "email": "info@regionmurau.at",
  6.     "logo": "https://www.steiermark.com/00_Regionen/06_Murau/Logos/Logo%20-%20Claim.png",
  7.     "telephone": "+43 3532 2720",
  8.     "address": {
  9.         "@context": "https://schema.org/",
  10.         "@type": "PostalAddress",
  11.         "streetAddress": "Lichtensteinstraße 3-5",
  12.         "postalCode": "8850",
  13.         "addressLocality": "Murau",
  14.         "addressRegion": "Steiermark",
  15.         "addressCountry": "AT"
  16.     }
  17. {% endblock %}