Schema Markup Generator

Build valid JSON-LD schema markup for local business, article, FAQ, product, and more. Fill in the fields and copy production-ready code.

Schema type & fields

JSON-LD output

{
  "@context": "https://schema.org",
  "@type": "LocalBusiness",
  "name": "Acme Coffee",
  "url": "https://acme.com",
  "telephone": "+1-555-0100",
  "priceRange": "$$",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "123 Main St",
    "addressLocality": "Springfield",
    "postalCode": "12345",
    "addressCountry": "US"
  }
}

Paste this inside a <script type="application/ld+json"> tag in your page head.

How to use

  1. 1Choose a schema type (Local Business, Article, Product, or Web Page).
  2. 2Fill in the fields — sensible defaults are pre-filled.
  3. 3Copy the JSON-LD and paste it into your page's <head>.

Frequently asked questions

Related tools