Organization Schema Generator
Free organization schema generator: build valid Organization JSON-LD with name, logo, URL, social profiles (sameAs) and a contact point for your brand.
Generated Organization JSON-LD
What is the Organization Schema Generator?
The Organization Schema Generator builds JSON-LD that describes your company: name, website URL, logo, social profiles via sameAs, and a contactPoint with phone number and contact type.
- Name, URL and logo in valid Organization structure
- Dynamic sameAs rows for social profiles
- ContactPoint with telephone and contact type
- Empty fields omitted for clean output
- Pretty-printed, copy-ready script block
- Private, free, client-side only
How to use the Organization Schema Generator
- 1
Enter your organization name and website URL.
- 2
Add an absolute logo URL (square, at least 112×112 px recommended).
- 3
Add sameAs rows for your social and profile URLs (LinkedIn, X, Facebook, Wikipedia…).
- 4
Optionally add a contact phone number and pick a contact type.
- 5
Copy the generated JSON-LD into your home page's <head>.
About the Organization Schema Generator
The Organization Schema Generator builds JSON-LD that describes your company: name, website URL, logo, social profiles via sameAs, and a contactPoint with phone number and contact type. The pretty-printed script block updates live as you fill in the form.
Organization markup helps search engines connect your website to your brand entity — feeding knowledge panels, logo display in search results, and disambiguation between companies with similar names. The sameAs links to your social profiles are strong entity-confirmation signals.
Generation is fully client-side. Place the snippet on your home page or a dedicated about/contact page — once per site is enough.
Frequently asked questions
What is an example of organization schema?
A minimal example is a JSON-LD block with "@type": "Organization", plus name, url and logo, and a sameAs array linking your social profiles. This generator produces exactly that structure — fill in the fields and copy the finished organization schema example straight into your page. British spelling ("organisation") refers to the same schema.org Organization type.
Where should Organization schema be placed?
On one authoritative page — usually the home page or an About/Contact page. It doesn't need to be sitewide; one clear declaration is enough for Google to associate the entity with your domain. Repeating it everywhere isn't harmful, just unnecessary.
What does the sameAs property do?
sameAs lists other URLs that represent the same entity — your LinkedIn, X, Facebook, YouTube, Crunchbase or Wikipedia pages. It helps search engines confirm your identity and consolidate your brand's knowledge graph entry, which supports knowledge panel accuracy.
What are the logo requirements for Google?
A crawlable image of at least 112×112 pixels in a supported format (PNG, JPG, SVG, WebP), looking good on white backgrounds. Google can use it in search results and knowledge panels. Use an absolute HTTPS URL that isn't blocked by robots.txt.
Should I use Organization or LocalBusiness?
Use LocalBusiness (or a subtype like Restaurant or Dentist) if you serve customers at a physical location — it adds address, geo coordinates and opening hours. Use Organization for online businesses, brands and companies without a walk-in premises. LocalBusiness is a subtype of Organization, so it inherits everything shown here.
Does Organization schema create a knowledge panel?
It contributes but doesn't guarantee one. Knowledge panels are built from many signals — Wikipedia/Wikidata, consistent citations, search demand. Accurate Organization markup with sameAs links makes it easier for Google to assemble and trust that information.
Guides for Organization Schema Generator
Related tools
JSON-LD Generator
Generate Schema.org JSON-LD structured data for WebSite, WebPage, LocalBusiness, Person, Event and Recipe types with a simple guided form.
Product Schema Generator
Free product schema generator: build Product JSON-LD with brand, SKU, price, currency and availability, plus optional ratings for rich snippets with stars.
Article Schema Generator
Free article schema generator: build Article, NewsArticle or BlogPosting JSON-LD with headline, author, publisher, dates and image, ready to copy.
Breadcrumb Schema Generator
Free breadcrumb schema generator: build BreadcrumbList JSON-LD from simple name and URL rows, with positions numbered automatically. Copy the script and go.