Service schema — for /services (invisible markup in the page’s HTML).
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Service",
"name": "Matchmaking & Dating Coaching Services",
"serviceType": "Matchmaking and dating coaching",
"url": "https://mymindfulmatch.com/services/",
"provider": { "@id": "https://mymindfulmatch.com/#organization" },
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "Services",
"itemListElement": [
{"@type":"Offer","itemOffered":{"@type":"Service","name":"Bespoke In-Person Matchmaking"}},
{"@type":"Offer","itemOffered":{"@type":"Service","name":"One-on-One Dating Coaching"}},
{"@type":"Offer","itemOffered":{"@type":"Service","name":"Invite-Only Mixers & Events"}}
]
}
}
</script>