Organization Schema Generator
Create valid Organization JSON-LD structured data for your brand — link your logo, social profiles and contact details so Google understands who you are. Instant, in your browser, free.
Try an example
Basic info
Social profiles (sameAs)
Add the URLs of your official profiles (LinkedIn, X, Facebook, Instagram, YouTube, Wikipedia…). These become the sameAs array.
Contact point (optional)
JSON-LD code
Fill in the required fields (name, website URL) to generate the JSON-LD code.
Organization schema is for your brand as a whole — best placed on the homepage or an About page. If you run a physical location with an address and opening hours, use the Local Business Schema Generator.
Organization schema for E-E-A-T and Knowledge Panels
Organization structured data tells Google who is behind a website: the official name, logo, description and — crucially — the social profiles and other authoritative pages that represent the same entity via the sameAs property. This helps Google connect your site to a single, trusted entity, which supports E-E-A-T (Experience, Expertise, Authoritativeness, Trust) signals and can help trigger a Knowledge Panel — the branded box that appears on the right of search results with your logo, description and social links. It is one of the highest-leverage pieces of markup for brand visibility, and it belongs on your homepage so it describes the site as a whole.
Difference from LocalBusiness
Organization and LocalBusiness overlap, but they answer different questions. Organization describes a company or brand as an entity — ideal for online businesses, SaaS products, publishers and brands without a walk-in location. LocalBusiness is a more specific subtype for a physical place customers visit: it adds an address, geo-coordinates, opening hours and a price range so you can appear in local search and Maps. If you have a storefront, restaurant or office with visiting hours, use LocalBusiness; if you are a brand or online-only company, Organization is the right fit. You should not mark up the same entity as both on the same page.
How to add the schema to your site
Copy the generated code and paste it into a script tag of type application/ld+json in the head section of your homepage (or About page). It should appear once, describing your organization site-wide. A minimal example looks like this:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "ACME Corporation",
"url": "https://www.example.com",
"logo": "https://www.example.com/logo.png",
"sameAs": [
"https://www.linkedin.com/company/acme",
"https://x.com/acme"
]
}
</script>Frequently asked questions
Which fields are required for Organization schema?
What is the sameAs property for?
Will this get me a Google Knowledge Panel?
Should I use Organization or LocalBusiness?
Where should the Organization markup go?
What is Organization schema markup?
What are common mistakes when adding Organization schema?
Can a page describe more than one organization?
What makes a good logo for Organization schema?
I changed my logo or company name — do I need to update the schema?
Does Organization schema also work for nonprofits, schools or public bodies?
How does Organization schema actually help my visibility in search?
Related tools
Local Business Schema Generator
Generate Local Business JSON-LD structured data for your business.
Event Schema Generator
Generate Event JSON-LD for in-person, online and hybrid events.
Person Schema Generator
Generate Person JSON-LD for authors and experts to strengthen E-E-A-T.
Schema Markup Validator
Validate a live URL or JSON-LD code: SEO score, errors, warnings and rich-results readiness.
FAQ Schema Generator
Generate FAQPage JSON-LD for AI search and structured Q&A data.
Product Schema Generator
Generate Product JSON-LD with price, GTIN and ratings for Google Shopping.
