Schema Markup in the AI Search Era: What's Changing

Schema markup has always told search engines what your content means, not just what it says. In the AI search era, that function has become dramatically more important — because the “reader” is now a large language model that must understand your entities, relationships, and claims well enough to synthesize an answer on your behalf. Schema is no longer just about rich results; it is one of the primary ways you give AI systems machine-readable context they can use when constructing generated answers.

The core vocabulary has not changed — JSON-LD, Schema.org types, the same properties practitioners have used for years. What has changed is the stakes and the strategy. Rich result eligibility in a traditional SERP was one goal. Now you are also optimizing for entity disambiguation, knowledge graph integration, and machine-readable clarity at a level where AI Overviews, Perplexity, and ChatGPT with browsing can extract, synthesize, and attribute your content with confidence. This article covers exactly what is shifting and what to do about it.

Why Schema Is the Machine-Readable Context Layer for AI Search

Language models are trained on unstructured text, but at inference time — when tools like Google’s AI Overviews or Perplexity are crawling and synthesizing — they benefit enormously from structured signals. Schema markup gives AI systems explicit declarations that they do not have to infer from prose. A well-structured Article schema tells the model: this is editorial content, written by this named person, published by this organization, about this specific topic. That context travels with the content.

Without schema, an AI system has to guess. Is this a product page or a review? Is the author a person or a brand? Is the date the publication date or a date mentioned in the body? Structured data removes ambiguity. When you compete for space in an AI-generated answer, the page that removes the most ambiguity wins more often.

At Salterra Digital Services, where technical SEO has been central to client work since 2011, this shift has moved schema from a “nice to have for rich results” item to a foundational layer that every content page carries. The mindset change matters: you are not decorating HTML for a feature — you are publishing machine-readable metadata for AI systems that need context to trust you.

Entities, Knowledge Graphs, and How LLMs Use Them

Before a large language model decides to cite your content, it evaluates whether it can resolve your entity — your brand, your authors, your organization — as a real, identifiable thing in the world. Knowledge graphs, including Google’s, are entity resolution systems. Schema markup is one of the most direct ways to feed them.

The properties that matter most for entity clarity are:

  • sameAs — links from your schema to authoritative profiles (LinkedIn, Wikipedia, Wikidata, Google Business Profile, industry directories) that confirm this entity is the same entity known elsewhere
  • about — declares the topical subject of a page so AI systems can place your content accurately within a knowledge domain
  • mentions — explicitly surfaces the entities referenced in your content, helping AI systems understand the topical context without having to extract it from prose
  • url and name on Organization and Person — the minimum anchor for entity disambiguation

When your Organization schema includes sameAs pointing to your Wikidata entry, your Crunchbase profile, your BBB listing, and your LinkedIn company page, you are not just filling in fields. You are giving every AI system that crawls you a web of corroborating signals that collectively say: this organization is real, established, and recognized by these other trusted systems. That is the foundation of machine-readable credibility.

The sameAs Property: Your Entity Anchor in the Knowledge Graph

sameAs is one of the most underused properties in most sites’ schema implementations, and one of the highest-leverage in the AI era. It tells knowledge systems that the entity described in your schema is the same entity described at these external URIs. Every corroborating reference strengthens the entity resolution.

For an Organization, include sameAs values pointing to:

  • Your Wikidata item (if one exists; if not, create it — it is public and free)
  • Your Wikipedia article (if one exists)
  • LinkedIn company page
  • Google Business Profile URL
  • Crunchbase or similar business directory
  • Any niche-specific industry directory where you have a verified listing

For Person schema on named authors, sameAs should point to their LinkedIn profile, Twitter/X profile, any author pages on external publications, and — if they have one — their Google Knowledge Panel URL. The goal is that when an AI system resolves the name “Terry Samuels,” it finds a consistent entity reinforced by multiple authoritative third-party references, not just your internal bio page.

about and mentions: Topical Context for AI Retrieval

Prefer the guided path? This is one lesson from the Advanced Schema course — get the complete step-by-step system with every lesson and template.
Explore the course →

The about property on Article and WebPage schema tells AI systems what topic a piece of content covers, expressed as a structured entity reference rather than free text. Instead of leaving the AI to infer topic from keywords, you can declare it explicitly.

A well-formed about might look like a nested Thing with a name and an sameAs pointing to the relevant Wikipedia page or Wikidata item for that concept. For a technical SEO article, that could mean declaring the about entity as “Schema.org” or “Structured Data” with a Wikidata URI. This is not theoretical — it is how you make your content legible to systems that think in entities rather than keyword frequency.

The mentions property works similarly. If your article covers Google Search Console, JSON-LD, and Bing Webmaster Tools, explicitly listing them as mentioned entities lets AI systems map your content against a richer topical graph. This supports the kind of entity co-occurrence signals that influence whether your page is seen as comprehensively authoritative on a subject.

Yes — and the reason is more nuanced than “rich results drive clicks.” Rich results are the visible surface of schema that search engines have validated and trust. Pages earning FAQ rich results, HowTo rich results, or Review rich results are pages where schema has been validated as accurate, well-formed, and matching actual page content. That validation matters to AI systems too.

Think of it this way: a page that has been awarded a featured snippet or a rich result has already passed a machine evaluation that said “this content is structured clearly enough that we can present it directly to users.” That same clarity is what makes content useful to AI Overviews and generative engines. Featured snippet performance is currently the strongest proxy metric for AI citation likelihood, precisely because both systems favor the same underlying content signals.

The practical implication: do not abandon rich result optimization in favor of some abstract “AI optimization” play. Implement schema that earns rich results, and you are simultaneously implementing schema that signals trustworthiness to AI systems. They are not separate tracks.

