{ "_meta": { "last_updated": "2026-03-06T15:52:00Z", "version": "1.0.0", "description": "Product structured data template (Schema.org JSON-LD)" }, "@context": "https://schema.org", "@type": "Product", "name": "{{PRODUCT_NAME}}", "description": "{{PRODUCT_DESCRIPTION}}", "image": [ "{{PRODUCT_IMAGE_URL}}" ], "brand": { "@type": "Brand", "name": "{{BRAND_NAME}}" }, "offers": { "@type": "Offer", "url": "{{PRODUCT_URL}}", "priceCurrency": "{{CURRENCY}}", "price": "{{PRICE}}", "availability": "https://schema.org/{{AVAILABILITY}}", "seller": { "@type": "Organization", "name": "{{SELLER_NAME}}" } }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "{{RATING_VALUE}}", "reviewCount": "{{REVIEW_COUNT}}" } }