Organization Schema Generator
Generate clean Organization JSON-LD for companies, brands, nonprofits, and other organizations directly in your browser.
Organization Builder
Configure official identity, contacts, address, social links, and identifiers.
1. Organization Identity
Select the most specific Schema.org subtype that genuinely describes your organization.
2. Contact Channels
Specific Support Channels (ContactPoint)
Add dedicated departmental numbers for Customer Support, Sales, or Media.
3. Physical Address (PostalAddress)
4. Authoritative Profiles (sameAs)
Add links to official social pages, Wikipedia, Wikidata, or Crunchbase that unambiguously identify this entity.
Local Structure Inspector
* Local syntax inspector. Final testing should be performed on your published webpage using Google's Rich Results Test and Schema.org Validator.
{
"@context": "https://schema.org",
"@type": "Organization",
"@id": "https://your-domain.com/#organization",
"name": "Harborlight Creative Studio",
"alternateName": "Harborlight",
"legalName": "Harborlight Creative Studio LLC",
"url": "https://your-domain.com/",
"logo": "https://your-domain.com/images/logo.png",
"description": "A fictional creative organization used to demonstrate Organization structured data.",
"slogan": "Design with clarity.",
"image": "https://your-domain.com/images/office.jpg",
"email": "hello@your-domain.com",
"telephone": "+1-202-555-0147",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "Customer Service",
"telephone": "+1-202-555-0148",
"email": "support@your-domain.com",
"areaServed": "US",
"availableLanguage": "English",
"url": "https://your-domain.com/contact/"
},
"address": {
"@type": "PostalAddress",
"streetAddress": "100 Harborlight Blvd, Suite 400",
"addressLocality": "Seattle",
"addressRegion": "WA",
"postalCode": "98101",
"addressCountry": "US"
},
"sameAs": [
"https://www.linkedin.com/company/harborlight-creative-studio/",
"https://www.instagram.com/harborlight-creative-studio/"
],
"foundingDate": "2018",
"numberOfEmployees": {
"@type": "QuantitativeValue",
"value": 25
},
"knowsLanguage": [
"English",
"Spanish"
],
"mainEntityOfPage": "https://your-domain.com/about/"
}How to Generate Organization Schema
Choose Organization Type
Select the most specific Schema.org subtype (e.g., Organization, Corporation, OnlineStore, NGO) that matches your entity.
Enter Core Identity
Provide your official Organization Name, canonical Website URL, and high-resolution Logo image URL.
Add Contact Channels & Address
Configure primary email and phone, add departmental ContactPoints, and supply official postal address details.
Attach External Profiles (sameAs)
Add authoritative external links (LinkedIn, Wikipedia, Wikidata, etc.) to disambiguate your organizational entity.
Copy or Download JSON-LD
Inspect the generated code in the dark output card, verify against the local validator, and copy the snippet or HTML script tag.
What Is an Organization Schema Generator?
What Is Organization Structured Data?
Organization structured data is a standardized machine-readable vocabulary maintained by Schema.org and interpreted by major search engines including Google, Bing, Yahoo, and Yandex. It explicitly declares core organizational attributes—such as legal entity name, brand identity, official homepage, representative logo, customer support channels, physical headquarters, and authoritative social profiles.How Organization JSON-LD Works
<script type="application/ld+json"> element. This script block can reside within the document <head> or <body> section.Organization vs Other Schema Types
Organization relates to other Schema.org types across your website:Organization (or Corporation/NGO) if your company operates nationally, globally, or purely online without a physical walk-in customer location. If you operate a physical brick-and-mortar storefront, restaurant, medical clinic, or local branch with specific opening hours, use our Local Business Schema Generator instead.WebSite schema describes the website itself (including site name and Sitelinks Searchbox), whereas Organization describes the publisher or company operating the website.brand, manufacturer, or publisher.When to Use Organization Schema
@id within Article or Product markup rather than duplicating full corporate contact and address blocks.Organization Schema for a Company Website
Corporation subtype or base Organization type helps search engines understand your official brand name, primary domain, corporate logo, and verified leadership.legalName (official registered entity), url (canonical homepage), logo (high-resolution logo file), foundingDate, numberOfEmployees, and primary corporate contact details.Organization Schema for Brands and Businesses
sameAs array with links to official profiles (LinkedIn, X/Twitter, Instagram, YouTube, Crunchbase, Wikipedia), you create an interconnected entity cluster.Organization Schema for Nonprofits and Associations
NGO, EducationalOrganization, or GovernmentOrganization.Organization Name, URL, and Logo
alternateName for abbreviations or acronyms.https://your-domain.com/).Using sameAs for Organization Profiles
sameAs property accepts an array of external URLs that reference the exact same organization. Authoritative sources include:Contact Information and ContactPoint
email and telephone properties represent the primary organization contact.contactPoint property defines dedicated support channels with properties like contactType ('Customer Service', 'Technical Support', 'Sales'), telephone, email, areaServed (e.g., 'US', 'Global'), and availableLanguage ('English', 'Spanish').contactPoints property as superseded by contactPoint. This generator strictly outputs the modern singular contactPoint syntax.Address and PostalAddress
PostalAddress provides explicit geographic context. Standard fields include streetAddress, addressLocality (City), addressRegion (State/Province), postalCode, and addressCountry (using ISO 3166-1 alpha-2 codes like 'US' or 'IN').Organization Identifiers and Legal Details
legalName: The formal registered business name (e.g., 'Harborlight Creative Studio LLC').taxID: National or federal taxpayer identification number.vatID: Value-Added Tax identification number (common across the EU, UK, and other jurisdictions).iso6523Code: International standard organization identifier code, recommended by Google for global business disambiguation.duns: Dun & Bradstreet Data Universal Numbering System identifier.Choosing the Right Organization Subtype
Organization type:How to Validate Organization JSON-LD
Common Organization Schema Mistakes
contactPoints property instead of contactPoint./logo.png) instead of absolute HTTP/HTTPS URLs (https://your-domain.com/logo.png).address: {} or contactPoint: {} objects in the JSON payload.Frequently Asked Questions
Common questions about Organization Schema Generator and how it works.
Was this tool useful?
Your feedback helps us improve VClick Tools.