{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebPage",
"@id": "https://go.mlrosko.com/booking",
"url": "https://go.mlrosko.com/booking",
"name": "Book a Coaching Session | MLRosko Fitness",
"isPartOf": {
"@id": "https://mlrosko.com/#website"
},
"breadcrumb": {
"@id": "https://go.mlrosko.com/booking#breadcrumb"
}
},
{
"@type": "BreadcrumbList",
"@id": "https://go.mlrosko.com/booking#breadcrumb",
"itemListElement": [
{ "@type": "ListItem", "position": 1, "name": "Home", "item": "https://mlrosko.com" },
{ "@type": "ListItem", "position": 2, "name": "Services", "item": "https://go.mlrosko.com/services" },
{ "@type": "ListItem", "position": 3, "name": "Book a Session", "item": "https://go.mlrosko.com/booking" }
]
},
{
"@type": "Service",
"serviceType": "1:1 Health & Wellness Coaching",
"provider": {
"@type": "Person",
"name": "Michelle Rosko",
"url": "https://mlrosko.com"
},
"potentialAction": {
"@type": "ReserveAction",
"target": "https://go.mlrosko.com/booking",
"name": "Book a Coaching Session"
}
}
]
}