Add the base product name.
Schema preflight
商品バリアント Schema ビルダー
商品情報と SKU 行を入力して、AggregateOffer とバリアント別 Offer を含む Product JSON-LD を生成します。
リスクあり38/100
バリアント2
Offers2
要確認3
失敗2
商品情報
可能なら canonical 商品 URL と絶対画像 URL を使ってください。
バリアント行
各 SKU を Offer として出力できます。価格、通貨、在庫状態を明確に保ちます。
SKUバリアント価格通貨在庫状態操作
バリアント URL、GTIN、色、サイズ
Product JSON-LD
{
"@context": "https://schema.org",
"@type": "Product",
"offers": {
"@type": "AggregateOffer",
"offerCount": 2,
"priceCurrency": "USD",
"offers": [
{
"@type": "Offer",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
},
{
"@type": "Offer",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
}
]
}
}Schema チェック
Product name
失敗Product URL
確認Use an absolute product URL for richer Offer links.
Product image
確認Add an absolute product image URL.
Variants
合格2 variant rows will be emitted as offers.
2SKU coverage
確認2 variant rows are missing SKU values.
2Price coverage
失敗2 variant rows have missing or invalid prices.
2Currency
合格Variant currencies are consistent.
USD公開前レポート
# Product Variant Schema Builder
Product: Untitled product
Schema type: Product with AggregateOffer
Variants: 2
Score: 38/100 (risky)
## Variants
- Missing SKU · Unnamed variant · price review USD
- Missing SKU · Unnamed variant · price review USD
## Checks
- [ ] Product name: Add the base product name.
- [ ] Product URL: Use an absolute product URL for richer Offer links.
- [ ] Product image: Add an absolute product image URL.
- [x] Variants: 2 variant rows will be emitted as offers.
- [ ] SKU coverage: 2 variant rows are missing SKU values.
- [ ] Price coverage: 2 variant rows have missing or invalid prices.
- [x] Currency: Variant currencies are consistent.
## JSON-LD
```json
{
"@context": "https://schema.org",
"@type": "Product",
"offers": {
"@type": "AggregateOffer",
"offerCount": 2,
"priceCurrency": "USD",
"offers": [
{
"@type": "Offer",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
},
{
"@type": "Offer",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
}
]
}
}
```