{
  "@context": "https://schema.org",
  "@type": "Restaurant",
  "name": "Milbana — Brunch & Restaurant",
  "image": "assets/img/og-1200.jpg",
  "servesCuisine": ["Brunch", "Mediterranean"],
  "priceRange": "€€",
  "telephone": "+34938535345",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "Marina Port Premià, Camí Ral s/n, Local 7",
    "postalCode": "08330",
    "addressLocality": "Premià de Mar",
    "addressRegion": "Barcelona",
    "addressCountry": "ES"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": 41.4894854,
    "longitude": 2.3663111
  },
  "openingHoursSpecification": [{
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"],
    "opens": "09:00",
    "closes": "23:00"
  }],
  "amenityFeature": [
    { "@type": "LocationFeatureSpecification", "name": "Outdoor seating", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "WheelchairAccessible", "value": true },
    { "@type": "LocationFeatureSpecification", "name": "Free wifi", "value": true }
  ]
}
