CiteLarkRun free audit

How to show up in ChatGPT and AI search

Updated June 4, 2026 · 7 min read

Search is moving into AI answers, and the rules changed. A page can rank nowhere on Google yet be quoted constantly by ChatGPT — in 2026, 81% of brands cited by ChatGPT don't appear in Google's top 10. Here's how AI engines actually decide who to cite, and exactly what to do about it.

Why AI search isn't the same as Google

Google ranks pages largely on links and on-page signals. AI answer engines do something different: they assemble an answer from sources they can read, understand, and trust — and trust comes from what researchers call "consensus signal," the same facts corroborated across many independent sources.

That means being cite-worthy is less about chasing keywords and more about being machine-readable, well-structured, and consistently described across the web. Three things have to be true before any of that matters.

The three requirements to be cited

  • Crawlable — the AI engine's crawler must be allowed to fetch your pages (this is set in your robots.txt).
  • Extractable — your actual words must be in the raw HTML, not rendered only after JavaScript runs.
  • Understandable — structured data and clear, answer-shaped content tell the AI who you are and what it can quote.

Step 1 — Let the AI crawlers in

The crawlers that build live answers are different from the ones that train models. OAI-SearchBot and ChatGPT-User fetch pages for ChatGPT's answers; PerplexityBot and Perplexity-User do it for Perplexity; Claude-SearchBot for Claude. If your robots.txt blocks these, you cannot be cited in real-time answers no matter how good your content is.

Check your robots.txt for blanket Disallow rules that catch these user-agents. In our 2026 study of 30 leading brands, 14% blocked at least one AI answer engine — usually by accident, via a generic rule written for the pre-AI web.

Step 2 — Put your answers in the HTML

Many modern sites render their content with client-side JavaScript. Most AI crawlers don't execute JavaScript — so they see a near-empty page. If your key facts, descriptions, and answers aren't present in the initial HTML, they effectively don't exist for AI.

Server-render or pre-render your important content. Then shape it the way AI quotes things: concise answers, clear headings, lists, and tables.

Step 3 — Add structured data

Schema.org JSON-LD is the most reliable way to tell AI who you are and what's safe to quote. At minimum, add Organization (or LocalBusiness) markup to anchor your identity, and FAQPage markup for your most common questions.

FAQ markup punches far above its weight because question-and-answer content maps directly onto how people prompt AI — yet in our study, only 5% of leading sites used it. It's the single highest-leverage gap for most businesses.

Step 4 — Build consensus signal

AI confirms who you are by cross-checking sources. Link your verified profiles together with sameAs references, keep your name, address, and key facts identical everywhere they appear, and make sure third-party listings agree with your own site. The more corroboration, the more confidently AI will recommend you.

Step 5 — Measure, then fix the gaps

You can't improve what you can't see. Run a free AI Search Readiness audit to get a 0–100 score across all of the above plus a prioritized, specific list of what's holding you back — and which AI engines can and can't see you right now.

See where your site stands in AI search

Run a free AI Search Readiness audit and get your score plus the exact fixes.

Frequently asked questions

How long does it take to show up in ChatGPT?

Crawler-access and structured-data fixes can be picked up within days to a few weeks as engines re-crawl. Building consensus signal across the web is slower and compounds over months. Start with crawlability and schema for the fastest wins.

Do I need to pay to appear in AI search results?

No. Unlike ads, AI citations are earned through being readable, structured, and corroborated. The work is technical and editorial, not a media buy.

Will blocking GPTBot remove me from ChatGPT?

GPTBot is OpenAI's training crawler. The crawlers that fetch pages for live answers are OAI-SearchBot and ChatGPT-User. Blocking the search crawlers is what removes you from real-time citations — check each separately.