top of page
Search


HdG Shop Expert
Jun 263 min read


HdG Shop Expert
Aug 17, 20242 min read


Lee Schafer
Aug 7, 20242 min read
bottom of page
{ "@context": "https://schema.org/", "@type": "Product", "name": "{{product.name}}", "image": [ "{{product.image1}}", "{{product.image2}}", "{{product.image3}}" ], "description": "{{product.description}}", "sku": "{{product.sku}}", "mpn": "{{product.mpn}}", "brand": { "@type": "Brand", "name": "{{product.brand}}" }, "offers": { "@type": "Offer", "url": "{{product.url}}", "priceCurrency": "{{product.currency}}", "price": "{{product.price}}", "priceValidUntil": "{{product.priceValidUntil}}", "itemCondition": "https://schema.org/{{product.condition}}", "availability": "https://schema.org/{{product.availability}}", "seller": { "@type": "Organization", "name": "{{product.seller}}" } }, "aggregateRating": { "@type": "AggregateRating", "ratingValue": "{{product.ratingValue}}", "reviewCount": "{{product.reviewCount}}" }, "review": { "@type": "Review", "reviewRating": { "@type": "Rating", "ratingValue": "{{product.reviewRating}}", "bestRating": "5" }, "author": { "@type": "Person", "name": "{{product.reviewAuthor}}" } } }