{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "OuiLockers",
  "description": "La seule consigne à bagages de Paris avec salon lounge. Casiers sécurisés 24h/24 au cœur du Marais. Café, WiFi, toilettes de l'hôtel inclus.",
  "url": "https://www.ouilockers.com",
  "telephone": "+33185737247",
  "email": "ouilockers@hotel-herse-dor.com",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "20 Rue Saint-Antoine",
    "addressLocality": "Paris",
    "postalCode": "75004",
    "addressCountry": "FR"
  },
  "geo": {
    "@type": "GeoCoordinates",
    "latitude": "48.8534",
    "longitude": "2.3652"
  },
  "openingHoursSpecification": {
    "@type": "OpeningHoursSpecification",
    "dayOfWeek": ["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],
    "opens": "00:00",
    "closes": "23:59"
  },
  "priceRange": "$$",
  "currenciesAccepted": "EUR",
  "paymentAccepted": "Credit Card, PayPal",
  "amenityFeature": [
    {"@type": "LocationFeatureSpecification", "name": "WiFi gratuit", "value": true},
    {"@type": "LocationFeatureSpecification", "name": "Salon lounge", "value": true},
    {"@type": "LocationFeatureSpecification", "name": "Café et snacks", "value": true},
    {"@type": "LocationFeatureSpecification", "name": "Toilettes hôtel", "value": true},
    {"@type": "LocationFeatureSpecification", "name": "Prises USB et 220V", "value": true},
    {"@type": "LocationFeatureSpecification", "name": "Accès 24h/24", "value": true},
    {"@type": "LocationFeatureSpecification", "name": "Assistance humaine 24/7", "value": true}
  ],
  "hasOfferCatalog": {
    "@type": "OfferCatalog",
    "name": "Location de casiers",
    "itemListElement": [
      {
        "@type": "Offer",
        "name": "Casier 24h",
        "price": "30",
        "priceCurrency": "EUR",
        "description": "Casier sécurisé 59x48x85cm + salon lounge + café + WiFi + toilettes",
        "availability": "https://schema.org/InStock"
      },
      {
        "@type": "Offer",
        "name": "Séjour prolongé (>3 jours)",
        "price": "24",
        "priceCurrency": "EUR",
        "description": "-20% pour les séjours de plus de 3 jours"
      }
    ]
  },
  "transport": [
    "Métro Bastille (lignes 1, 5, 8) — 5 min",
    "Métro Saint-Paul (ligne 1) — 7 min",
    "Gare de Lyon — 10 min en métro ligne 1",
    "Gare du Nord — 20 min en RER"
  ],
  "nearbyAttractions": [
    "Place de la Bastille — 5 min",
    "Le Marais — sur place",
    "Notre-Dame — 15 min",
    "Centre Pompidou — 15 min",
    "Place des Vosges — 10 min",
    "Le Louvre — 20 min"
  ],
  "parentOrganization": {
    "@type": "Hotel",
    "name": "Hôtel de la Herse d'Or",
    "starRating": {"@type": "Rating", "ratingValue": "3"}
  },
  "sameAs": [
    "https://www.ouilockers.com",
    "https://www.ouilockers.com/en/index.html",
    "https://www.ouilockers.com/es/index.html"
  ],
  "potentialAction": {
    "@type": "ReserveAction",
    "target": {
      "@type": "EntryPoint",
      "urlTemplate": "https://ouilockers.bestwond.com/setDate/?device_id=2100018368"
    }
  }
}
