{
  "@context": "https://schema.org",
  "@type": "Hotel",
  "name": "Hotel Emperador",
  "description": "Historic 4-star hotel located on Madrid's Gran Vía, featuring a rooftop pool, sky bar, and art gallery.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Calle Gran Vía 53",
    "addressLocality": "Madrid",
    "postalCode": "28013",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.4214,
    "longitude": -3.7081
  },
  "starRating": {
    "@type": "Rating",
    "ratingValue": "4"
  },
  "amenityFeature": [
    { "@type": "LocationFeatureSpecification", "name": "Rooftop Pool", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "Sky Bar", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "Lobby Art Gallery", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "Meeting Rooms", "value": true }
  ],
  "url": "https://www.emperadorhotel.com/"
}