Free JSON-LD builder
Build a starting Organization JSON-LD block
Fill in your business name, canonical URL, logo, and official profile links, and this page builds a valid Organization JSON-LD block for you to review, edit, and publish.
This is a content-authoring tool, not a live check of your site. It does not run against a real domain and does not prove that any AI system recognizes, indexes, ranks, or cites the entity once published.
Live preview
JSON-LD preview
This updates as you edit the fields above. Nothing is sent to a server.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Example Product",
"url": "https://example.com",
"logo": "https://example.com/logo.png",
"sameAs": [
"https://www.linkedin.com/company/example",
"https://x.com/example"
]
}
</script>This is a generated starting point, not a verified fix and not a file already published on your site. Review every line, then publish it yourself.
More free tools
Try the other free AI discovery tools
Each tool looks at a different layer of AI discovery readiness. Use them together, or open the complete audit for all of it at once.
Enter a public hostname to test whether its deployed robots.txt policy allows, blocks, or has no matching restriction for documented AI crawler tokens at the root path.
Enter a public hostname to inspect its root-level llms.txt response, title, introduction, sections, links, malformed Markdown, duplicate destinations, and insecure URLs.
Enter a public hostname to compare the visible business name and opening copy with the Organization, WebSite, Person, or SoftwareApplication entities declared in the homepage JSON-LD.
Enter a public hostname to inspect Recipe entities declared in its homepage JSON-LD and see which of Google’s documented required and recommended Recipe properties were observed.
Fill in a title, short context, and the resource links you want to list, and this page builds a valid llms.txt file for you to review, edit, and publish.
Choose a declared policy goal and this page builds robots.txt groups for the documented AI crawler tokens that goal has an explicit preference for, which you can review, edit, and publish.
How this builder works
From a few fields to a file you can publish
Everything runs locally in your browser — there is no server round-trip and nothing is stored.
- 1
Enter your business or organization name and canonical URL.
- 2
Add a logo URL if you have one — this is a recommended, not required, property.
- 3
List official profile links (sameAs) you control, such as social or review-platform profiles.
- 4
Review the live preview, then copy or download the generated script tag.
Example generated output
A minimal Organization block for a small business
Your entered name, URL, logo, and profile links replace this example as you type.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Example Product",
"url": "https://example.com",
"logo": "https://example.com/logo.png",
"sameAs": [
"https://www.linkedin.com/company/example",
"https://x.com/example"
]
}
</script>Understand the output
What this builder creates—and what it cannot tell you
What it builds
- A
schema.org/OrganizationJSON-LD block withnameandurl. - A
logoproperty when a logo URL is entered. - A
sameAsarray with one entry per entered official profile link. - A ready-to-publish
<script type="application/ld+json">tag.
What remains your responsibility
- The generated block is a starting point; review every property before publishing it.
- This tool does not verify that the entered URLs exist, are reachable, or that you control them.
- Publishing valid JSON-LD does not prove that any AI system recognizes, indexes, ranks, or cites the entity.
- It does not check or replace existing structured data — use the AI structure and identity checker for that.
Learn and take action
Related guides and tools
Check an existing deployed page for Organization, WebSite, and other supported structured-data entities.
Read more AI discovery readiness checklistPlace structured data in the wider access, content, structure, identity, and verification workflow.
Read more How the audit worksReview the retrieval limits, evidence labels, and interpretation boundaries.
Read moreCommon questions
Questions about this builder
Does publishing this block guarantee AI visibility?
No. This tool only generates the block locally in your browser. It does not check your live site and cannot prove that any provider recognizes, indexes, ranks, or cites the entity once you publish it.
Where do I put the generated block?
Paste the generated <script type="application/ld+json"> tag into the <head> or <body> of the page you want it to describe, typically your homepage. Publishing is your responsibility — this tool does not deploy anything.
Are sameAs links required?
No. They are useful only when official, maintained profiles strengthen identity clarity. Only add profiles you actually control.