TL;DR

Most consumer AI assistants answer using retrieval-augmented generation: a search or retrieval step finds candidate sources, and the model then writes an answer grounded in what it retrieved, citing some subset of those sources. Retrieval favours content that is specific, well-structured, and independently corroborated across multiple sources — not content that merely claims authority about itself.

The two-step process behind a generated answer

When ChatGPT, Gemini, or Perplexity answers a question with live information, it is typically not recalling something memorised during training. It runs a retrieval step — a web search or a lookup against an index — pulls a set of candidate documents, and then generates a response grounded in that retrieved content, a pattern known in the research literature as retrieval-augmented generation, or RAG (Lewis et al., 2020).1 The documents retrieved shape which facts and which names appear in the final answer; the generation step then decides how to phrase and which of the retrieved sources to cite.

What retrieval tends to favour

Why third-party sources carry outsized weight

A business's own website is, from a retrieval system's perspective, an interested party — it has an obvious incentive to describe itself favourably. A directory listing, a review platform, or independent press coverage does not carry the same incentive, which is part of why these sources are disproportionately present in the citation lists AI assistants actually return. In our own landscape study of Hong Kong clinics and law firms, directory and listing sites accounted for a large share of citations — more, in aggregate, than most individual business websites.

The practical implication

None of this is exploitable through any single trick. It implies a specific, unglamorous set of priorities: keep factual information (price, location, services) accurate and consistent everywhere it appears; ensure the business is present and correctly listed on the directories relevant to its category and language; and structure owned content so that a retrieval system can extract a clean, specific answer rather than requiring it to infer one from marketing prose.