templates/bundles/ElementsJsonLdReloadedBundle/_generated/Presse-4.html.twig line 1

Open in your IDE?
  1. {% extends '@ElementsJsonLdReloaded/jsonld/base.html.twig' %}
  2. {% block jsonLd %}
  3.     "headline": "{{object.name|jld_sanitize}}",
  4. "url": "{{jld_url(object)}}",
  5. "image": "{{ jld_imageUrl(object.previewImage) }}",
  6. "description": "{{ jld_escape_string(jld_escape_string(object.shortDescription), ['
  7. ', '
  8. ', '    '], ['', '', ''])   }}",
  9. "articleBody": "{{ jld_escape_string(jld_escape_string(object.shortDescription), ['
  10. ', '
  11. ', '    '], ['', '', ''])   }}",
  12. "datePublished": "{{jld_date(object.publishDate)}}",
  13. "dateModified": "{{jld_date(object.modificationDate)}}",
  14. "publisher": {
  15.     "@type": "Organization",
  16.     "name": "Kuhn",
  17.     "url": "https://kuhn.at/de",
  18.     "email": "info@kuhn.at",
  19.     "address": {
  20.         "@context": "https://schema.org",
  21.         "@type": "PostalAddress",
  22.         "streetAddress": "Kuhnstraße 1",
  23.         "postalCode": "5301",
  24.         "addressLocality": "Eugendorf",
  25.         "addressRegion": "Salzburg",
  26.         "addressCountry": "AT"
  27.     }
  28. },
  29. "author": {
  30.     "@type": "Person",
  31.     "name": "Kuhn"
  32. }
  33. {% endblock %}