SEO Tools

Organization Schema Generator

Use this free Organization Schema Generator to create valid Organization JSON-LD structured data for your brand. Add your legal name, logo, contact points, and social profiles, then copy markup that tells search engines exactly which entity your site represents. No sign-up required.

Logo and sameAs Entity Signals 100% Free

Organization Details

Full registered/legal name, if different from the name above.

Unique identifier used to link this Organization to other schema on your site.

Required by Google for the Logo rich result.

Contact Point

Google's Corporate Contact feature reads these fields as a structured contactPoint.

Address

Founding & People

Comma-separated if there is more than one founder.

Organizational Structure

Business Identifiers

Social Media (one per line)

Aggregate Rating (optional)

Only add real ratings collected from genuine customers. Fake or self-generated ratings violate Google's guidelines and can lead to a manual penalty.

Schema Preview

No Schema added yet

Read This First — Organization Is Entity Work, Not Page Work

Every other schema type on this site aims at a rich result. Organization does not, and that difference explains everything about how to use it.

Organization markup produces no distinct appearance in search results

No stars, no price, no carousel, no card. If you add it expecting your listing to look different tomorrow, nothing will happen.

What it actually does is define your brand as an entity. Search engines maintain a knowledge base of things they recognise, and they try to work out which of those entities a given website represents. Without explicit signals, that inference comes from scattered mentions across the web, which is error-prone and produces confident wrong answers. Organization markup replaces the guesswork with a declaration.

What it supports Detail

Knowledge Panel eligibility

Contributes to it, does not guarantee it

Entity disambiguation

Separates you from similarly named organisations

E-E-A-T signals

Verified identity, founding history, authoritative profile links

AI system recognition

Increasingly how AI answers identify and cite a brand

A foundation for other markup

LocalBusiness, Article publisher, Product brand all reference it

Knowledge Graph reprocessing is slow

Reports suggest four to eight weeks for new entity connections to be verified and reflected. This is not a change you check the next morning.
A Knowledge Panel needs more than markup

Panels rarely appear without press coverage from sources Google recognises, plus consistent identity signals across platforms. Markup is a necessary input, not a sufficient one.

Why You Are Here

The first situation is establishing brand identity for a site that has none declared. Most sites publish nothing machine-readable about who owns them, leaving search engines to infer it.

The second is fixing an incorrect Knowledge Panel or entity association, where the wrong logo, an outdated name, or a competitor's details have become attached to your brand.

The third is foundational work before other markup. Article schema references a publisher, Product schema references a brand, LocalBusiness inherits from Organization. Getting the Organization entity right first makes everything else more coherent.

What This Tool Does

The Organization Schema Generator builds valid Organization JSON-LD from a simple form.

Enter your organisation name, URL, logo, description, address, contact details, and social profile links, and the tool assembles correctly structured JSON-LD with ImageObject, PostalAddress, and ContactPoint nested properly, with the script tag included. Copy it and paste it into your page.

Everything runs in your browser. Nothing is uploaded or stored.

Organization or LocalBusiness

These overlap, and choosing wrongly is common.

Your situation Type

Premises customers can visit

LocalBusiness subtype

Service-area business travelling to customers

LocalBusiness subtype

Purely online, no public premises

Organization

Online shop with no storefront

Organization

Multi-location company

Organization at brand level, LocalBusiness per location

Charity, school, or institution

Organization subtype such as NGO or EducationalOrganization

LocalBusiness is a subtype of Organization, so a business with premises does not need both on the same page. The LocalBusiness markup already carries Organization's meaning, and Google recommends following the Organization property guidance when implementing LocalBusiness.
Where both belong on one site

A multi-location company uses Organization on its main or about page to establish the brand entity, and a LocalBusiness block on each individual location page.

Property Reference

Propert Status Notes

name

Required

Errors if missing

logo or image

Required

Errors if both are missing

url

Strongly recommended

Your canonical homepage

@id

Strongly recommended

A stable identifier for the entity

sameAs

Strongly recommended

Array of authoritative profile URLs

description

Recommended

One clear sentence about what you do

legalName

Recommended

Registered name, if it differs from trading name

address

Recommended

PostalAddress object

contactPoint

Recommended

Structured contact details

telephone

Recommended

Full international format

email

Recommended

Public contact address

foundingDate

Recommended

ISO 8601, supports entity history

founder

Optional

