Outrings
AI visibility and answer engines

Why doesn't Perplexity cite my website?

Perplexity cites sources on every answer, which makes it the easiest assistant to diagnose — and the most demanding about page structure.

4 min read
Short answer

Perplexity shows its sources on every answer, so you can see exactly who it prefers for your topic. If PerplexityBot is allowed and you still are not cited, compare your page against the ones it does cite: they almost always answer a narrow question directly, near the top, in extractable prose.

Two crawlers, and one of them is a user

  • PerplexityBot builds the index. Block it and you are absent from results.
  • Perplexity-User fetches a page because someone asked about it directly. Blocking it breaks the case where a person is explicitly trying to read your page through the product.

Check both. As always, a catch-all Disallow: / covers them without naming them.

Use the citations as a free diagnostic

This is the advantage Perplexity gives you that no other assistant does. Ask it a question you believe your page should answer, then look at what it cited instead. You are not guessing — the competitive set is listed.

Open two or three of those sources and compare them with your page on these axes:

  • Where is the answer? Cited pages tend to answer in the first screen. If yours opens with background, positioning or a story, the extractable answer is buried.
  • Is it one question or twelve? A focused page beats a comprehensive one here. "How long should a meta description be" outperforms "The complete guide to on-page SEO", even when the guide contains a better answer, because extraction works on passages.
  • Are there numbers? Specific figures, versions, dates and limits get quoted. Qualitative advice does not.
  • Is it self-contained? A paragraph that makes sense lifted out of the page is a paragraph that can be cited. One that depends on the previous three sections is not.

Structure that gets extracted

The pattern that works is unglamorous and reliable:

  1. A heading that is the question, phrased as somebody would ask it.
  2. The direct answer immediately underneath, in one or two sentences, with no preamble.
  3. The explanation, caveats and detail after that, for the reader who wants them.
  4. Where relevant, a small table or a short list — both extract cleanly.

This is also better for human readers, who overwhelmingly want the answer before the essay. The two goals do not conflict here.

A caution worth stating: none of this makes a weak page citable. Structure removes the obstacles between a good answer and the engine that wants to quote it. If the answer is not actually good, structure changes nothing.

Freshness and corroboration

Perplexity favours recent sources for anything time-sensitive, and shows the date it believes a page has. If your page has no date, or a date that contradicts the content, you lose ground for no reason. Publish a dateModified in your structured data and keep it honest — backdating a stale page to look fresh is transparent and counterproductive.

It also tends to cite claims that other sources support. A number that appears only on your site is treated more cautiously than one that is corroborated, which is reasonable behaviour and worth designing around: cite your own sources, and make it easy to verify what you assert.

What our audit reports about this

Every item below is measured directly, not inferred. Run it against your own site and the result names the exact rule or header responsible.

  • Whether PerplexityBot and Perplexity-User are allowed, with the responsible rule named.
  • Whether the page answers a question near the top, and whether headings are phrased as questions.
  • Whether a valid published or modified date is exposed in structured data.
  • Whether the page carries FAQ structure that answer engines can extract.

For agents and scripts, the same measurement is at /api/v1/ai?url=yoursite.com — see the API documentation.

Related questions

Does Perplexity send meaningful traffic?

It sends less volume than a search engine but with unusually high intent, because a citation appears at the moment someone is asking about exactly your subject. Treat the volume as modest and the quality as high.

Should I add FAQ schema?

It is worth doing and it is cheap. The larger effect comes from the underlying structure — a question as a heading with the answer directly beneath. The schema describes that structure; it does not substitute for it.

My page is cited but nobody clicks. Why?

Because the citation answered the question. That is the trade the format makes. The response is to make the page worth visiting beyond the extracted fact — tools, data, depth, or something to do next — rather than trying to withhold the answer, which simply removes the citation.

Read next

All 50 guides · How every check works · API for agents