<script type="application/ld+json">{"@context": "https://schema.org","@type": "Article","headline": "{{ study.title }}","author": {"@type": "Organization","name": "{{ sitename }}"},"datePublished": "{{ study.createdAt|date('c') }}","dateModified": "{{ study.updatedAt|date('c') }}","image": {"@type": "ImageObject","url": "{{ siteurl }}{{ imageCache('/' ~ study.getFullImagePath, 'zoomCrop', 800, 600) }}","width": 800,"height": 600},"about": {"@type": "Project","name": "{{ study.title }}","description": "{{ study.quote|raw|nl2br|striptags }}"},"articleBody": "{{ study.content|replace({'\n': ' ', '\r': ' '})|striptags }}"}</script>{% if study.content %}<article class="cms-area"><twig:PageMainContent :center="true">{{ study.isActive ? '' : '<h2>PREVIEW - Case Study not active</h2>' }}{{ allowInlineEditor(study, 'content')|raw }}<twig:block name="buttons">{% if study.ctaText and study.ctaLink %}<a href="{{ study.ctaLink }}" class="button">{{ study.ctaText }}</a>{% endif %}</twig:block></twig:PageMainContent></article>{% endif %}{% if study.testimonial %}<twig:SingleTestimonial :testimonial="study.testimonial" />{% endif %}