What Most People Get Wrong About JSON-LD

For the past decade, SEO consultants have taught this:

“Add JSON-LD schema so Google’s SERP can show star ratings, FAQ accordions, product prices, and other rich results.”

This claim is not wrong in itself, but it only tells half the story. Google rich results are an “added bonus,” but the real strategic value of JSON-LD only surfaced in the AI era: LLMs parse this markup heavily during training.

Why Do LLMs Care About schema.org?

Before training, LLMs must first “structure” web page textโ€”distinguishing the title, body, author, date, and other elements. Traditional HTML parsing relies on semantic elements like H1 / H2, <article>, and <time>, but these have limited credibility (anyone can misuse H1).

What JSON-LD provides is facts at the level of an “author’s own declaration”:

During training, LLMs treat these declarations as structured facts written into the vector space. The same content with vs. without JSON-LD produces very different “understanding” by the AI.

JSON-LD โ€” the 4 schemas with the biggest impact on GEO SCHEMA 1 SCHEMA 2 SCHEMA 3 SCHEMA 4 Organization Article FAQPage Product Company entity Article content Q&A structure Product / service name / url / logo sameAs / contactPoint headline / author datePublished mainEntity[ ] Question + Answer offers / brand aggregateRating Applies to: all official sites Applies to: blogs / news Applies to: FAQs / knowledge bases Applies to: e-commerce / SaaS Google officially recommended JSON-LD as of 2024; OpenAI and Anthropic also prioritize parsing this format during training.

The 4 Schemas With the Biggest Impact on GEO

1. Organization (Company Entity)

Every brand’s official site should have this on its homepage and “About Us” pages. It includes:

Why it matters: It establishes the authoritative foundation of a “brand entity.” Without Organization schema, an LLM sees only a string of text, with no structured concept of a “company.”

2. Article (Article Content)

Every blog / news article should have this. It includes:

Why it matters: It directly affects the E-E-A-T dimension score. To an LLM, an article without Article schema has heavily discounted authority.

3. FAQPage (Q&A Structure)

If your content is in FAQ format, you must add FAQPage schema. It includes:

Why it matters: Perplexity and Google AI Overviews cite FAQ structures at extremely high rates. An FAQ that uses H2s for questions with plain-text answers vs. an FAQ wrapped in FAQPage schema differ by more than 5x in citation probability.

4. Product / Service

E-commerce and SaaS should add this. It includes:

Why it matters: When a user asks an AI for “recommendations for XYZ,” the LLM internally compares the structured attributes of candidate products. Product information that isn’t structured gives the AI nothing to compare against.

Why JSON-LD > Other Formats?

In the past there were also two structured-data formats: Microdata and RDFa. Why does GEO prefer JSON-LD?

Comparison JSON-LD Microdata RDFa
Lives in a <script> block โœ… Doesn’t affect HTML structure โŒ Scattered throughout the HTML โŒ Same
Maintenance difficulty Low (standalone block) High (every section needs it) High (same)
Mainstream support Google / OpenAI / Anthropic Partial support Partial support
Error rate Low Medium Medium

In its official 2024 documentation, Google formally recommended JSON-LD as the primary format. OpenAI and Anthropic also prioritize parsing JSON-LD during training (other formats are sometimes ignored or misinterpreted).

Common Mistakes

Things we’ve seen in client audits:

What an Audit Can Tell You

GeoWeb’s “Structured Data” dimension (10% weight) lists, item by item:

๐Ÿ‘‰ Free GEO Audit

If, after reading the report, you need technical help adding and maintaining schema, we offer a GEO consulting service: [email protected]


GEO Advanced Series #9. Previous article: “Why E-E-A-T Matters More in the AI Era Than Ever Before”