Person object

numberOfEmployees

Optional

QuantitativeValue

parentOrganization

Optional

If you are a subsidiary

subOrganization

Optional

Divisions or franchises

vatID, taxID, duns

Optional

Strong identity verification signals

aggregateRating

NOT ELIGIBLE

See the review section below

Logo requirements matter more than people expect

Host it on your own domain, use at least 112 by 112 pixels with 512 by 512 preferable for high-resolution panels, keep it in JPG, PNG, or SVG, and make sure it is crawlable and not blocked in robots.txt. A logo Google cannot fetch is a logo that cannot appear.
@id is the most underused property here

Giving your organisation a stable identifier, typically your homepage URL with a fragment such as #organization, lets every other schema block on your site reference the same entity rather than creating a new one each time. It is what turns scattered markup into one coherent graph.

sameAs — The Property That Does the Heavy Lifting

If you add one thing beyond name and logo, make it sameAs. It is how you connect the entity on your site to the same entity as it appears elsewhere, which is exactly what disambiguation requires.

Priorty Profiles

Highest value

Wikipedia article, Wikidata entry, Crunchbase profile, LinkedIn company page

Also useful

X, Facebook, Instagram, YouTube, GitHub for tech companies, industry directories, Companies House or equivalent registry

The ordering is not arbitrary. Wikipedia and Wikidata are entity databases in their own right, so linking to them connects your markup directly into structures Google already trusts. A social profile confirms you exist; a Wikidata entry confirms which entity you are.
Consistency matters as much as listing them

The same name spelling, the same logo, the same one-line description, the same primary website link across every profile. Inconsistent signals create disambiguation work rather than removing it.

Example Output

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://example.com/#organization",
  "name": "Example Digital",
  "legalName": "Example Digital Limited",
  "url": "https://example.com",
  "logo": {
    "@type": "ImageObject",
    "url": "https://example.com/logo.png",
    "width": 512,
    "height": 512
  },
  "description": "A digital product studio building tools for
                   small businesses.",
  "foundingDate": "2019-04-12",
  "founder": { "@type": "Person", "name": "Alex Morgan" },
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "18 Bridge Street",
    "addressLocality": "Manchester",
    "postalCode": "M3 3AB",
    "addressCountry": "GB"
  },
  "contactPoint": [
    {
      "@type": "ContactPoint",
      "telephone": "+44 161 496 0000",
      "contactType": "customer support",
      "email": "support@example.com",
      "availableLanguage": ["English"],
      "areaServed": "GB"
    }
  ],
  "sameAs": [
    "https://en.wikipedia.org/wiki/Example_Digital",
    "https://www.wikidata.org/wiki/Q00000000",
    "https://www.linkedin.com/company/example-digital",
    "https://x.com/exampledigital",
    "https://github.com/exampledigital"
  ]
}

Organization Subtypes

As with LocalBusiness, a more specific type carries more meaning.

Organization Subtype

Charity or non-profit

NGO

School, college, university

EducationalOrganization

Government body

GovernmentOrganization

Medical practice or hospital

MedicalOrganization

Sports club

SportsOrganization

Newspaper or publisher

NewsMediaOrganization

Company or business

Corporation, or Organization

Airline

Airline

NewsMediaOrganization is worth noting for publishers, since it carries additional properties around editorial policies and ownership disclosure that support credibility signals.

Connecting Your Entity Graph

Organization becomes considerably more useful when other markup references it rather than repeating it.

// Article publisher
"publisher": { "@id": "https://example.com/#organization" }

// Product brand
"brand": { "@id": "https://example.com/#organization" }

// Relationships between organisations
"parentOrganization": { "@id": "https://parent.com/#organization" }
Using @id references instead of repeating name and logo everywhere means every block points at the same entity. Repeating the details creates separate nodes that search engines must then reconcile.

Reviews — Organization Cannot Show Its Own Stars

Organization is the second type Google names in the self-serving review restriction, alongside LocalBusiness.

Review snippets are not displayed for Organization markup when the organisation being reviewed controls the reviews

This has applied since September 2019. Testimonials on your own site marked up with Organization and aggregateRating will not produce stars, and embedding a third-party review widget does not change that, since Google's wording covers widgets explicitly.
There is no penalty attached

Google has confirmed self-serving review markup does not trigger a manual action. The stars simply will not appear.
Where Organization review markup IS eligible

