Lente solar marca RayBan
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Nombre del producto",
"image": [
"https://www.opticaslenmex.com/ruta-a-la-imagen-del-producto.jpg"
],
"description": "Breve descripción del producto.",
"sku": "SKU-12345",
"brand": {
"@type": "Brand",
"name": "Nombre de la marca"
},
"offers": {
"@type": "Offer",
"url": "https://www.opticaslenmex.com/pagina-del-producto",
"priceCurrency": "MXN",
"price": "999.00",
"priceValidUntil": "2025-12-31",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "12"
},
"review": [
{
"@type": "Review",
"author": {
"@type": "Person",
"name": "Juan Pérez"
},
"reviewRating": {
"@type": "Rating",
"ratingValue": "5",
"bestRating": "5"
},
"reviewBody": "Excelente calidad y buen servicio."
}
]
}
</script>