<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "经典帆布运动鞋",
"description": "舒适透气的经典帆布鞋,适合日常穿着。",
"image": [
"https://example.com/photos/shoe-1.jpg",
"https://example.com/photos/shoe-2.jpg"
],
"brand": {
"@type": "Brand",
"name": "ExampleBrand"
},
"sku": "SHOE-001",
"gtin13": "1234567890123",
"offers": {
"@type": "Offer",
"url": "https://example.com/shoe-001",
"priceCurrency": "CNY",
"price": "299.00",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "Example Store"
},
"shippingDetails": {
"@type": "OfferShippingDetails",
"shippingDestination": {
"@type": "DefinedRegion",
"addressCountry": "CN"
},
"deliveryTime": {
"@type": "ShippingDeliveryTime",
"businessDays": {
"@type": "QuantitativeValue",
"minValue": 1,
"maxValue": 3
}
}
},
"hasMerchantReturnPolicy": {
"@type": "MerchantReturnPolicy",
"returnPolicyCategory": "https://schema.org/MerchantReturnFiniteReturnWindow",
"merchantReturnDays": 30
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"reviewCount": "128"
}
}
</script>