{
    "@context": "https://schema.org",
    "@type": "Service",
    "serviceType": "Hospitality Tourism Professional Services",
    "provider": {
        "@type": "LocalBusiness",
        "name": "A Dangerous Business Travel Blog",
        "url": "https://dangerous-business.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": "A Dangerous Business travel blog provides travel tips and itineraries to help you fit more travel into the lifestyle you already have."
                }
            }
        ]
    }
}