How ChatGPT retrieves and cites sources
When a user enables browsing or asks a question requiring current information, ChatGPT runs a retrieval step via its GPTBot crawler, selects candidate pages, and synthesises an answer. Citations appear as clickable links below the response. The model strongly prefers content where the answer is stated clearly in the first paragraph, uses definitive language ('X is defined as…'), and comes from domains it associates with authority.
This retrieval step is separate from the model's training data — GPTBot is fetching live pages at query time, not recalling something it memorised months ago. That means a page that didn't exist when GPT-4o/GPT-5 finished training can still be cited today, as long as it's crawlable, loads without heavy client-side rendering blocking the content, and isn't disallowed in robots.txt for GPTBot specifically.
"Lowering perplexity" is a technical framing worth understanding literally: the model is scoring how surprised it would be by the next token given the context. A passage that states a fact plainly and unambiguously produces a lower-perplexity continuation than a hedged, vague, or marketing-toned passage — which is a mechanical reason definitive language outperforms hedged language here, not just a stylistic preference.
Top ranking signals for ChatGPT
Definitive language — 'X is defined as' beats 'X can be described as'
E-E-A-T signals: author credentials, first-party data, original research
Content updated within 12 months — freshness raises retrieval probability
Entity density: named sources, tools, and people in the first 30% of content
Direct Q&A format with entity echo (H2 question → first word of answer echoes topic)
Watch out
ChatGPT's citation behaviour changed significantly with the GPT-5.3 transition in March 2026 — average unique domains cited per response fell 21%. Fewer domains are getting citations, which means quality and authority signals matter more, not less.
How to implement this for ChatGPT
Definitive language
E-E-A-T signals: author credentials, first-party data, original research
Content updated within 12 months
Entity density: named sources, tools, and people in the first 30% of content
Direct Q&A format with entity echo (H2 question → first word of answer echoes topic)
Frequently asked questions
How does ChatGPT decide which sources to cite?
When browsing is active, ChatGPT's GPTBot crawler retrieves candidate pages live at query time, then the model synthesises an answer favouring pages that state facts plainly, come from domains it treats as authoritative, and reduce its own uncertainty about the answer (lower "perplexity") — this is a live retrieval step, not a recall from training data.
What changed with the GPT-5.3 update in March 2026?
Average unique domains cited per response fell 21% after the transition. Citations concentrated into fewer domains, which raises the bar for authority and quality signals rather than lowering it — being one of many acceptable sources is no longer enough.
Does content freshness matter for ChatGPT the way it does for Perplexity?
Yes, though less aggressively than Perplexity. Content updated within the last 12 months has a higher retrieval probability; ChatGPT is more tolerant of older content than Perplexity is, but freshness still raises your odds.
What's the single highest-leverage change for ChatGPT citations?
Rewriting hedged claims into definitive language. "X is defined as" produces a lower-perplexity continuation for the model than "X can be described as" — a mechanical, not just stylistic, advantage.
Tactics tracked for ChatGPT
Sorted by evidence strength
Optimising for more than one platform?
Each AI engine cites differently. Compare the full evidence-scored database and see what holds across all four.