Add the base product name.
Schema preflight
ตัวสร้าง Schema สำหรับตัวเลือกสินค้า
กรอกข้อมูลสินค้าและแถว SKU เพื่อสร้าง Product JSON-LD พร้อม AggregateOffer และ Offer ระดับตัวเลือกสินค้า
เสี่ยง38/100
ตัวเลือก2
Offers2
ต้องตรวจ3
ไม่ผ่าน2
ข้อมูลสินค้า
ควรใช้ 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"
}
]
}
}
```