{
  "@context": "https://schema.org",
  "@type": "Hotel",
  "name": "Hotel Europa",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Calle del Carmen, 4",
    "addressLocality": "Madrid",
    "postalCode": "28013",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 40.41703,
    "longitude": -3.70351
  },
  "url": "https://www.hoteleuropa.eu/",
  "telephone": "+34915212900",
  "starRating": {
    "@type": "Rating",
    "ratingValue": "3"
  },
  "amenityFeature": [
    { "@type": "LocationFeatureSpecification", "name": "Puerta del Sol views", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "Free Wi-Fi", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "Restaurant", "value": true }
  ]
}