Skip to content
AISO
← Back to blog

How to Get Cited by ChatGPT, Perplexity, and Gemini

By AISO13 min read

Introduction

At some point in the last year, someone searched for a product like yours on ChatGPT or Perplexity — and got an answer that didn't include you. Your competitor was cited. You weren't.

This isn't a ranking problem. You can have a page-one Google result and still be completely invisible to AI answer engines. These systems don't pull from a ranked list. They synthesize responses from sources they've indexed, understood, and deemed credible — and the criteria for making that list are fundamentally different from traditional SEO.

The good news: AI citation optimization is still early enough that most websites haven't addressed it at all. If you implement even three or four of the tactics in this guide, you'll be ahead of the vast majority of your competitors for every AI-generated answer in your niche.

Here are seven proven tactics for getting cited by ChatGPT, Perplexity, Google Gemini, and other AI answer engines — with specific, actionable steps for each.

Why AI engines select sources the way they do

Before getting into tactics, it's worth understanding the mechanism. AI answer engines don't browse the web like a human and pick the most interesting article. They run a multi-step process that looks roughly like this:

  1. Crawl and index your pages using AI-specific bots (GPTBot, PerplexityBot, ClaudeBot)
  2. Parse and embed the content — converting your page into a representation of what it means, not just what it says
  3. Match against queries — at inference time, retrieving the most semantically relevant chunks from their index
  4. Verify credibility — cross-referencing against brand signals, author authority, and third-party consensus
  5. Synthesize and cite — composing a response and attributing sources

This means getting cited requires being accessible at step 1, understandable at step 2, relevant at step 3, credible at step 4, and clear enough to quote at step 5. A weakness at any step can knock you out, regardless of how strong you are at the others.

Now, the tactics.

Tactic 1: Allow AI crawlers in your robots.txt

This is the most common reason sites fail to appear in AI-generated answers — and the easiest to fix. If your robots.txt blocks AI crawlers, none of the other tactics matter. You simply won't be in the index.

The major AI engines use distinct crawler agents, separate from Googlebot. Many sites accidentally block them with wildcard rules or legacy bot blocks. Check your robots.txt file right now and ensure the following agents are allowed:

User-agent: GPTBot
Allow: /

User-agent: OAI-SearchBot
Allow: /

User-agent: PerplexityBot
Allow: /

User-agent: ClaudeBot
Allow: /

User-agent: Applebot
Allow: /

User-agent: Amazonbot
Allow: /

If you want to restrict certain sections (like admin pages or duplicate content) while allowing AI bots on your main content, you can be more specific:

User-agent: GPTBot
Disallow: /admin/
Disallow: /checkout/
Allow: /

After updating your robots.txt, submit your sitemap to each engine's respective webmaster tools where available. Perplexity picks up new content particularly quickly — often within 48–72 hours of a crawl.

One important nuance: Claude (Anthropic) respects ClaudeBot, but also uses its own internal training data. Being accessible to ClaudeBot improves your visibility for real-time citations in Claude Pro's web search mode, which is separate from base model knowledge.

Tactic 2: Add FAQPage JSON-LD structured data

FAQ schema is the single highest-leverage structured data investment you can make for AI citation. Here's why: AI engines are fundamentally question-answering systems. When your page explicitly declares "here is a question, and here is the answer" in machine-readable format, you're speaking the AI's native language.

FAQPage JSON-LD tells the AI exactly which questions your page addresses and what the answers are — without requiring the engine to infer that structure from your prose. Pages with FAQPage schema are substantially more likely to be pulled into AI responses for matching queries.

Here's a copy-paste template:

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is AI search optimization?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "AI search optimization (AISO) is the practice of structuring your website's content and technical signals so that AI answer engines like ChatGPT, Perplexity, and Gemini can find, understand, and cite your content in their responses."
      }
    },
    {
      "@type": "Question",
      "name": "How do I get my website cited by ChatGPT?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "To get cited by ChatGPT, ensure GPTBot is allowed in your robots.txt, add FAQPage and Organization JSON-LD schema, write content with clear answer-first paragraphs, and build brand signals across review platforms and third-party sites."
      }
    }
  ]
}
</script>

