<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Nitish Yadav</title>
    <description>The latest articles on DEV Community by Nitish Yadav (@nitishyadav).</description>
    <link>https://dev.to/nitishyadav</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3994901%2Fb6b311a9-0f34-438b-877f-f6a343b9b8de.jpeg</url>
      <title>DEV Community: Nitish Yadav</title>
      <link>https://dev.to/nitishyadav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nitishyadav"/>
    <language>en</language>
    <item>
      <title>How AI engines actually decide what to cite (ChatGPT, Perplexity, Gemini, AI Overviews)</title>
      <dc:creator>Nitish Yadav</dc:creator>
      <pubDate>Sun, 21 Jun 2026 05:19:39 +0000</pubDate>
      <link>https://dev.to/nitishyadav/how-ai-engines-actually-decide-what-to-cite-chatgpt-perplexity-gemini-ai-overviews-6bh</link>
      <guid>https://dev.to/nitishyadav/how-ai-engines-actually-decide-what-to-cite-chatgpt-perplexity-gemini-ai-overviews-6bh</guid>
      <description>&lt;p&gt;Everyone keeps asking "is SEO dead." Wrong question.&lt;/p&gt;

&lt;p&gt;AI search doesn't show ten blue links. It generates one answer and names a few brands. If you're not in that answer, you don't exist for that query. So the real question is: how do these engines decide who to name?&lt;/p&gt;

&lt;p&gt;I went down a rabbit hole on how four of them actually retrieve and cite sources. Here's what's true in 2026, with real numbers.&lt;/p&gt;

&lt;h2&gt;
  
  
  ChatGPT: being known beats ranking
&lt;/h2&gt;

&lt;p&gt;ChatGPT answers in two modes. Default mode answers from trained-in memory, no live web. Search mode browses and attaches citations. The key fact: when it browses, it cites only about &lt;strong&gt;15% of the pages it pulls&lt;/strong&gt; (AirOps study of 548k pages). And it names brands roughly 3x more often than it links them.&lt;/p&gt;

&lt;p&gt;So two things get you in:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Entity strength.&lt;/strong&gt; If you're a consistent entity across Wikipedia, Wikidata, Reddit and press, ChatGPT names you from memory without browsing at all. Being a known entity beats ranking #1 anywhere.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Allow OAI-SearchBot&lt;/strong&gt; in robots.txt. It's separate from GPTBot (training). Block it and you vanish from ChatGPT Search. A lot of sites do this by accident.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Perplexity: it's mostly Reddit
&lt;/h2&gt;

&lt;p&gt;Perplexity does live retrieval and grounds every answer in sources. Its defining trait: it leans on community content hard. One 2025 study found &lt;strong&gt;Reddit was its most-cited source, ~47% of top citations&lt;/strong&gt;. It also rewards answer-first pages, because its reranker scores for how cleanly it can extract a passage. A page can rank #1 on Google and never get cited here if the answer is buried.&lt;/p&gt;

&lt;h2&gt;
  
  
  Gemini: it's basically Google + the Knowledge Graph
&lt;/h2&gt;

&lt;p&gt;Gemini is the only major assistant running on Google's own live index plus the Knowledge Graph. So classical SEO is the floor, not optional. The twist: ranking #1 isn't enough anymore. Only about &lt;strong&gt;38% of Google's AI Overview citations come from the top 10 results, down from ~76% a year earlier.&lt;/strong&gt; It pulls from deeper now, via sub-queries.&lt;/p&gt;

&lt;h2&gt;
  
  
  Google AI Overviews: authority over freshness
&lt;/h2&gt;

&lt;p&gt;AI Overviews uses "query fan-out" - it splits your question into 8-12 sub-queries and pools the results. Most citations come from &lt;strong&gt;below position #1&lt;/strong&gt; (roughly 63% from below the top 10). And counterintuitively, it has the &lt;strong&gt;weakest freshness bias&lt;/strong&gt; of the major engines. Established, authoritative pages keep getting cited even without recent updates, which is the opposite of ChatGPT and Perplexity.&lt;/p&gt;

&lt;h2&gt;
  
  
  What this means if you're building something
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Lead every page with the answer in the first few lines. Most AI citations come from the top of the page.&lt;/li&gt;
&lt;li&gt;Be a real entity (Wikipedia, Wikidata, Crunchbase, consistent name everywhere).&lt;/li&gt;
&lt;li&gt;Let the AI crawlers in. Check robots.txt for OAI-SearchBot, PerplexityBot, Google-Extended.&lt;/li&gt;
&lt;li&gt;Show up off your own site - Reddit and YouTube get cited constantly.&lt;/li&gt;
&lt;li&gt;Track over time, not off one screenshot. These answers are non-deterministic; the same prompt gives different brands run to run.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I got tired of checking this by hand, so I built &lt;a href="https://fixaeo.com/" rel="noopener noreferrer"&gt;FixAEO&lt;/a&gt; - a free tool to see how AI engines describe and recommend your brand across 8 engines, plus a free &lt;a href="https://fixaeo.com/llms-txt-validator/" rel="noopener noreferrer"&gt;llms.txt validator&lt;/a&gt;. Sharing in case it saves you the manual prompting.&lt;/p&gt;

&lt;p&gt;What have you noticed about getting cited by AI? Curious if others are seeing the same patterns.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>marketing</category>
      <category>seo</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
