top of page
Welcome to Our Havre de Grace Lifestyle Blog!
Search


Lee Schafer
Oct 27, 20254 min read


Lee Schafer
Oct 8, 20255 min read


HdG Shop Expert
Jun 25, 20253 min read


Lee Schafer
May 28, 20254 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}}" } } }