<script type="application/ld+json">{"@context": "https://schema.org","@type": "Service","name": "{{ sitename }}","serviceType": "{{ service.title }}","provider": {"@type": "LocalBusiness","name": "{{ sitename }}","url": "{{ siteurl }}"},"areaServed": [{"@type": "Place","name": "London"},{"@type": "Place","name": "Sheffield"},{"@type": "Place","name": "Leeds"},{"@type": "Place","name": "Manchester"},{"@type": "Place","name": "Nottingham"}],"description": "{{ service.subtitle|raw|striptags }}","url": "{{ siteurl }}{{ generatePath(app.request, service.getLinkedPageId, { 'service_slug': service.slug }) }}"}</script>{% if service.content %}<twig:PageMainContent image="{{ service.image ? '/' ~ service.getFullImagePath : null }}">{{ service.isActive ? '' : '<h2>PREVIEW - Service not active</h2>' }}{{ allowInlineEditor(service, 'content')|raw }}<twig:block name="buttons">{% if service.ctaText and service.ctaLink %}<a class="button" href="{{ service.ctaLink }}">{{- service.ctaText -}}</a>{% endif %}</twig:block></twig:PageMainContent>{% endif %}<section class="service-text"><div class="container"><div class="service-text__content">{{ service.content2 | raw }}{% if service.ctaText2 and service.ctaLink2 %}<a href="{{ service.ctaLink2 }}" class="button mt-12">{{- service.ctaText2 -}}</a>{% endif %}</div></section>{% if service.testimonial %}<twig:SingleTestimonial :testimonial="service.testimonial" />{% endif %}