<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Tên sản phẩm",
"image": [
"https://tenmien.com/hinh_anh_1/",
"https://tenmien.com/hinh_anh_1/",
"https://tenmien.com/hinh_anh_1/"
],
"description": "Mô tả sản phẩm",
"sku": "Mã sản phẩm của cửa hàng",
"gtin8": "Mã vạch (nếu có)",
"gtin13": "Mã vạch (nếu có)",
"gtin14": "Mã vạch (nếu có)",
"mpn": "Số của nhà sản xuất/mã linh kiện",
"brand": {
"@type": "Thing",
"name": "Thương hiệu sản phẩm"
},
"review": {
"@type": "Review",
"reviewRating": {
"@type": "Rating",
"ratingValue": "4",
"bestRating": "5"
},
"author": {
"@type": "Person",
"name": "Tên 1 người đánh giá trong sản phẩm"
}
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.4",
"reviewCount": "89"
},
"offers": {
"@type": "Offer",
"url": "https://link_sản_phẩm.com/",
"priceCurrency": "Đơn vị tiền tệ USD or VND",
"price": "500000",
"priceValidUntil": "2020-11-05",
"itemCondition": "https://schema.org/UsedCondition",
"availability": "https://schema.org/InStock",
"seller": {
"@type": "Organization",
"name": "đơn vị bán sản phẩm"
}
}
}
</script>
|