AI Visibility Metrics3 min read|

Structured Data for AEO: The Schemas That Actually Drive Citations

Not every schema markup helps AEO. The schemas that drive citations are Organization with sameAs, Person with knowsAbout, FAQPage, HowTo, and Article with citation arrays. This guide maps which to ship and in what order.

Senior developer reviewing a printed JSON-LD schema diagram on a warm-lit office desk with a leather notebook

Key Highlights

  • Five schemas drive citations: Organization with sameAs, Person with knowsAbout, FAQPage, HowTo, and Article with citation arrays. Other schemas help SEO but produce less measurable AEO lift
  • The single highest-leverage schema is Organization with a complete sameAs array. It anchors entity confidence across every major AI model
  • Schema validation in CI is non-negotiable. A broken schema is worse than no schema because the model treats parse errors as a trust signal against the brand
  • Schema is one workstream of AEO, not the whole discipline. Schema without citation surface architecture or entity reconciliation produces limited lift

Why this article exists

Schema markup is the most over-discussed AEO topic in 2026 because it is the easiest to make a checklist for. The checklists are not wrong, but they tend to over-cover schemas that look comprehensive in audit tools and under-cover the schemas that actually drive citations.

This article narrows the field. Five schemas drive citations measurably. A few others are useful as supporting signal. The rest can be left off the implementation plan without affecting citation rate.

The five schemas that drive citations

  1. Organization with sameAs. The foundation. Organization schema implemented sitewide with a complete sameAs array linking the brand to LinkedIn, Crunchbase, Wikipedia, Wikidata QID, X, and (for technical brands) GitHub. Single highest-leverage schema.

  2. Person with knowsAbout. Named author entities for every long-form piece. Person schema with knowsAbout arrays, credentials, and sameAs to LinkedIn and published work. Lifts citation rate by a measurable margin in OnlyAEO's audits.

  3. FAQPage. On every page with a FAQ section. Each question-answer pair must be unique to the page, not repeated across the site. Five to seven pairs per page is the sweet spot for extraction.

  4. HowTo. On methodology pages with step-by-step content. Each step needs both a name and a text field. Steps without text are not citable.

  5. Article with citation arrays. Article schema with structured Person author, datePublished, dateModified, and citation arrays for any externally referenced sources. Drives citations from Claude and DeepSeek in particular.

Schemas that help SEO but produce less AEO lift

Several schemas are useful for traditional SEO but produce limited measurable AEO citation lift:

  • BreadcrumbList. Useful for SERP features, neutral for AEO.

  • VideoObject. Useful for video SEO, neutral for most B2B AEO unless video citations are part of the program.

  • Product. Useful for e-commerce SEO. Helpful for product-comparison AEO but not the primary driver.

  • Review and AggregateRating. Useful for review snippets in SERP, modestly useful for AEO trust signal.

These should be shipped where the brand benefits from SEO, but they should not displace effort from the five core schemas.

The validation discipline

Schema validation in CI is non-negotiable. A schema with parse errors is worse than no schema because the AI models treat parse errors as a trust signal against the brand. Three checks should run on every page change:

  • Schema.org validator for structural validity.
  • Google Rich Results Test for Google-specific compliance.
  • A snapshot test in the brand's CI pipeline that flags any schema removal or unexpected change.

Brands that skip CI validation usually accumulate broken schema over months and lose citation rate without knowing why.

The five schemas, their citation lift, and their implementation cost

SchemaWhere it goesCitation liftImplementation cost
Organization with sameAsSitewide headerHighestLow (one-time)
Person with knowsAboutEvery long-form pieceHighMedium
FAQPageEvery page with a FAQHighLow per page
HowToMethodology pagesHighMedium
Article with citation arraysEvery long-form pieceHighMedium

How schema fits the broader AEO workstream

Schema is one workstream of OnlyAEO's eight-workstream technical playbook. It is the workstream that moves the model's entity confidence and citation surface readability fastest. Most clients see citation movement within 60 days of shipping the five schemas above, when paired with entity reconciliation and citation surface architecture.

Schema without the rest of the program produces limited lift. The rest of the program without schema also produces limited lift. The combination is what compounds.

Get your free AI visibility audit

OnlyAEO will audit your structured data against the five schemas above, identify the highest-leverage gap, and return a scored implementation plan inside two weeks. No commitment.

Get Your Free Audit

Frequently Asked Questions

Is JSON-LD the right format for AEO schema?+
Yes. JSON-LD is the format the major AI models read most consistently. Microdata and RDFa work but are less consistently parsed. Default to JSON-LD unless an existing implementation makes switching expensive.
Should schema be in the page head or body?+
Most production implementations put JSON-LD in the page head as a script tag. Some teams place schema inline in the body. Either works. Placement does not affect citation rate measurably.
How often does schema need to be re-audited?+
Quarterly for entity-level schema (Organization) because sameAs URLs change. Monthly for content schema (FAQPage, HowTo, Article) because content changes frequently. Snapshot tests in CI catch most drift between audits.
Does AEO require microformats or only JSON-LD?+
JSON-LD is sufficient for all five core schemas. Microformats are not required for AEO and add complexity without measurable citation lift.
Does OnlyAEO offer a free schema audit?+
Yes. OnlyAEO audits any site's structured data against the five core schemas at no cost, returns a scored result, and names the single highest-leverage gap. The audit takes two weeks.
OnlyAEO

OnlyAEO

Expert insights on Answer Engine Optimization and AI visibility strategy.

Related Articles