FAQPage and HowTo Schema as AI-Ready Content Units

FAQPage schema structures question-and-answer pairs as discrete, retrievable content units. When an AI system encounters a page with valid FAQPage schema, each Q&A; pair becomes a self-contained chunk with a clear question entity and a clear answer. This is exactly the format a language model needs to cite specific answers to specific queries.

Keep FAQ answers tight and declarative. A rambling 200-word answer buried in a paragraph is much less likely to be cited than a clean 50-word answer that states a fact, gives a key qualifier, and stops. The discipline of writing good FAQ schema forces you to write content that AI systems can actually use.

HowTo schema serves the same function for process content. If you are teaching a practitioner skill — how to implement JSON-LD, how to validate schema with the Rich Results Test — structured HowTo schema makes each step a discrete machine-readable unit. AI systems constructing “how to” answers pull heavily from this format because the sequence and the steps are explicit rather than implicit in prose.

What Schema Types Matter Most Right Now

Given the AI-first context, here is a prioritized view of which schema types carry the most weight:

  • Organization and Person — entity foundation; required before anything else provides full value
  • Article / BlogPosting — confirms content type, authorship, and publication metadata on every editorial page
  • FAQPage — formats Q&A; content as discrete retrievable units for AI systems
  • BreadcrumbList — communicates site architecture and topical hierarchy to crawlers
  • WebSite and WebPage — establishes the publishing entity and page-level metadata
  • HowTo — structures instructional content for AI extraction
  • Product and Review — critical for e-commerce and review sites; AI shopping answers pull heavily from this data

The order matters. Entity schema for your organization and authors should be implemented first and implemented correctly — with solid sameAs coverage — because every piece of content schema that references those entities inherits their credibility. Build the foundation before optimizing the edges.

Common Schema Mistakes That Undermine AI Visibility

Errors in schema do not just cost you rich results — in the AI era, they actively undermine the machine-readable trust you are trying to build. The most common problems in real-world implementations:

  • Schema that does not match page content — declaring a 5-star rating in Review schema when no review exists on the page; AI systems increasingly detect these mismatches and discount the entire schema block
  • Missing or stub author schema — using a generic byline without Person schema, leaving AI systems unable to resolve authorship as a real entity
  • No sameAs on Organization — the single biggest missed opportunity; without external corroboration, entity resolution is weak
  • Duplicate or conflicting schema — multiple conflicting implementations on the same page (e.g., a plugin generating schema and a theme also generating it) create noise that AI systems treat as unreliable
  • Blocking AI crawlers in robots.txt — inadvertently preventing GPTBot, ClaudeBot, PerplexityBot from crawling defeats the purpose of schema entirely

Validate every implementation with Google’s Rich Results Test and Schema.org’s validator. Run the check after every CMS update, theme change, or plugin modification — schema implementations break silently more often than most practitioners realize.

Frequently Asked Questions

Does schema markup directly affect whether AI Overviews cite my content?

Schema markup is a contributing signal, not a guarantee. It gives AI systems explicit, machine-readable context — authorship, content type, entity relationships — that reduces ambiguity and builds trust. Pages with solid, accurate schema tend to earn featured snippets and rich results, and those same pages are the ones most frequently cited in AI-generated answers. The correlation is strong; the causation is indirect but real.

What is the sameAs property and why does it matter for AI search?

sameAs is a Schema.org property that links your entity — an organization, a person, a brand — to authoritative external profiles like LinkedIn, Wikidata, Wikipedia, or industry directories. It tells AI systems and knowledge graphs that the entity on your page is the same entity recognized at those external URIs, enabling strong entity disambiguation. Without sameAs, an AI system has to guess whether your brand is the same brand mentioned elsewhere on the web.

Should I still optimize for rich results if AI Overviews are pushing them down the page?

Yes. Rich results are the visible evidence that your schema is accurate, well-formed, and validated by Google. The same content qualities that earn rich results — direct answers, structured markup, clear authorship — are what AI systems use when deciding what to cite. Rich result performance is currently the best available proxy for AI citation likelihood, so chasing one effectively means chasing both.

What is the difference between the about and mentions properties in schema?

The about property declares the primary subject of a page as a structured entity — what the content is fundamentally about. The mentions property lists entities referenced within the content but not the primary focus. Both help AI systems build a richer topical map of your content. Use about to declare your core topic and mentions to surface the key concepts and tools your content discusses, ideally with sameAs links to Wikidata or Wikipedia for each.

How often should I audit my schema implementations?

Run a validation check after every site update — CMS upgrades, theme changes, plugin modifications — because schema breaks silently. Beyond reactive checks, audit your top 20 pages quarterly: verify schema is present, accurate, and matching current page content. Use Google's Rich Results Test and Search Console's Rich Results report together. As your AI visibility strategy matures, add spot-check monitoring for AI Overview appearances on your target queries.

Is JSON-LD still the recommended format for schema in the AI era?

Yes. JSON-LD remains Google's recommended format and is the most AI-friendly because it is a clean, separate block of structured data that does not intermingle with HTML content. It is easier to implement, audit, and update than Microdata or RDFa. Embed your JSON-LD in the document head or immediately before the closing body tag, keep it valid, and do not let competing implementations from multiple plugins generate conflicting blocks on the same page.

Terry Samuels
Written by Terry Samuels

Terry has 30+ years in software and SEO. He’s the founder of Salterra Digital Services and SEO Spring Training, host of the Roundtable SEO Mastermind, and lead instructor at SEO University — teaching the exact tactics his team uses on client work.

Ready to master this?

This guide is one lesson from the Advanced Schema course. Get every lesson, framework and checklist — plus the full 38-course catalog — inside SEO University.