商品情報【Product】構造化データ作成



{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: 商品名

“,
“image”: [
“https://example.com/photos/1×1/photo.jpg”,
“https://example.com/photos/4×3/photo.jpg”,
“https://example.com/photos/16×9/photo.jpg”
],
“description”: 商品概要

“,
“brand”: {
“@type”: “Thing”,
“name”: ブランド名


},
“offers”: {
“@type”: “Offer”,
“url”: 商品ページURL

“,
“priceCurrency”: “JPY”,
“price”: “980”,
“priceValidUntil”: 価格の有効期限

“,
“itemCondition”: 商品の状態

“,
“availability”: 在庫の状況

“,
“seller”: {
“@type”: “Organization”,
“name”: 販売する会社


}
}
}


gregateRating
review
sku
mpn
上記4つのプロパティに関しては推奨項目の為、近日追加予定。