{
    "@context": "https://schema.org",
    "@type": "Service",
    "serviceType": "Automotive Professional Services",
    "provider": {
        "@type": "LocalBusiness",
        "name": "Workshops in Portugal | Cooking, Arts, Crafts and More",
        "url": "https://handson.pt"
    },
    "areaServed": {
        "@type": "Country",
        "name": "PT"
    },
    "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Main Services Catalog",
        "itemListElement": [
            {
                "@type": "Offer",
                "itemOffered": {
                    "@type": "Service",
                    "name": "Specialized Automotive Solutions",
                    "description": "Discover hands on workshops in Portugal! From cooking and crafts to music and photography, explore unique classes with talented local teachers."
                }
            }
        ]
    }
}