The Lab
Tool / 01Structured Data

Schema Generator

Build valid JSON-LD without memorizing the spec. Pick a type, fill the fields, copy the script tag.

01 — Choose schema type
02 — Fill the fields
03 — Copy & paste in your <head>
Resultjson-ld
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "ExTems Digital",
  "url": "https://www.extems.com",
  "logo": "https://www.extems.com/logo.png",
  "description": "Growth-driven digital marketing agency.",
  "sameAs": [
    "https://twitter.com/SEOVanditta"
  ]
}
</script>

Validate at Google Rich Results Test before deploying.