Generate JSON-LD structured data for rich snippets in Google search results.
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "Product",
"name": "Product Name",
"description": "Product description",
"image": "https://example.com/image.jpg",
"brand": {
"@type": "Brand",
"name": "Brand Name"
},
"sku": "SKU-123",
"offers": {
"@type": "Offer",
"price": "19.99",
"priceCurrency": "USD",
"availability": "https://schema.org/InStock"
}
}
</script>Copy this code and paste it in the <head> section of your HTML page.