Skip to main content
Free Tool · Schema Markup Generator

Fill a form, ship valid JSON-LD.

Pick a schema.org type, fill in your details, and get a ready-to-paste <script type="application/ld+json"> block. Runs entirely in your browser — pair it with the Schema Validator to check markup already on a page.

JSON-LD output
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "GetSEORight",
  "url": "https://getseoright.com",
  "logo": "https://getseoright.com/logo.png",
  "description": "Free SEO tools and audits that run in your browser.",
  "sameAs": [
    "https://twitter.com/getseoright",
    "https://www.linkedin.com/company/getseoright"
  ]
}
</script>

Paste this into the <head> (or before </body>) of the page it describes. Then run it through the Schema Validator to confirm Google can parse it.