templates/bundles/ElementsJsonLdReloadedBundle/_generated/Blog Artikel-3.html.twig line 1

Open in your IDE?
  1. {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
  2. {% block jsonLd %}
  3.      "headline": "{{ object.title }}",
  4.  "url": "{{ object.fullPath }}",
  5.  "dateCreated": "{{ jld_date(object.articleDate) }}",
  6.  "datePublished": "{{ jld_date(object.articleDate) }}",
  7.  "description": "{{ object.shortDescription() }}",
  8.    "author": {
  9.     "@type": "Person",
  10.     "name": "{{ object.author }}"
  11.   },
  12.   "image": {{ jld_image(object.teaserImage) }},
  13.   "publisher":{
  14. "@type":"Organization",
  15.   "name":"Steirische Tourismus GmbH"
  16.   }
  17. {% endblock %}