Input
Name: Aurora Desk Lamp; Image: https://example.com/images/aurora-desk-lamp.jpg; Description: Adjustable LED desk lamp with 5 color temperatures and a USB-C charging port; SKU: AUR-LAMP-200; Brand: Aurora Home; Price: 49.99 USD; Availability: InStock; Rating: 4.6 from 128 reviews; Product URL: https://example.com/products/aurora-desk-lamp
Expected output
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Aurora Desk Lamp",
"image": "https://example.com/images/aurora-desk-lamp.jpg",
"description": "Adjustable LED desk lamp with 5 color temperatures and a USB-C charging port.",
"sku": "AUR-LAMP-200",
"brand": { "@type": "Brand", "name": "Aurora Home" },
"url": "https://example.com/products/aurora-desk-lamp",
"offers": {
"@type": "Offer",
"price": "49.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock",
"itemCondition": "https://schema.org/NewCondition"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.6",
"reviewCount": "128"
}
}