{% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
{% block jsonLd %}
"url": "https://www.steiermark.com",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.steiermark.com/de/Suche?q={search_term_string}",
"query-input": "required name=search_term_string"
}
{% endblock %}