On a site that reviews OTHER organisations, such as a directory or review platform. For employer reviews specifically, Google directs you to EmployerAggregateRating rather than a standard review snippet.

Common Mistakes to Avoid

Expecting a Knowledge Panel From Markup Alone

Organization schema contributes to Knowledge Panel eligibility but does not create one. Panels typically require press coverage from sources Google recognises, consistent identity signals across platforms, and time for the Knowledge Graph to reprocess, which reports put at four to eight weeks. Markup is one input among several, and treating it as a switch leads to disappointment.
Omitting sameAs or Filling It With Weak Links

sameAs does most of the disambiguation work, and leaving it out wastes the property that matters most. Equally, a list of five minor social profiles is far less useful than a Wikidata entry and a LinkedIn page. Prioritise entity databases and authoritative profiles over volume, and make sure the details on those profiles match what your markup says.
Repeating Organization Details Instead of Referencing Them

Writing out the full organisation object inside every Article publisher and Product brand field creates multiple separate entities that search engines then have to reconcile. Define the organisation once with an @id, then reference that @id everywhere else. One entity referenced many times is coherent; the same details repeated many times is not.

Quick Reference

Item Detail

Type

Organization or a specific subtype

Rich result

None, by design

Purpose

Entity definition and disambiguation

Required

name, plus logo or image

Most valuable

sameAs and @id

Logo

Own domain, 512px preferred, crawlable

sameAs priority

Wikidata, Wikipedia, LinkedIn

Knowledge Panel

Contributes, does not guarantee

Reprocessing

Reported at four to eight weeks

Physical premises

Use LocalBusiness instead

Placement

Once per site, homepage or About

Other markup

Reference by @id, do not repeat details

Own reviews

No stars, no penalty either

Frequently Asked Questions

What is an organization schema generator?

An organization schema generator is a free online tool that turns your brand details into valid Organization JSON-LD structured data. You enter your name, logo, URL, contact details, and social profiles, and this Organization Schema Generator produces correctly structured Schema.org markup that declares your brand as a recognised entity to search engines.

Does Organization schema produce a rich result?

No, and this is what makes it different from most structured data types. Organization markup creates no distinct appearance in search results. Its purpose is entity definition: telling search engines which organisation your site represents, which supports Knowledge Panel eligibility, entity disambiguation, E-E-A-T signals, and how AI systems identify and cite your brand.

Will adding Organization schema get me a Knowledge Panel?

It contributes but does not guarantee one. Knowledge Panels typically require press coverage from sources Google recognises, consistent identity signals across platforms, and authoritative profile connections, alongside the markup. Reports also suggest the Knowledge Graph takes four to eight weeks to reprocess new entity connections, so this is not a fast-feedback change.

Should I use Organization or LocalBusiness?

Use a LocalBusiness subtype if you have premises customers can visit or you travel to customers. Use Organization if you operate purely online. LocalBusiness is a subtype of Organization, so a business with premises does not need both on one page. A multi-location company typically uses Organization at brand level and LocalBusiness on each location page.

What should I include in the sameAs property?

Authoritative profiles that confirm your identity, prioritised by weight. A Wikipedia article and Wikidata entry carry the most, followed by Crunchbase and LinkedIn, then social profiles and relevant industry directories. Quality matters more than quantity, and the details on those profiles should match your markup.

What are the logo requirements?

Host the logo on your own domain, use a minimum of 112 by 112 pixels with 512 by 512 preferable for high-resolution displays, keep it in JPG, PNG, or SVG format, and make sure it is crawlable and not blocked by robots.txt. A logo that search engines cannot fetch cannot be used, and logo or image is required, so omitting both produces an error.

Why can I not get star ratings with Organization schema?

Because Organization is one of the two types Google's self-serving review restriction names. Since 2019, review snippets are not shown for Organization markup when the organisation controls the reviews, which includes testimonials on your own site and embedded third-party widgets. There is no penalty, the stars simply do not display. Organization review markup is only eligible when reviewing other organisations.

Where should I put the Organization markup?

On your homepage or About page, wherever your brand identity is most clearly established, and only once per site rather than on every page. Give it an @id such as your homepage URL with an #organization fragment, then reference that @id from your Article publisher and Product brand fields. Markup from this Organization Schema Generator includes the @id so those references work.

Comments

Login to leave a comment

No comments yet. Be the first to comment!