Organization Schema Generator for JSON-LD
Create valid Organization structured data with logo, website, social profiles, and contact details. Use it to define your brand entity clearly for search engines.
🏢Organization Schema
Fields marked with * are required for valid schema markup.
Social Profiles
JSON-LD Output
<span class=400">"text-gray-500"><script type=400">"application/ld+json"></span>
{
400">"@context": 400">"https://schema.org",
400">"@type": 400">"Organization"
}
<span class=400">"text-gray-500"></script></span>Copy this code and paste it into the <head> section of your HTML page.
What is Organization Schema?
Organization is the Schema.org type that establishes the canonical entity for a company, nonprofit, school, government agency, or any group. It is the single most important schema for brand identity in search — it tells Google "this is who we are" with structured properties: legal name, logo, website, founding date, founders, social profiles, and contact methods.
Organization schema is the foundation for Knowledge Panel eligibility (the box that appears for branded searches with your logo, description, and social links), branded search experiences, and Google's entity-resolution system. Without Organization schema, search engines must guess what your brand is from page content — a far less reliable process.
Why Organization Schema Matters
- Knowledge Panel eligibility: The branded Knowledge Panel — the prominent box with your logo, description, and links — requires Organization (or LocalBusiness) schema. Without it, you cannot earn a panel.
- Logo in search results: Google can display your logo next to search results for branded queries, but only if your Organization schema includes a valid logo URL.
- Social profile cards: Branded SERPs show official social profile cards (Twitter, LinkedIn, Facebook icons with direct links) when sourced from your Organization sameAs property.
- Brand entity disambiguation: If multiple entities share a similar name (e.g., "Apple" the company vs the fruit), schema helps Google route brand queries correctly to your domain.
- E-E-A-T signals: Organization schema with proper founders, founding date, and legal entity info contributes to Google's E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) evaluation.
- AI Overview citation: Generative search experiences increasingly cite brand entities. Strong Organization schema makes you more citable.
Organization Schema Properties Explained
Required Properties
- name: Your official brand name. Use the legal or common name, not a tagline.
- url: Canonical website URL (usually your homepage).
Strongly Recommended Properties
- logo: Absolute URL to your logo image. Should be 600×600 square (or close), PNG/JPG, on your domain.
- description: One-paragraph company description (used by Knowledge Panel and AI Overviews).
- sameAs: Array of URLs to your official social profiles and authoritative external mentions (Wikipedia, Crunchbase, LinkedIn).
- contactPoint: Nested ContactPoint object with telephone and contactType (customer service, sales, technical support).
- foundingDate: ISO 8601 date when the organization was founded.
- founder: Person object(s) for founders. Major Knowledge Panel signal.
- numberOfEmployees: Range or specific value (used by Crunchbase-style integrations).
- knowsAbout: Topic areas your organization is expert in.
- award: Major awards or certifications received.
Step-by-Step Implementation
Step 1: Decide Organization vs LocalBusiness
If you have a physical storefront customers visit (restaurant, salon, doctor's office), use LocalBusiness — it has additional required properties for address, geo coordinates, opening hours. Otherwise use Organization. Don't use both — pick one.
Step 2: Gather Brand Assets
Before generating: official brand name, primary website URL, logo URL (square, hosted on your domain, absolute URL), official social profile URLs (only verified accounts you actively maintain), brief company description (1-2 sentences), founding date, founder names.
Step 3: Validate Logo Specifications
Logo must be square (600×600 minimum, 1200×1200 preferred), PNG or JPG format, hosted on your own domain (not on a CDN or third-party host), and accessible via an absolute URL. Avoid SVG — Google's Knowledge Panel rendering prefers raster images.
Step 4: Curate sameAs Carefully
Include only official, actively-maintained profiles. List the most authoritative first: LinkedIn (company page), Wikipedia (if you have an entry), Twitter/X, Facebook, Crunchbase, YouTube, Instagram. Don't include personal accounts of employees or unofficial fan pages.
Step 5: Place on Homepage
Organization schema belongs on your homepage (the canonical entity definition). Many sites also add it to /about and /contact, which is fine. Do NOT duplicate on every page — that signals confusion to Google.
Organization Schema Best Practices
- Match the name in schema to the name in your title tag, meta description, and logo alt text.
- Use the same logo URL across all references — Google caches and trusts consistent assets.
- Include foundingDate even for old companies — Google uses it for entity correlation.
- Keep sameAs list to verified official accounts only. 5-8 entries is ideal. More than 15 can dilute signal.
- For multinational organizations, use the canonical name in name, with alternateName for regional variants.
- Include legalName separately when it differs from common name (e.g., "Apple Inc." legal, "Apple" common).
- Update Wikipedia/Wikidata entries about your organization — Google uses these as Knowledge Panel sources.
Common Mistakes to Avoid
- Using Organization when LocalBusiness fits (you have a physical storefront).
- Logo as a relative URL or hosted on a third-party CDN with rotating URLs.
- Listing unofficial or unverified social profiles in sameAs.
- Duplicating Organization schema on every page — should be canonical, on homepage and key trust pages only.
- Mixing Organization and LocalBusiness on the same page.
- Using a marketing tagline as name instead of the actual brand name.
- Inconsistent name spellings across schema, title, footer, and social profiles.
Frequently Asked Questions
What is Organization schema?
Organization is the Schema.org type that defines a company, nonprofit, school, or any group entity. It provides the canonical entity for your brand — name, logo, website, social profiles, contact info — and is the foundation for Knowledge Panel eligibility.
Where should I place Organization schema?
On the homepage (most important — this is the canonical entity definition), the About page, and the contact page. One copy per page is sufficient. Don't duplicate on every page.
Does Organization schema give me a Knowledge Panel?
It's necessary but not sufficient. Knowledge Panel eligibility requires Organization schema + brand search volume + Wikipedia/Wikidata mentions + structured information from authoritative sources. Without schema, you cannot earn a panel; with schema you become eligible.
Should I use Organization or LocalBusiness?
LocalBusiness if you have a physical storefront customers visit (restaurant, salon, doctor). Organization for everything else (SaaS, agency, ecommerce-only). LocalBusiness is a subtype of Organization with additional properties (address, hours, geo). Don't use both.
What goes in the sameAs property?
Array of URLs to your official social media profiles and authoritative external mentions: Twitter, LinkedIn, Facebook, Instagram, YouTube, Wikipedia, Crunchbase. Each must be a verified official profile. sameAs is critical for Knowledge Panel correlation.
How do I verify my logo will display in SERPs?
Logo must be a square image (preferred 600×600), in PNG or JPG, hosted on your own domain, and referenced in Organization.logo with an absolute URL. The image file itself should be accessible without authentication. Test via Google's Rich Results Test on a page with your Organization schema.
Related Schema Generators
- LocalBusiness Schema Generator — use instead of Organization if you have a physical storefront.
- Breadcrumb Schema Generator — pair with Organization on every indexed page.
- Article Schema Generator — Organization is the publisher property for your articles.