Organization Schema Generator
Create Organization JSON-LD with logo and social profiles.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Acme Corporation",
"url": "https://example.com",
"logo": "https://example.com/logo.png",
"description": "We build reliable tools for developers and designers.",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"telephone": "+1-555-123-4567",
"email": "hello@example.com"
},
"sameAs": [
"https://twitter.com/acme",
"https://www.linkedin.com/company/acme"
]
}
</script>Free Organization schema generator. Enter your name, URL, logo, contact details and social profiles to build valid Organization JSON-LD structured data — helping search engines link your brand and knowledge panel. Runs in your browser.
What Organization schema does
Organization schema describes your company or brand as an entity: its name, logo, URL, contact points and social profiles. It helps search engines build a confident picture of who you are, which supports Knowledge Panel eligibility and puts your logo alongside your results. It's typically placed once, sitewide, on the homepage.
Key properties
A solid Organization block includes:
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Fahaq",
"url": "https://fahaq.com",
"logo": "https://fahaq.com/logo.png",
"sameAs": [
"https://twitter.com/fahaq",
"https://www.linkedin.com/company/fahaq"
]
}
logoshould be a crawlable, reasonably-sized image (Google prefers at least 112×112).sameAslinks your official social and Wikipedia/Wikidata profiles, reinforcing your identity.- Use a more specific subtype like
LocalBusinessorOnlineStorewhen it applies.
Common mistakes
- Providing a
logoURL that returns 404 or is blocked in robots.txt. - Listing
sameAsprofiles that aren't actually yours. - Adding contact points with fake or placeholder phone numbers.
- Using
OrganizationwhenLocalBusiness(with address and hours) is the right fit for a physical business. - Duplicating slightly different Organization data on many pages instead of one canonical block.
How to use the Organization Schema Generator
- 01Enter your organization name, URL and logo.
- 02Add contact details and social profile links (sameAs).
- 03Copy the Organization JSON-LD into your site.
Frequently asked questions
What is the sameAs property for?
sameAs lists authoritative URLs that also represent your organization — such as your social media profiles and Wikipedia page — helping search engines confidently connect them to your brand.
What logo size should I use?
Use a clear, reasonably sized logo hosted at a stable URL. Google recommends the image be crawlable and not blocked by robots.txt so it can appear in search features.