Free Product Schema Markup Generator

Use our FREE Schema.org Product structured data generator to create JSON-LD markups, including all of the required item properties.

After generating your code, always test it with Google Rich Results Test tool before using it.

Product Structured Data Code Example

<script type='application/ld+json'>
{
 "@context": "http://schema.org",
 "@type": "Product",
 "name": "SEO Audit",
 "url": "https://seosmoothie.com/services/audits",
 "image": "https://seosmoothie.com/image.jpg",
 "description": "Do you want to improve your search engine results ranking and achieve your goals? Get a full audit from our SEO experts and find out what, where and how.",
 "brand": {
  "@type": "Brand",
  "name": "SEO Smoothie"
 },
 "aggregateRating": {
  "@type": "AggregateRating",
  "ratingValue": "4.9",
  "reviewCount": "45"
 },
 "offers": {
  "@type": "Offer",
  "priceCurrency": "EUR",
  "price": "100",
  "priceValidUntil": "",
  "itemCondition": "New",
  "availability": "InStock"
 }
}
</script>

Schema.org’s references: Product, Review. Google’s documentation: Product, Review snippet

Do you want to have this tool on your website?

You can have it for free: quick and easy implementation, just copy and paste the code snippet.