function r(e){var i;const t={"@context":"https://schema.org","@type":"TouristAttraction",name:e.title,description:e.description||"",url:`https://cubatravelservices.com/experiences/${e.slug}`,address:{"@type":"PostalAddress",addressLocality:e.location_city||"Havana",addressCountry:"CU"}};e.image_url&&(t.image=e.image_url),e.rating&&e.review_count&&(t.aggregateRating={"@type":"AggregateRating",ratingValue:e.rating,reviewCount:e.review_count});const a=(i=e.price_tiers)!=null&&i.length?Math.min(...e.price_tiers.map(s=>s.price)):e.price;return a&&(t.offers={"@type":"Offer",priceCurrency:"USD",price:a,availability:"https://schema.org/InStock"}),t}function n(e){const t={"@context":"https://schema.org","@type":"FoodEstablishment",name:e.title,description:e.description||"",url:"https://cubatravelservices.com/dining",servesCuisine:e.cuisine||e.category||"Cuban",address:{"@type":"PostalAddress",addressLocality:e.location_city||"Havana",addressCountry:"CU"}};return e.image_url&&(t.image=e.image_url),e.rating&&e.review_count&&(t.aggregateRating={"@type":"AggregateRating",ratingValue:e.rating,reviewCount:e.review_count}),e.price&&(t.priceRange=e.price<=30?"$":e.price<=60?"$$":"$$$"),t}function c(e){const t={"@context":"https://schema.org","@type":"LodgingBusiness",name:e.name,description:e.description||"",url:e.slug?`https://cubatravelservices.com/accommodations/${e.slug}`:"https://cubatravelservices.com/accommodations",address:{"@type":"PostalAddress",addressLocality:e.location||"Havana",addressCountry:"CU"}};return e.image_url&&(t.image=e.image_url),e.rating&&e.review_count&&(t.aggregateRating={"@type":"AggregateRating",ratingValue:e.rating,reviewCount:e.review_count}),e.price&&(t.priceRange=e.price<=50?"$":e.price<=150?"$$":"$$$"),t}export{r as a,c as b,n as c};