Free tool
Schema / JSON-LD generator.
Pick a type, fill in the fields, copy clean Schema.org JSON-LD straight into your <head>. Eligible for Google rich results when fields match your visible content.
Organization fields
Copy-paste snippet
name: required
url: required and must be a URL
logo: recommended for rich results
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization"
}
</script>Paste inside your page's <head>. Validate with Google's Rich Results Test before shipping.