<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BlogPosting",
"url": "{{ app.request.uri }}",
"inLanguage": "nl-NL",
"isFamilyFriendly": "true",
"headline": "{{ post.title }}",
"dateCreated": "{{ post.created|date('Y-m-d') }}T{{ post.created|date('H:i:s') }}",
"dateModified": "{{ post.updated|date('Y-m-d') }}T{{ post.updated|date('H:i:s') }}",
"datePublished": "{{ post.publicationDate|date('Y-m-d') }}T{{ post.publicationDate|date('H:i:s') }}",
"author": {
"@type": "Person",
"name": "{{ post.author }}"
},
"image": "{{ app.request.getSchemeAndHttpHost() }}{{ post.upload|url }}",
"articleBody": "{{ post.htmlContent|striptags }}",
"genre": [ "SEO", "JSON-LD" ],
"articleSection": "{{ category.title }}"
}
</script>