Free tool
JSON-LD schema generator
Fill a form. Copy the JSON-LD. Paste it inside your <head>. Works with Google, AI engines, and every schema.org consumer.
Copy this
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Acme Inc.",
"url": "https://acme.com",
"logo": "https://acme.com/logo.png",
"sameAs": [
"https://x.com/acme",
"https://linkedin.com/company/acme"
]
}
</script>Validate with Google's Rich Results Test or Schema.org validator before shipping.