Skip to content
100% local

Organization schema generator

Build schema.org Organization JSON-LD markup from your company details.

Output

Organization schema generator

Fill in your organization's details and this tool builds a schema.org Organization JSON-LD block you can paste straight into your site's `<head>`. It covers the fields search engines use for a Knowledge Panel and other rich results: name, alternate name, website URL, logo, description, founding date, tax or business ID, VAT ID, and a full postal address.

Pick a subtype — Organization, Corporation, NGO or Educational organization — so the markup matches what your entity actually is. Add a contactPoint with phone number, contact type, languages and area served, and list your social or profile links (Facebook, LinkedIn, Crunchbase…) one per line, by comma, or by semicolon; a single link is written as a plain string and several as an array, exactly as schema.org expects. The output can be a bare JSON object or wrapped in a `<script type="application/ld+json">` tag, indented or compact, with keys sorted alphabetically if that is easier to review. Turn off "Omit empty fields" to see the full shape with blank fields included, and leave the recommended-fields check on to get a warning when URL, logo, contact info or social links are still missing.

Quotes, backslashes and angle brackets in any field are escaped automatically, so a company name containing a quote or an accidental `</script>` can never break the JSON or the page it's pasted into. The tally under the output reports how many properties are populated, the output length, and any recommended fields still worth filling in.

Everything runs locally in your browser — no company data, tax numbers or addresses are ever uploaded. Copy the result, download it as a .txt file, or send it to another tool's input to keep building on it.

FAQ

What does the Organization schema generator create?
A schema.org Organization JSON-LD block built from the fields you fill in — name, logo, address, contact point and sameAs links — ready to paste into your page.
Which subtype should I choose?
Use Organization for a general company, Corporation for a registered corporate entity, NGO for a non-profit, or Educational organization for a school or university. Pick the one that matches what the entity actually is.
How do I add social or profile links?
List them in the "Social / profile links" field separated by commas, semicolons or new lines. One link is written as a plain string; several become a sameAs array, deduplicated automatically.
What does "Omit empty fields" do?
When on (the default), fields you leave blank are left out of the JSON entirely. Turn it off to see them included as empty strings, useful for reviewing the full shape before filling everything in.
Is my company information uploaded anywhere?
No. The schema is generated entirely in your browser — no field you type, including tax IDs and addresses, ever leaves your device.