{
“@context”: “https://schema.org/”,
“@type”: “Product”,
“name”: “Litavit-M Powder”,
“description”: “A 150g powder packed with essential vitamins and minerals to boost immunity and energy levels. Supports overall well-being and optimal health.”,
“weight”: “150g”,
“brand”: {
“@type”: “Brand”,
“name”: “Litavit”
},
“offers”: {
“@type”: “Offer”,
“priceCurrency”: “USD”,
“price”: “29.99”, // Replace with actual price
“availability”: “https://schema.org/InStock”,
“url”: “YOUR_PRODUCT_URL_HERE” // Replace with actual product URL
},
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “4.5”, // Replace with actual rating
“reviewCount”: “150” // Replace with actual review count
}
}