A few rules for high-performing FAQ schema:

  • Write questions the way real people ask them, not the way marketers would phrase them. "How do I get cited by Perplexity?" not "Perplexity citation optimization strategies."
  • Keep answers self-contained. The answer text should make sense without reading the surrounding page — because the AI may pull it in isolation.
  • Target 8–15 questions per page. Too few limits your citation surface; too many can dilute quality.
  • Don't hide FAQ content behind JavaScript accordions. The schema and the visible HTML must both exist in the page source. If the text only appears after a click, crawlers often can't read it.

You can generate FAQ schema automatically for any page using AISO's FAQ Generator — which identifies the questions real users are asking about your topic and drafts schema-ready answers.

Tactic 3: Use answer-first paragraph structure

AI engines extract answers by scanning your content. The faster they can locate a clear, direct answer to a query, the more likely they are to cite your page. Pages that bury the answer in paragraphs of context, caveats, or brand storytelling get skipped.

The fix is a writing pattern called answer-first structure (sometimes called the inverted pyramid). It works like this:

  • Lead with the answer. The first sentence of every section should directly answer the implied question of that section's heading.
  • Then explain. Follow with supporting detail, context, and nuance in subsequent sentences.
  • Then elaborate. Add examples, caveats, or related information at the end.

Before (context-first, AI-unfriendly):

Structured data has been an important part of SEO for many years. Google introduced rich results as a way to reward pages that implemented schema markup correctly. Over time, the types of schema that matter have evolved considerably. Today, with AI search becoming more prominent, structured data plays a new and different role...

After (answer-first, AI-friendly):

Structured data helps AI engines understand your page's purpose without having to infer it from prose. When you add JSON-LD schema, you explicitly tell the AI what your page is about, who published it, and what questions it answers — making it significantly more likely to be cited.

The second version gives the AI a complete, citable statement in the first sentence. The first version makes the AI read four sentences to extract the same information — and it may give up before it gets there.

Apply this pattern at the article level (lead with your main point before developing it) and at the section level (lead each H2 and H3 with the answer before supporting it).

Tactic 4: Name your entities explicitly

AI engines build a model of the world based on named entities — specific people, products, companies, technologies, and concepts. When your content references these entities clearly and consistently, AI systems can accurately map your content to relevant queries.

Vague language is the enemy of AI citation. Consider the difference:

Vague: "Recent developments in AI tools have changed how people find information."

Entity-rich: "The release of ChatGPT Search, Perplexity's expansion to 10 million daily active users, and Google's rollout of AI Overviews across 200 countries have fundamentally shifted where people begin their searches."

The second version gives an AI engine three specific entities to anchor the content to — making it far more useful as a citation for queries about ChatGPT, Perplexity, or Google AI.

For your own content, this means:

  • Name the specific AI engines you're discussing (ChatGPT, Perplexity, Gemini, Claude, Copilot — not "AI tools" or "large language models")
  • Name your product, company, and founders explicitly on your homepage and About page
  • Name your category and subcategory: "AI search optimization tool" not just "optimization platform"
  • Name competitor products where you're making comparisons (this improves your citation rate for comparison queries like "X vs Y")

Entity naming is also the mechanism behind why comparison pages are so valuable for AISO. A page titled "AISO vs SEO" that explicitly discusses both terms increases citation surface for queries about either topic.

Tactic 5: Build off-site brand signals

AI engines don't cite only based on what's on your website. They cross-reference your brand against what independent sources say about you. If you exist only on your own domain, AI systems have lower confidence in your authority — because there's no external consensus to verify against.

