NotionCue
AI Visibility Platform
All systems live
Sign in →
AEO Guidellms.txt GeneratorRobots.txtBLUF TemplatesBlogChangelogAbout
← Blog
TechnicalJun 19, 2026·10 min read

JSON-LD Schema for AEO: The Types That Actually Move Citation Rates

Pages with well-implemented structured data earn AI citations at 2.8x the rate of unstructured equivalents. Here are the five schema types that drive that gap, in priority order, with copy-paste JSON-LD for each.

SS
Sudhir Singh
Senior SEO & AEO Specialist · NotionCue
🧩

Schema markup does not guarantee AI citations. Nothing does. But pages with well-implemented structured data earn citations at measurably higher rates than equivalent pages without it. AirOps research from 2026 puts pages with clean structured data at 2.8 times the citation rate of poorly structured equivalents.

Two things changed in 2026 worth knowing before implementation. HowTo rich results were deprecated by Google in January 2026, the JSON-LD type is still valid and AI engines still parse it, but SERP rich results are gone. FAQPage rich results were removed from standard Google Search on 7 May 2026, completing a restriction started in 2023. FAQPage JSON-LD is still valid and AI retrieval crawlers still parse it. Do not remove FAQPage markup from your site because of this change.

1. Organisation Schema (Sitewide, Do This First)

Organisation schema defines your brand as an entity. The sameAs array is what makes this high-leverage for AEO. Linking your brand to its external profiles teaches AI knowledge graphs to recognise and accurately describe your brand.

{
  "@context": "https://schema.org",
  "@type": "Organization",
  "@id": "https://notioncue.com/#organization",
  "name": "NotionCue",
  "url": "https://notioncue.com",
  "description": "AEO tracking platform that monitors brand citations across ChatGPT, Perplexity, Claude, and Google AI Overviews.",
  "sameAs": [
    "https://www.linkedin.com/company/notioncue",
    "https://twitter.com/notioncue"
  ]
}

2. Article Schema (Every Blog Post and Content Page)

Article schema signals editorial credibility. The dateModified property is the most under-used and highest-value field. AI retrieval systems use it as one of the primary freshness signals when comparing two pages on the same topic.

{
  "@context": "https://schema.org",
  "@type": "Article",
  "headline": "Your Article Title Here",
  "datePublished": "2026-06-01",
  "dateModified": "2026-06-23",
  "author": {
    "@type": "Person",
    "name": "Sudhir Singh",
    "sameAs": "https://www.linkedin.com/in/sudhir-ks"
  },
  "publisher": {
    "@type": "Organization",
    "@id": "https://notioncue.com/#organization"
  }
}

3. FAQPage Schema (Any Page With a Q&A Section)

FAQPage is the schema type most directly aligned with how AI retrieval works. Keep each acceptedAnswer.text between 40 and 80 words, short enough to be pulled directly into an AI-generated response, long enough to be substantive. Write questions in natural language matching how people actually type into ChatGPT.

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is answer engine optimisation?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "Answer engine optimisation (AEO) is the practice of structuring content so AI systems like ChatGPT, Perplexity, Claude, and Google AI Overviews can extract and cite it in generated answers. It differs from traditional SEO in that it targets AI-generated responses rather than positions on a search results page."
      }
    }
  ]
}

4. Person Schema (Author Pages)

Author credibility is an E-E-A-T signal that AI systems use when deciding whether to cite a source. The knowsAbout array tells AI systems which topics to associate with this author.

{
  "@context": "https://schema.org",
  "@type": "Person",
  "@id": "https://notioncue.com/about/#person",
  "name": "Sudhir Singh",
  "jobTitle": "Senior SEO and AEO Specialist",
  "sameAs": ["https://www.linkedin.com/in/sudhir-ks"],
  "knowsAbout": [
    "Answer Engine Optimisation",
    "AI Search Visibility",
    "Technical SEO",
    "AI Citation Tracking"
  ]
}

5. BreadcrumbList Schema (All Content Pages)

BreadcrumbList schema tells AI crawlers where a page sits within your site's information architecture. A page on AI citation tracking that sits within a structured AEO content cluster is more authoritative on that topic than a standalone page with no structural context.

{
  "@context": "https://schema.org",
  "@type": "BreadcrumbList",
  "itemListElement": [
    {"@type": "ListItem", "position": 1, "name": "Home", "item": "https://notioncue.com"},
    {"@type": "ListItem", "position": 2, "name": "Blog", "item": "https://notioncue.com/blog"},
    {"@type": "ListItem", "position": 3, "name": "JSON-LD Schema for AEO", "item": "https://notioncue.com/blog/json-ld-schema-aeo"}
  ]
}

Validate every page before publishing using Google's Rich Results Test at search.google.com/test/rich-results. After publishing, Perplexity typically responds within days because it retrieves at query time. ChatGPT and Claude can take four to twelve weeks for training and index updates.

Share this post
Check your AEO score
Scan your domain free — get your AI visibility score across 5 LLMs in 30 seconds.
Scan my site →
SS
Sudhir Singh
Senior SEO & AEO Specialist · NotionCue

Senior SEO and AEO specialist with 12+ years across e-commerce, global education, and healthcare. Building Notion Cue to track brand citations across ChatGPT, Perplexity, Gemini, and AI Overviews.

View all →
📖
Technical11 min read

The AEO Glossary: 25 Terms Every AI Search Practitioner Should Know

This is the first entry in a new reference series. Rather than another explainer, this is a working glossary — short, direct definitions for the terms that come up constantly across AI search, AEO, and GEO discussions, each linked to a deeper guide where one exists on this blog.

SS
Jul 27, 2026
🗺️
Technical9 min read

Sitemap Strategy for AI Crawlers: The Technical Layer Most AEO Audits Skip

Server log analysis across a meaningful sample of sites found GPTBot referencing sitemaps on roughly three out of four initial domain visits, compared to just over half for Googlebot. PerplexityBot showed an even stronger dependency, crawling sitemap-listed URLs several times more often than equivalent pages it found only through links. Most sitemaps are still built entirely around Google.

SS
Jul 22, 2026
📅
Technical8 min read

Event Schema for AEO: Why Your Conference or Webinar Needs Structured Data Now

Google's own list of schema types still worth investing in after its 2026 rich-result cleanup names Event alongside JobPosting as one of the categories that maps to genuine, ongoing business use rather than SERP-gaming. Most companies running webinars and conferences have never implemented it.

SS
Jul 20, 2026
🕷️
Technical7 min read

Google-CloudVertexBot and the New AI Crawlers Your robots.txt Was Never Configured For

Google added Google-CloudVertexBot to its official list of crawlers in 2026 — a new user-agent specifically for sites owners that build Vertex AI Agents and want that agent crawling their own site on their behalf. It is one of a growing list of newer, purpose-specific AI crawlers most robots.txt files have simply never been updated to address at all.

SS
Jul 17, 2026
Get AEO updates weekly.

Citation shifts, algorithm changes, and what's actually working.