<script type="application/ld+json">{"@context": "https://schema.org","@type": "Service","provider": {"@type": "LocalBusiness","name": "{{ sitename }}","url": "{{ siteurl }}"},"serviceType": ["Employment Law","HR"],"areaServed": [{"@type": "Place","name": "London"},{"@type": "Place","name": "Sheffield"},{"@type": "Place","name": "Leeds"},{"@type": "Place","name": "Manchester"},{"@type": "Place","name": "Nottingham"}],"hasOfferCatalog": {"@type": "OfferCatalog","name": "Our Services","itemListElement": [{% for service in employerServices %}{"@type": "Offer","itemOffered": {"@type": "Service","name": "{{ service.title }}","description": "{{ service.subtitle|raw|striptags }}"}}{% if loop.last == false %},{% endif %}{% endfor %}{% for service in employeeServices %}{"@type": "Offer","itemOffered": {"@type": "Service","name": "{{ service.title }} {% if service.title == 'Employment Tribunal Representation' and app.request.pathinfo == '/areas-of-expertise/employee-services' %}for Employees{% endif %}","description": "{{ service.subtitle|raw|striptags }}"}}{% if loop.last == false %},{% endif %}{% endfor %}]}}</script><twig:PageMainContent>{{ category.content | raw }}<twig:block name="buttons">{% if category.ctaText and category.ctaLink %}<a class="button" href="{{ category.ctaLink }}">{{- category.ctaText -}}</a>{% endif %}</twig:block><twig:block name="content2">{{ category.content2 | raw }}</twig:block></twig:PageMainContent>{# <twig:UserTypeCTA /> #}<section class="category-items">{# <div class="category-items__intro" id="employer_services"><h2 class="category-items__title mb-8">How our {{ category.title }} can help Employers</h2>{% if category.subtitle %}<p class="category-items__description">{{ category.subtitle | raw }}</p>{% endif %}</div> #}<div class="container">{% for service in employerServices %}<twig:SingleService :service="service" />{% endfor %}</div></div>{# <div class="category-items__intro mt-16" id="employee_services"><h2 class="category-items__title mb-8">How our {{ category.title }} can help Employees</h2>{% if category.subtitle %}<p class="category-items__description">{{ category.subtitle | raw }}</p>{% endif %}</div> #}<div class="container">{% for service in employeeServices %}<twig:SingleService :service="service" />{% endfor %}</div></div></section>{% if category.content3 %}<twig:PageMainContent image="{{ category.image ? '/' ~ category.getFullImagePath : null }}" theme="purple">{{ allowInlineEditor(category, 'content3')|raw }}<twig:block name="buttons">{% if category.ctaText and category.ctaLink %}<a href="{{ category.ctaLink }}" class="button button-tertiary">{{ category.ctaText }}</a>{% endif %}</twig:block></twig:PageMainContent>{% endif %}