Organization Schema Generator

Create Organization JSON-LD with logo and social profiles.

Social profiles (sameAs)
JSON-LD
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Acme Corporation",
  "url": "https://example.com",
  "logo": "https://example.com/logo.png",
  "description": "We build reliable tools for developers and designers.",
  "contactPoint": {
    "@type": "ContactPoint",
    "contactType": "customer service",
    "telephone": "+1-555-123-4567",
    "email": "hello@example.com"
  },
  "sameAs": [
    "https://twitter.com/acme",
    "https://www.linkedin.com/company/acme"
  ]
}
</script>

Free Organization schema generator. Enter your name, URL, logo, contact details and social profiles to build valid Organization JSON-LD structured data — helping search engines link your brand and knowledge panel. Runs in your browser.

How to use the Organization Schema Generator

  1. 01Enter your organization name, URL and logo.
  2. 02Add contact details and social profile links (sameAs).
  3. 03Copy the Organization JSON-LD into your site.

Frequently asked questions

What is the sameAs property for?

sameAs lists authoritative URLs that also represent your organization — such as your social media profiles and Wikipedia page — helping search engines confidently connect them to your brand.

What logo size should I use?

Use a clear, reasonably sized logo hosted at a stable URL. Google recommends the image be crawlable and not blocked by robots.txt so it can appear in search features.