AEO Your BrandAEOYour BrandLog In
All articles

10 June 2026

How to Get Cited by ChatGPT, Perplexity & Gemini

A tactical playbook for structuring pages so AI answer engines extract and cite them — schema, answer-first writing, FAQs, freshness, and named stats.

By AEO Team

AI answer engines don't crawl the web for you the way Google's blue links once did. They extract a sentence or two from a handful of pages, paraphrase it, and credit the source. If your page isn't structured so that extraction is easy and the answer is obvious, you won't be the source that gets named.

This playbook covers the content structure that wins citations across ChatGPT, Perplexity, and Gemini — what each platform actually favours, and what to change on a page today.

Why structure beats keywords for AI citations

The single biggest driver of being cited is content-answer fit: how directly and completely a passage answers the question being asked. In a ZipTie analysis of roughly 400,000 pages, content-answer fit accounted for about 55% of ChatGPT citation likelihood — more than any other factor. Keyword density and clever phrasing barely move the needle.

That changes how you write. AI engines reward pages where each section makes a clear claim in its first sentence, supports it with a self-contained paragraph, and signals trustworthiness through schema, named statistics, and real authorship. Below is how to build that, platform by platform.

What each platform actually favours

The three major engines pull from different indexes and weight different signals. Optimise for the mechanics, not the brand name.

Platform Index it pulls from What earns the citation
ChatGPT Bing-based index Content-answer fit (55% of citation likelihood); domain authority (40% authority, ~35% quality, ~25% trust across 129k domains); freshness — pages updated within ~30 days cited ~3.2× more
Perplexity Live web + its own retrieval Always cites sources; FAQPage JSON-LD pages cited noticeably more; self-contained paragraphs, publishing velocity, publicly-hosted PDFs; Article schema with publish/modified dates
Gemini / Google AI Overviews Google index + Knowledge Graph Schema is the biggest single lever (~30–40% visibility boost); E-E-A-T and author bios with real credentials; only ~15% of AI Overview sources overlap the traditional top-10

Two takeaways. First, ranking well on classic Google does not guarantee Gemini picks you — only about 15% of AI Overview sources come from the top-10, so schema and authorship do work that backlinks alone won't. Second, schema and FAQ content help across all three, so they're the highest-leverage place to start.

How to structure a page so AI engines cite it

Follow these steps on any page you want cited. They apply equally to a service page, a guide, or a product page.

  1. Lead with a one-sentence answer. Open each section with a direct, self-contained reply to the implied question, then expand. The extractable sentence is what gets quoted.
  2. Write self-contained paragraphs. Make each paragraph stand on its own without relying on the one before it — assume the engine lifts it in isolation. Restate the subject instead of using "it" or "this".
  3. Add the matching schema. Mark up the page with the JSON-LD type that fits its purpose (see the table below). Gemini and Perplexity both lean on it heavily.
  4. Cite named statistics. Replace vague claims with specific numbers attributed to a named source — this raises citation rates roughly 15–30% per the Princeton GEO study (KDD 2024).
  5. Add a real author and credentials. Attribute the page to a named person with a genuine bio; E-E-A-T signals are a core Gemini lever.
  6. Stamp and refresh dates. Publish with visible publish and modified dates, and update the content — ChatGPT cites pages touched within ~30 days about 3.2× more often.
  7. Add a focused FAQ block. Answer 3–5 real questions in 50–90 words each and mark them up as FAQPage; Perplexity cites these noticeably more.

Match the schema type to the page

Schema is the clearest machine-readable signal of what a page is and what it answers. Use the type that fits the page's job — don't bolt FAQPage onto everything.

Page type Schema to use Why
Blog post / guide Article Carries author, publish and modified dates — feeds freshness and E-E-A-T
Q&A or support page FAQPage Strongest single signal for Perplexity citations
Homepage / about Organization Defines the entity for Google's Knowledge Graph
Product or service Product Surfaces price, rating, and availability in answers
Step-by-step tutorial HowTo Maps cleanly onto "how do I…" answers

A minimal FAQPage snippet

Add this in the page head or body as a <script type="application/ld+json"> block. Keep the visible questions and answers on the page identical to the markup — mismatched schema can be ignored or penalised.

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is an AEO audit?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "An AEO audit scores how well a website is structured for AI answer engines, checking schema, extractable content, authority, and freshness."
      }
    }
  ]
}

Write the way the AI answers

AI engines paraphrase short, factual, self-contained statements. Salesy, build-up prose gives them nothing clean to lift. Write in an authoritative, declarative tone and put the fact first.

Here's the contrast. Before: "At our agency, we've spent years perfecting an approach that we truly believe can transform the way your business shows up online, and we'd love to walk you through how it all works." That paragraph has no extractable claim, no number, and no standalone answer.

After: "An AEO audit scores a site 0–100 across six modules: understandability, citability, authority, structured knowledge, semantic coverage, and external signals. Sites with FAQPage schema are cited more often by Perplexity than those without." Two self-contained sentences, a concrete structure, and a named, checkable claim — exactly what an engine can quote and attribute.

Apply the same edit everywhere: open with the answer, state numbers with their source, and cut hedging. If a sentence can't be lifted out of the paragraph and still make sense, rewrite it.

Don't skip freshness and PDFs

Freshness is a ranking signal, not a vanity metric. Because ChatGPT cites recently updated pages about 3.2× more, a genuine content refresh — new data, a corrected stat, an added FAQ, an updated dateModified — is one of the cheapest citation wins available. Schedule reviews of your highest-intent pages rather than publishing once and walking away.

Perplexity also rewards publishing velocity and indexes publicly-hosted PDFs well. If you produce research, benchmarks, or guides, host them as crawlable PDFs with a clear title and date rather than locking them behind a form. A cited PDF still drives the recommendation back to your organisation.

Frequently asked questions

Does schema markup guarantee my page gets cited by AI?

No, but it's the single biggest lever for Gemini and Google AI Overviews, contributing an estimated 30–40% visibility boost, and FAQPage markup measurably increases Perplexity citations. Schema makes your content machine-readable and unambiguous, which raises the odds the engine extracts and attributes it. You still need a genuinely good, direct answer behind the markup.

How is getting cited by ChatGPT different from ranking on Google?

ChatGPT pulls from a Bing-based index and weights content-answer fit most heavily — roughly 55% of citation likelihood — alongside domain authority and freshness. Classic Google ranking relies more on backlinks and on-page SEO. They overlap, but only about 15% of Google AI Overview sources come from the traditional top-10, so strong rankings don't guarantee AI citations.

Do statistics really make a difference to citation rates?

Yes. The Princeton GEO study presented at KDD 2024 found that adding statistics with named sources raised citation rates by roughly 15–30%. AI engines favour specific, attributable claims over vague assertions because they're easier to quote and verify. Replace phrases like "many businesses" with a real figure and its source wherever you can.

Which schema type should I use for a blog post?

Use Article schema for blog posts and guides. It carries the author, publish date, and modified date — feeding both the freshness signal ChatGPT rewards and the E-E-A-T signals Gemini relies on. Add a FAQPage block as well if the post answers distinct questions, and pair it with a named author bio that includes real credentials.

Measure what you're missing

Every signal above is concrete and checkable — schema presence, extractable paragraphs, named statistics, author credentials, and freshness either exist on a page or they don't. An AEO audit scores a site across these exact modules and surfaces which ones are missing, so you know what to fix first rather than guessing.

See how visible your brand is in AI search.

Run free audit