{
"@context": "https://schema.org",
"@type": "LodgingBusiness",
"name": "Hotel Acuario",
"description": "El Hotel Acuario es un albergue transitorio ubicado en el barrio de Constitución, Buenos Aires, que ofrece habitaciones cómodas y privadas con servicios como aire acondicionado, calefacción, cochera individual, ducha escocesa, frigobar, habitaciones temáticas, servicio de cafetería, sillón erótico, televisor de 32 pulgadas y WiFi.",
"image": "URL_de_una_imagen_del_hotel",
"url": "URL_del_sitio_web_del_hotel",
"telephone": "+54-11-4304-3579",
"address": {
"@type": "PostalAddress",
"streetAddress": "Av. Brasil 1777",
"addressLocality": "Buenos Aires",
"addressRegion": "CABA",
"postalCode": "C1154",
"addressCountry": "AR"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": -34.6285,
"longitude": -58.3832
},
"priceRange": "$20,000 - $31,000",
"amenityFeature": [
{
"@type": "LocationFeatureSpecification",
"name": "Aire acondicionado",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Calefacción",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Cochera individual",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Ducha escocesa",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Frigobar",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Habitaciones temáticas",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Servicio de cafetería",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Sillón erótico",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Televisor 32 pulgadas",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "WiFi",
"value": true
}
],
"openingHoursSpecification": [
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday",
"Sunday"
],
"opens": "00:00",
"closes": "23:59"
}
],
"paymentAccepted": [
"Efectivo",
"Visa",
"Mastercard",
"American Express"
],
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.3",
"reviewCount": "3"
}
}