KCAI SEO (913) 448-1315

How Perplexity Selects and Ranks Its Sources

Perplexity retrieves through its own crawler, PerplexityBot, alongside third-party search, then answers with inline numbered citations. It cites more sources per answer than most assistants, which makes it the surface a new domain enters first. Selection favours specific checkable claims over general authority. This page covers the crawler requirements and what makes a claim attributable.

See pricing

Four questions decide a Perplexity citation. Each one is answered below, in the order retrieval resolves them.

  1. Retrieval path — the two source streams feeding one answer
  2. Citation density — the measured count of sources per answer
  3. Crawler access — the three conditions a page meets before PerplexityBot reads it
  4. Claim shape — the three properties that make a fact citable

How Perplexity selects its sources

Perplexity retrieves through its own crawler and third-party search, then assembles an answer with inline numbered citations. Selection favours pages carrying specific, checkable factual claims over pages asserting general authority.

Two streams fill the candidate set Perplexity ranks. The first is a proprietary index, pulled in-house and rebuilt on the Vespa serving engine across billions of web pages; Vespa chief executive Jon Bratseth documented that deployment on 15 April 2025. The second is third-party search. Perplexity chief executive Aravind Srinivas told Fast Company on 21 June 2024: "We don't just rely on our own web crawlers, we rely on third-party web crawlers as well."

Retrieval names the lookup that runs before a single sentence is written. PerplexityBot fetches the candidate pages. The model then drafts the answer and attaches a numbered marker to each grounded sentence, so every claim in the output points at a source a reader opens. Ranking inside that candidate set rewards one stated verifiable fact over an assertion of expertise carrying none.

Why Perplexity is the easiest surface to enter

Perplexity returned 21.87 citations per question against ChatGPT's 7.92 in a study of 118,101 answers. More citation slots per answer means more room for a new domain. Entry there precedes entry on narrower surfaces.

Citation density is the count of distinct sources attached to one generated answer. Qwairy measured it across 118,101 AI-generated answers carrying 669,065 citations during the third quarter of 2025, and Perplexity placed first.

The arithmetic decides the rest. An answer holding 21 slots admits 21 domains; an answer holding 8 admits 8. A domain outside the leading three results still lands inside a 21-slot list.

Counts move with methodology. Qwairy counted every citation attached to an answer, including the extended source list behind the visible summary.

Citations per answer, five providers measured

Why Perplexity is the easiest surface to enter
ProviderAverage citations per question
Perplexity21.87
Google AI Overviews17.93
Gemini17.11
ChatGPT7.92
Microsoft Copilot2.47

Perplexity cites more sources per answer than ChatGPT or Google AI Overviews. Across the five providers Qwairy reported — Perplexity, Google AI Overviews, Gemini, ChatGPT and Microsoft Copilot — Perplexity ranked first at 21.87 citations per question, ChatGPT fourth at 7.92, a ratio of 2.76 to 1.

What PerplexityBot needs to reach your page

PerplexityBot needs three things: permission in robots.txt, content present in the server response rather than assembled by JavaScript, and a page returning a 200 status without a login or interstitial.

PerplexityBot is Perplexity's crawler. Perplexity's documentation, checked 21 September 2026, states two facts: its purpose is surfacing and linking websites in Perplexity search results, and it is not used to crawl content for AI foundation models. Blocking it drops the domain from Perplexity's index and buys no training protection.

A second token behaves differently. Perplexity-User fetches a page when a user's question requires it, and Perplexity documents that this fetcher ignores robots.txt rules because a person requested it. Two tokens, two behaviours: PerplexityBot indexes, Perplexity-User fetches live.

Three access conditions

  1. Permission

    robots.txt admits the PerplexityBot user agent, and the firewall admits the IP ranges at perplexity.com/perplexitybot.json.

  2. Rendering

    the answer text sits in the first HTML response. Vercel and MERJ logged 24.4 million PerplexityBot fetches in one month, recording no JavaScript execution, 17 December 2024.

  3. Status

    the URL returns 200, with no login wall, consent gate or interstitial.

What makes a claim attributable

An attributable claim names a specific value, states its source or basis, and stands alone in one or two sentences. Claims using vague quantities, or depending on the preceding paragraph, are passed over.

