Organization Schema Generator
Build valid schema.org Organization JSON-LD with social profiles and a contact point. Everything runs in your browser, so nothing you type leaves your machine.
Social profiles (sameAs)
Contact point (optional)
About the Organization Schema Generator
The Organization Schema Generator builds valid schema.org Organization JSON-LD from a few fields: name, website, logo, description, social profile links, and an optional contact point. Adding this markup helps search engines understand your business and can power knowledge panels and richer results. Everything runs in your browser, so nothing you type is uploaded or stored.
How it works
- Enter your organization name, website URL, logo URL, and a short description.
- Add one social profile URL per row in the sameAs list, and remove any rows you do not need.
- If you want a contact point, fill in the telephone and pick a contact type.
- Copy the generated JSON-LD and paste it into your page's <head>.
Features
- Live JSON-LD output that updates as you type.
- Repeatable sameAs list for unlimited social profile URLs.
- Optional contact point with telephone and a contact type select.
- Empty optional fields are left out, so the markup stays clean.
- One-click copy of the full script block.
Frequently asked questions
What is the sameAs property for?
sameAs links your Organization to its official profiles on other sites, such as social networks or Wikipedia. Search engines use these links to confirm the same entity across the web.
Which fields are required?
Only the name is required for valid Organization markup. URL, logo, description, social profiles, and the contact point are all optional and are omitted from the output when left empty.
Where do I put the generated code?
Paste the full <script type="application/ld+json"> block into the <head> of the page that represents your organization, usually the homepage. In WordPress you can add it through your SEO plugin's custom schema feature.
Is my data sent anywhere?
No. The schema is generated entirely in your browser with JavaScript. Nothing you enter is uploaded, logged, or stored on a server.
How do I test the markup?
Use Google's Rich Results Test or the Schema.org validator. Paste the generated code or the live URL, and the tool reports any errors or warnings.