Off-site brand signals that matter for AI citation:

Review platforms: G2, Capterra, Trustpilot, and Product Hunt are indexed heavily by AI engines. An accurate, complete listing on these platforms — with category tags, feature descriptions, and user reviews — tells AI systems what your product does and confirms you're a real, active business.

Community discussions: Mentions of your product in relevant Reddit communities (r/SEO, r/marketing, r/SaaS) or Quora answers establish organic credibility. These discussions are heavily cited by Perplexity in particular because they represent authentic third-party perspectives.

Industry directories and roundups: Getting listed in "best AI SEO tools" roundups, tool directories like Toolify or There's An AI For That, and industry newsletters creates a web of mentions that AI engines use to verify brand authority.

Press and editorial coverage: Even a single coverage piece in a recognized industry publication (Search Engine Journal, Moz Blog, Marketing Land) significantly boosts your citation confidence score. AI engines weight editorial sources more than directories.

Consistent brand description: If your website describes your product one way and your G2 listing describes it another way and your Capterra listing describes it a third way, AI engines lose confidence in how to characterize you. Make sure your positioning, category, and key features are described consistently across every platform.

Run a brand consistency check using AISO's free analyzer to see where your off-site descriptions diverge from your on-site positioning.

Tactic 6: Create comparison and versus content

One of the most reliable ways to earn AI citations is to publish content that directly addresses the comparison queries people use when evaluating options.

When someone asks Perplexity "what's the difference between AISO and SEO?" or asks ChatGPT "is GEO better than traditional SEO?", the AI needs a source that addresses that specific question. If you have a well-written comparison page, you become the natural citation for that query.

Comparison content also expands your entity coverage. A page comparing your product against three competitors explicitly mentions all four brands — giving AI engines four separate anchors to match against relevant queries, not just one.

The most effective comparison content for AI citation:

  • Addresses the comparison directly in the first paragraph (answer-first structure, as covered in Tactic 3)
  • Includes a summary table that AI engines can extract as a structured comparison
  • Acknowledges the strengths of alternatives — AI engines are more likely to cite balanced content than purely promotional comparisons
  • Targets specific query phrasings — "AISO vs SEO," "ChatGPT vs Perplexity for research," "AI search tools compared"

The AISO vs SEO page is already a strong foundation. Expanding this to cover more specific comparisons — "AISO vs GEO," "how Perplexity citations differ from Google rankings" — would multiply citation opportunities substantially.

Tactic 7: Simulate AI answers and monitor your citation rate

You can't optimize what you can't measure. Traditional SEO has rank tracking. AISO has citation monitoring — tracking whether and how often your website is cited when AI engines answer queries in your topic area.

Manual monitoring is tedious: you'd have to ask ChatGPT, Perplexity, Gemini, Claude, and Copilot the same set of queries individually, record whether you were cited, and repeat regularly. For more than a handful of queries, this is impractical.

The more effective approach is to use a tool that runs these simulations systematically. AISO's Answer Simulation feature shows you exactly what AI engines say when asked about your topic — including which competitors they cite and which questions you're not showing up for. The Citation Opportunities feature identifies the specific query gaps where you could be cited but aren't, so you can prioritize which content to create or improve first.

Once you have a monitoring baseline, treat citation rate the same way you treat keyword rankings: check it regularly, track changes after you publish new content or make technical fixes, and set targets by query category.

How the 7 tactics work together

These tactics are more powerful in combination than individually. Here's how they reinforce each other:

Allowing AI crawlers (Tactic 1) gets you into the index. Adding structured data (Tactic 2) makes your indexed content machine-readable. Answer-first writing (Tactic 3) makes your content easy to extract. Entity naming (Tactic 4) connects your content to the right queries. Off-site signals (Tactic 5) establish credibility. Comparison content (Tactic 6) expands your citation surface. And monitoring (Tactic 7) tells you whether it's all working.

