{ "@context": "https://schema.org", "@type": "Product", "name": "{{name}}", "description": "{{description}}", "image": [ "{{image_url_1}}", "{{image_url_2}}", "{{image_url_3}}" ], "sku": "{{sku}}", "mpn": "{{mpn}}", "gtin13": "{{gtin13}}", "brand": { "@type": "Brand", "name": "{{brand_name}}" }, "offers": { "@type": "Offer", "url": "{{product_url}}", "price": "{{price}}", "priceCurrency": "{{currency}}", "priceValidUntil": "{{price_valid_until}}", "availability": "https://schema.org/{{availability}}", "itemCondition": "https://schema.org/{{condition}}", "seller": { "@type": "Organization", "name": "{{seller_name}}" }, "shippingDetails": { "@type": "OfferShippingDetails", "shippingRate": { "@type": "MonetaryAmount", "value": "{{shipping_cost}}", "currency": "{{currency}}" }, "deliveryTime": { "@type": "ShippingDeliveryTime", "handlingTime": { "@type": "QuantitativeValue", "minValue": "{{handling_min_days}}", "maxValue": "{{handling_max_days}}", "unitCode": "DAY" }, "transitTime": { "@type": "QuantitativeValue", "minValue": "{{transit_min_days}}", "maxValue": "{{transit_max_days}}", "unitCode": "DAY" } } } }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "{{rating}}", "reviewCount": "{{review_count}}", "bestRating": "5", "worstRating": "1" }, "review": [ { "@type": "Review", "reviewRating": { "@type": "Rating", "ratingValue": "{{review_rating}}", "bestRating": "5" }, "author": { "@type": "Person", "name": "{{reviewer_name}}" }, "reviewBody": "{{review_text}}" } ] }