> ## Documentation Index
> Fetch the complete documentation index at: https://docs.getcited.in/llms.txt
> Use this file to discover all available pages before exploring further.

# How Perplexity ranks sources

> How Perplexity selects, ranks, and cites sources in its AI-generated answers — and why it matters for citation rate measurement.

Perplexity is the only major AI platform that provides explicit, numbered citations on every response. When a user asks a question, Perplexity retrieves web sources in real time, synthesizes an answer, and displays each cited source with a clickable link. This makes Perplexity the cleanest platform for measuring [citation rate](/concepts/metrics/citation-rate) — and the most important one to optimize for if citation-driven traffic is your goal.

## How Perplexity generates answers

Perplexity is a retrieval-first platform. Every response starts with a live web search, then synthesizes the retrieved content into an answer with explicit source attribution. Unlike [ChatGPT](/concepts/platforms/how-chatgpt-search-works) (which blends training data with optional search), Perplexity's answers are always grounded in real-time retrieval. This makes its behavior more deterministic than training-data-heavy models — the same prompt will tend to surface similar sources across runs, though the synthesis still varies.

Perplexity offers multiple Sonar tiers. The Cited Index uses the standard Sonar tier for monitoring, which testing showed produces comparable [mention rate](/concepts/metrics/mention-rate) measurement to the higher tiers at a cost level that supports monthly Index refreshes at scale.

## How sources are selected and ranked

Perplexity's citation list is ordered — the first-cited source typically receives the most weight in the synthesized answer. Five factors appear to drive source selection based on observed behavior.

| Factor                  | Observed weight | Description                                                                              |
| ----------------------- | --------------- | ---------------------------------------------------------------------------------------- |
| Recency                 | High            | Recently updated pages are strongly favored over stale content                           |
| Topical authority       | High            | Pages that comprehensively address the specific prompt outperform general pages          |
| Editorial quality       | High            | Well-structured content from established publications ranks above user-generated content |
| Technical accessibility | Medium          | Clean HTML, no bot-blocking, fast page loads — sites that block crawlers are invisible   |
| Domain authority        | Medium          | Established domains with a publication history tend to be cited more frequently          |

Perplexity consistently favors editorial publications and structured reference sites. Brand-owned content is cited but at lower frequency than on ChatGPT — earning Perplexity citations typically requires third-party editorial coverage in the publications Perplexity retrieves.

## What Cited's data shows

Perplexity shows the strictest mention behavior of the tracked platforms in the [Cited Index](https://www.getcited.in/cited-index): p25=0.0%, p50=5.0%, p75=12.0%. A full 25% of brands receive zero mentions on Perplexity. This reflects the retrieval-first approach — if your content does not surface in real-time search for the prompt, you are invisible on Perplexity regardless of how well-known your brand is.

The flipside is quality: brands that DO appear on Perplexity tend to get cited (linked) rather than just mentioned, making Perplexity the highest-quality citation signal among the tracked platforms. A Perplexity citation means the platform both found your content via retrieval AND considered it authoritative enough to cite explicitly.

## What brands should optimize for Perplexity

**Ensure crawlability.** Verify that `robots.txt` allows PerplexityBot. Many sites block AI crawlers by default. Also check whether your hosting provider is IP-blocking Perplexity's crawlers at the infrastructure level — this is common with Cloudflare and similar CDNs.

**Publish frequently.** Perplexity favors recent content more heavily than other platforms. Pages with "last updated" dates from 2-3 years ago are systematically passed over in favor of recently-updated content on the same topic. Regular content refreshes are high-leverage for Perplexity visibility.

**Structure content for retrieval.** Clear headings, concise answer paragraphs, schema markup, and focused topical pages outperform long, unfocused articles. A dedicated page answering one specific question will outperform a comprehensive guide that buries the answer in section 7.

**Use llms.txt.** Perplexity is one of the platforms most likely to use [llms.txt](/playbooks/llms-txt-and-robots) for site discovery. A well-structured llms.txt file at your domain root helps Perplexity understand what your most important pages are.

**Earn editorial coverage.** The publications Perplexity cites most frequently are your best PR targets. Run a baseline scan to identify which publications appear as cited sources for your category prompts, then pursue editorial coverage on those specific publications.

## Why Perplexity matters most for citation measurement

Perplexity is the only platform where [citation rate](/concepts/metrics/citation-rate) is reliably measurable across prompts. [ChatGPT](/concepts/platforms/how-chatgpt-search-works) cites inconsistently. [Claude](/concepts/platforms/how-claude-search-works) rarely surfaces URLs. [Gemini](/concepts/platforms/how-gemini-search-works) has variable citation behavior. For this reason, Cited uses Perplexity as the primary source of citation rate data. When Cited reports a brand's citation rate, it is predominantly reflecting Perplexity behavior.

This also means Perplexity is the platform where the distinction between [citations and mentions](/concepts/foundations/citations-vs-mentions) is most operationally meaningful. On other platforms, most brand references are mentions without links. On Perplexity, a reference is typically a citation with a link — making it a direct traffic signal.

## Related concepts

* [Citation rate](/concepts/metrics/citation-rate) — the metric Perplexity is most important for
* [Citations vs mentions](/concepts/foundations/citations-vs-mentions) — the vocabulary distinction
* [What sources LLMs cite](/concepts/foundations/ai-citation-sources) — the source preference hierarchy
* [How ChatGPT search works](/concepts/platforms/how-chatgpt-search-works) — the platform with the broadest source selection

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Why is my brand mentioned on ChatGPT but not on Perplexity?">
    Different retrieval mechanisms. ChatGPT blends training data with optional Bing search. Perplexity relies entirely on real-time retrieval. If your content does not rank well in Perplexity's search index, you will not appear — even if the model "knows" your brand from training data.
  </Accordion>

  <Accordion title="How do I check if PerplexityBot can crawl my site?">
    Check your robots.txt for PerplexityBot directives. Many sites block AI crawlers by default. Also verify your hosting provider is not IP-blocking Perplexity's crawlers at the infrastructure level — this is common with Cloudflare and similar CDNs.
  </Accordion>

  <Accordion title="Does Perplexity use Sonar or Sonar Pro for search?">
    Perplexity offers multiple Sonar tiers. The Cited Index uses the standard Sonar tier for monitoring — testing showed comparable mention-rate measurement to the higher tiers at a cost level that supports monthly Index refreshes at scale.
  </Accordion>

  <Accordion title="Is citation position on Perplexity important?">
    Yes. Sources cited first (position 1-2) receive disproportionate attention from readers. Perplexity's citation ordering reflects the platform's assessment of source relevance. Cited tracks [average position](/concepts/metrics/average-position) across platforms, which captures this effect.
  </Accordion>
</AccordionGroup>
