Page
Region
White Labeling Sub Domain
Production
Schema Markup JSON-LD
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Mediterranean Luxury Yacht Cruise",
"image": [
"https://www.example.com/images/cruise1.jpg",
"https://www.example.com/images/cruise2.jpg"
],
"description": "A 7-night luxury yacht cruise through the Mediterranean, including stops in Barcelona, Monaco, and Santorini.",
"sku": "CRUISE-MED-2025",
"brand": {
"@type": "Brand",
"name": "The Ritz-Carlton Yacht Collection"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4.8",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "John Smith"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.7",
"reviewCount": "128"
},
"offers": {
"@type": "Offer",
"url": "https://www.example.com/mediterranean-cruise",
"priceCurrency": "USD",
"price": "8500.00",
"priceValidUntil": "2025-12-31",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock"
}
}