Schema Markup Generator

Free SEO schema markup generator. Generate JSON-LD structured data. Improve your website search performance.

JSON-LD
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Your Org",
  "url": "https://example.com",
  "logo": "https://example.com/logo.png",
  "contactPoint": {
    "@type": "ContactPoint",
    "telephone": "+1-555-555-5555",
    "contactType": "customer service"
  }
}

Embed this tool

Copy and paste the code below into your website to embed this tool for free. An attribution link to The Util Box is required.

<iframe src="https://www.theutilbox.org/embed/schema-markup-generator" width="600" height="500" frameborder="0" style="border: none; max-width: 100%;" title="Free schema markup generator tool from The Util Box"></iframe>

Frequently Asked Questions about Schema Markup Generator