A site that implements only one or two of these will see modest improvement. A site that implements all seven systematically becomes one of the default sources AI engines pull from across its topic area — and that's a compounding advantage. Once AI engines associate your brand with authoritative answers on a topic, new content on related topics earns citations faster.

Where to start: a prioritized action list

If you're implementing these tactics for the first time, here's the order that typically delivers the fastest results:

Week 1 (technical fixes — highest impact, lowest effort):

  • Audit and fix your robots.txt for AI crawler access
  • Fix any canonical URL issues pointing to staging or localhost
  • Add Organization and WebSite JSON-LD to your homepage

Week 2 (content fixes):

  • Make FAQ content visible in raw HTML (remove JavaScript collapse if present)
  • Add FAQPage JSON-LD to your most important pages
  • Rewrite your homepage intro using answer-first structure

Month 1 (content expansion):

  • Create or improve one comparison page targeting a "vs" query
  • Audit off-site listings for brand consistency and update mismatches
  • Add entity-specific language to your core product pages

Ongoing:

  • Publish one to two blog posts per month targeting AISO-adjacent queries
  • Monitor citation rate across ChatGPT, Perplexity, Gemini, Claude, and Copilot
  • Update content quarterly to maintain freshness signals

Check your current citation readiness

Before or after implementing these tactics, it's worth getting a baseline measurement of where you stand. AISO's free analyzer audits your site across all the dimensions covered in this guide — robots.txt, structured data, FAQ readability, canonical URL, entity coverage, and more — and returns a scored report in under 60 seconds.

It will also show you which specific queries your competitors are being cited for that you're missing, so you can prioritize the content gaps with the most citation opportunity.

Published by AISO — the AI visibility platform built for SEO agencies, SaaS founders, content teams, and growth marketers.

Frequently asked questions

How long does it take to get cited by ChatGPT after making changes?
Technical fixes — like adding structured data or fixing robots.txt — typically take 7–21 days to be reflected in ChatGPT citations, as OpenAI's crawler needs to re-index your pages. Perplexity is faster, often within 2–7 days, because it performs live web searches. Brand signals and content authority take 30–90 days to build.
Does getting cited by AI engines send traffic to my website?
It depends on the platform. Perplexity always links to its sources, and users frequently click through. ChatGPT Search includes citations with clickable links. Google AI Overviews sometimes include links and sometimes don't, depending on the query type. Claude's web search mode cites sources with links. Even when clicks are low, AI citations build brand familiarity — users who see your name cited repeatedly are more likely to search for you directly later.
Can I get cited if I don't rank well on Google?
Yes, though it's harder. Strong Google rankings do correlate with Gemini citations specifically, because Gemini draws from Google's index. But ChatGPT, Perplexity, and Claude maintain their own indexes. A site with strong structured data, clear content, and good bot access can earn Perplexity citations even with minimal Google presence.
Which AI engine should I optimize for first?
Perplexity is the easiest to influence quickly because of its live-web-search architecture and fast re-indexing. Start there for speed. Then address ChatGPT Search (fix canonical URL, add structured data, allow GPTBot). Gemini follows naturally from strong traditional SEO. Claude and Copilot round out a full AISO strategy.
Does my content need to be original to get cited?
Yes. AI engines are increasingly good at identifying content that summarizes or rephrases other sources without adding new information. Original analysis, first-hand data, case studies, and genuine expert perspectives earn significantly more citations than rewritten or aggregated content.
How do I know if I'm already being cited?
Run several test queries in ChatGPT, Perplexity, and Gemini that are relevant to your product or topic. Note which sources get cited and whether your site appears. For systematic monitoring, use AISO's Answer Simulation feature to track citation rates across a broader set of queries automatically.

Find out what AI sees when it reads your site

Free analysis. No credit card. Results in under a minute.

Enter a public page URL to analyze

Join teams using AISO to get cited, recommended, and chosen by AI.