An attributable claim is a statement a reader traces to a named quantity and a named basis without leaving the sentence. Perplexity ranks candidates inside an already-relevant set, so attributability breaks the tie. The numbered marker has to point at text that settles the sentence preceding it.

Three properties of an attributable claim

  1. Quantification

    the claim names a figure, a date or a named entity, never a vague quantity.

  2. Provenance

    the claim names its measurement basis or its source inside the same sentence.

  3. Independence

    the claim resolves in one or two sentences, with no pronoun reaching back into the paragraph above it.

Two sentences show the gap. "We are a leading AI visibility consultancy" carries no figure and no basis. "Perplexity averaged 21.87 citations per question across 118,101 answers measured by Qwairy in Q3 2025" carries both, and it survives extraction whole.

Attribution is measured rather than assumed. The citation-rate method states how a share is computed across a fixed prompt set, and the weekly monitoring run records which assistant named which source on which date.

Questions

Common questions

Every answer below ships in the raw HTML, so an assistant reading this page without running a script still receives it.

Does PerplexityBot collect training data?

No. Perplexity's documentation states that PerplexityBot is not used to crawl content for AI foundation models, and that Perplexity-User collects nothing for foundation-model training either.

Does blocking Perplexity-User in robots.txt stop the fetch?

No. Perplexity-User ignores robots.txt rules, so a disallow line has no effect. Control over that token runs at the firewall, against the IP ranges published at perplexity.com/perplexity-user.json.

Which assistant does a new domain enter first?

Perplexity, on citation count alone. Every other surface ranks on a different axis, and the least controllable is set out in How Meta AI Surfaces Sources. ChatGPT resolves sources through a separate index — more on why bing decides your chatgpt visibility.

How does a business get cited by Perplexity?

Three steps run in order: open the crawler path, move the claim into server-rendered HTML, and attach a figure to its basis. Those steps form the spine of our optimization work.

Sources

  • Perplexity, Perplexity Crawlersdocs.perplexity.ai/guides/bots, checked 21 September 2026. Documents two user agents. PerplexityBot: stated purpose is to surface and link websites in search results on Perplexity, with the explicit statement that it is not used to crawl content for AI foundation models, and a recommendation to allow it in robots.txt. Perplexity-User: fetches a page in response to a user question, collects nothing for foundation-model training, and ignores robots.txt rules because a user requested the fetch. Published strings PerplexityBot/1.0 and Perplexity-User/1.0; IP ranges at perplexity.com/perplexitybot.json and perplexity.com/perplexity-user.json.
  • Qwairy, Perplexity vs ChatGPT: AI Citation Study (Q3 2025)qwairy.co/blog/provider-citation-behavior-q3-2025, checked 21 September 2026. 118,101 AI-generated answers, 669,065 citations, eight providers, five reported with per-answer averages: Perplexity 21.87, Google AI Overviews 17.93, Gemini 17.11, ChatGPT 7.92, Microsoft Copilot 2.47.
  • Vercel and MERJ, The rise of the AI crawler, 17 December 2024 — vercel.com/blog/the-rise-of-the-ai-crawler. 24.4 million PerplexityBot fetches in one month; PerplexityBot named in the set of crawlers recorded executing no JavaScript.
  • Jon Bratseth, chief executive of Vespa.ai, Perplexity builds AI Search at scale on Vespa.ai, 15 April 2025 — blog.vespa.ai/perplexity-builds-ai-search-at-scale-on-vespa-ai/. Perplexity's in-house retrieval stack on Vespa, indexing billions of web pages.
  • Mark Sullivan, Perplexity AI CEO Aravind Srinivas on plagiarism accusations, Fast Company, 21 June 2024 — fastcompany.com/91144894/perplexity-ai-ceo-aravind-srinivas-on-plagiarism-accusations. Srinivas: "We don't just rely on our own web crawlers, we rely on third-party web crawlers as well."

Next step

Find out which assistants name you today.

The audit runs 40 checks across five categories and queries seven assistants for your citation baseline. Findings in ten business days.

See pricing
AI visibility audit40 checks, findings in ten business days
Call

No obligation. Findings returned in ten business days. Prefer to talk first? Call (913) 448-1315.