{% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
{% block jsonLd %}
"headline": "{{ object.title }}",
"url": "{{ object.fullPath }}",
"dateCreated": "{{ jld_date(object.articleDate) }}",
"datePublished": "{{ jld_date(object.articleDate) }}",
"description": "{{ object.shortDescription() }}",
"author": {
"@type": "Person",
"name": "{{ object.author }}"
},
"image": {{ jld_image(object.teaserImage) }},
"publisher":{
"@type":"Organization",
"name":"Steirische Tourismus GmbH"
}
{% endblock %}