<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Example Folding Bike",
"image": [
"https://example.com/photos/folding-bike-1x1.jpg",
"https://example.com/photos/folding-bike-4x3.jpg",
"https://example.com/photos/folding-bike-16x9.jpg"
],
"description": "Six-speed folding bike with mudguards and rack. Folds in 20 seconds.",
"sku": "EX-FB-001",
"gtin13": "5012345678901",
"mpn": "FB-2026",
"brand": {
"@type": "Brand",
"name": "Example Brand"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.8",
"reviewCount": "127"
},
"offers": {
"@type": "Offer",
"url": "https://example.com/products/folding-bike",
"priceCurrency": "GBP",
"price": "1450.00",
"priceValidUntil": "2026-12-31",
"itemCondition": "https://schema.org/NewCondition",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "Example Shop"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingRate": {
"@type": "MonetaryAmount",
"value": "0",
"currency": "GBP"
},
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "GB"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"handlingTime": {
"@type": "QuantitativeValue",
"minValue": 0,
"maxValue": 1,
"unitCode": "DAY"
},
"transitTime": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 3,
"unitCode": "DAY"
}
}
}
}
}
</script>