Schema.org generator

Build valid JSON-LD for Product, Organization, FAQ, and Breadcrumb markup. Paste the output into your <head> or theme partial.

Schema type
JSON-LD output
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Acme Hoodie",
  "description": "Mid-weight unisex hoodie in heather grey.",
  "image": "https://example.com/hoodie.jpg",
  "sku": "ACME-HOODIE-001",
  "brand": {
    "@type": "Brand",
    "name": "Acme"
  },
  "offers": {
    "@type": "Offer",
    "priceCurrency": "USD",
    "price": "49.00",
    "availability": "https://schema.org/InStock",
    "url": "https://example.com/products/acme-hoodie"
  }
}
</script>