{% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
{% block jsonLd %}
"name": "Schladming-Dachstein Tourismusmarketing GmbH",
"url": "https://www.steiermark.com/de/Schladming-Dachstein",
"email": "info@schladming-dachstein.at",
"logo": "https://steiermark.com/00_Regionen/05_Schladming-Dachstein/intern/Logos/SD_RGB_logo_solo.jpg",
"telephone": "+43 3687 23310",
"address": {
"@context": "https://schema.org/",
"@type": "PostalAddress",
"streetAddress": "Ramsauerstraße 756",
"postalCode": "8970",
"addressLocality": "Schladming",
"addressRegion": "Steiermark",
"addressCountry": "AT"
}
{% endblock %}