使用例 | 特記事項 |
---|---|
<script m:id='PRODUCT_JSON_LD_HERE' type='application/ld+json'></script> |
(出力例)
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "サンプル商品",
"image": [
"http://sample/image/1.jpg",
"http://sample/image/2.jpg"
],
"description": "サンプルコメント",
"sku": "SAMPLE_ITEM",
"brand": {
"@type": "Brand",
"name": "サンプルブランド"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.4",
"reviewCount": "750"
},
"offers": {
"@type": "Offer",
"url": "https://samplestore/sample=1",
"priceCurrency": "JPY",
"price": "3050",
"itemCondition": "http://schema.org/NewCondition",
"availability": "http://schema.org/InStock"
}
}
</script>