{
    "@context": "https://schema.org",
    "@type": "Service",
    "serviceType": "Hospitality Tourism Professional Services",
    "provider": {
        "@type": "LocalBusiness",
        "name": "Cooper's Bar & Kitchen Albufeira: Open Daily 10am-2am",
        "url": "https://coopersbaralbufeira.com"
    },
    "areaServed": {
        "@type": "Country",
        "name": "PT"
    },
    "hasOfferCatalog": {
        "@type": "OfferCatalog",
        "name": "Main Services Catalog",
        "itemListElement": [
            {
                "@type": "Offer",
                "itemOffered": {
                    "@type": "Service",
                    "name": "Specialized Hospitality Tourism Solutions",
                    "description": "Bar and kitchen on Avenida Sá Carneiro, Albufeira. All-day food, drinks and a relaxed indoor/outdoor setup, open from 10am to 2am every day."
                }
            }
        ]
    }
}