Leather Jacket
[Product Description: Add detailed description here including material, style, lining, etc. Use keywords naturally.]
{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: “Leather Jacket”,
“description”: “[Detailed product description]”,
“image”: “[Image URL]”,
“brand”: {
“@type”: “Brand”,
“name”: “[Your Brand Name]”
},
“sku”: “[SKU Number]”,
“price”: “[Price]”,
“priceCurrency”: “USD”,
“availability”: “https://schema.org/InStock”,
“offers”: {
“@type”: “Offer”,
“priceCurrency”: “USD”,
“price”: “[Price]”,
“availability”: “https://schema.org/InStock”,
“url”: “[Product URL]”
}
}