What is Perplexity SEO?
Perplexity SEO is the practice of making a site retrievable and quotable by Perplexity, which answers questions by fetching live web sources and citing them inline with numbered footnotes. Perplexity runs its own crawler, PerplexityBot, which its documentation describes as existing "to surface and link websites in search results on Perplexity" rather than to train foundation models. Because every Perplexity answer names its sources visibly, the practical goal is narrower than classic SEO: be one of the handful of pages retrieved for a question, and be written so a clean sentence can be lifted from you.
Perplexity is the AI answer engine where citation is the product. Every response is a short synthesized answer with numbered references stacked next to the claims, and the source list sits in the interface rather than being buried. That makes it the easiest of the major engines to reason about, and the easiest to measure yourself against.
It also makes the incentive unusually clean. Perplexity is not trying to keep users on the page — it is trying to be right, with receipts. Sources that make it easy to be right, and easy to attribute, get used.
How Perplexity retrieves and cites
Mechanically, an answer is assembled in stages: the query is interpreted and often expanded into several search queries, candidate documents are retrieved, the most relevant passages are selected, and a model writes a short answer grounded in those passages with inline citations pointing back to the URLs it used.
The consequence worth internalizing is that retrieval happens before generation. If your page is not in the candidate set, nothing about your writing matters. Retrieval eligibility comes first, quotability second.
Perplexity documents two crawlers, and the distinction between them matters:
| User agent | Purpose | Respects robots.txt |
|---|---|---|
PerplexityBot | Indexes the web so pages can be surfaced and linked in Perplexity search results. Documented as not used to crawl content for AI foundation models. | Yes |
Perplexity-User | Visits a page in response to a specific user's question, to help produce an accurate answer and link to the page. | Generally ignores it, because a user initiated the request |
Both publish verifiable IP lists — perplexity.com/perplexitybot.json and perplexity.com/perplexity-user.json — which is how you distinguish real Perplexity traffic from spoofed user agents in your server logs.
That split has a practical implication people get wrong in both directions. If you want to be in Perplexity, you must allow PerplexityBot; blocking it removes you from the index that answers are built from. If you want to stay out, a robots.txt disallow will not fully do it, because Perplexity-User fetches on behalf of a person who asked.
How Perplexity differs from ChatGPT and AI Overviews
These three products get lumped together as "AI search." Their plumbing is different enough that the optimization implications diverge.
| Perplexity | ChatGPT search | Google AI Overviews / AI Mode | |
|---|---|---|---|
| Crawlers to allow | PerplexityBot, Perplexity-User | OAI-SearchBot, ChatGPT-User | Googlebot |
| Separate training crawler | Documentation states its crawlers are not used for foundation model training | GPTBot is the training crawler and is separate | Google-Extended governs Gemini training only |
| Effect of blocking the training crawler | n/a | Blocking GPTBot does not remove you from ChatGPT search | Blocking Google-Extended "does not impact a site's inclusion in Google Search nor is it used as a ranking signal" |
| Citation visibility | High — numbered inline citations on nearly every answer | Present, varies by answer and mode | Linked sources shown alongside the generated summary |
| What gets you eligible | Being in Perplexity's index | Being in the index OAI-SearchBot builds | Being crawled and indexed by Google normally |
The single most consequential row is the second-to-last one on crawlers, because it is where sites accidentally remove themselves. OpenAI documents that blocking OAI-SearchBot means a site "will not be shown in ChatGPT search answers, though can still appear as navigational links" — a genuinely different outcome from blocking GPTBot, which only governs model training. A blanket "block the AI bots" rule, added in 2024 by someone worried about training, is one of the most common reasons a site is absent from AI answers today.
For Google, there is no AI-specific crawler to allow. AI Overviews and AI Mode draw on the ordinary Search index, so classic technical SEO — crawlable, indexed, fast — is the entire eligibility question. That is covered separately in how to rank in AI Overviews.
What this means for your site
Audit your crawler permissions first. Before any content work, read your live robots.txt and check whether your CDN or WAF is challenging AI user agents. Bot-mitigation products frequently block non-browser traffic by default, and a JavaScript challenge or 403 is invisible in robots.txt. Then grep your server logs for PerplexityBot and verify against the published IP list. If it has never visited, you have an access problem, not a content problem.
Write passages, not pages. The retrieval step selects passages. A paragraph that answers one specific question, states the answer in its first sentence, and does not depend on the two paragraphs above it is dramatically more liftable than the same information spread across a section. This is the same discipline as the answer-first structure in answer engine optimization, applied at paragraph granularity.
Attribute your numbers. Perplexity is optimizing for defensible answers. An unattributed statistic is a liability for it to repeat; the same statistic with a named source and date is easy to use. Cite real sources with links, or write the sentence without the number.
Cover the specific question, not the category. Perplexity queries skew long and conversational — people type full questions rather than two-word keywords. A page targeting "commercial HVAC" competes with everything. A page titled around the actual question someone asks has far less competition and matches the query expansion step much more directly.
Keep dates honest and visible. Publish and update dates in both the visible page and your structured data help an engine judge whether a source is current. Time-sensitive questions favor recent material.
Watch what Perplexity currently cites for your questions. Ask it the ten questions your buyers ask. Record who gets cited. That list is your actual competitive set for this channel, and it is often not the same as the sites ranking in Google's top ten.
Where to be realistic
Perplexity's search volume is small next to Google's. For most businesses it is not going to be the top traffic source this year, and treating it as one leads to bad prioritization. What makes it worth attention is qualification and leading indicators: people who arrive from an answer that named you have already been told you are the answer, and citation patterns in Perplexity tend to be a readable early signal of how the whole class of answer engines is treating your site.
There is also nothing to buy here. There is no submission process, no partner program, no paid inclusion. Anyone selling guaranteed Perplexity placement is selling something that doesn't exist. The work is crawler access, page structure, honest attribution, and depth — and it is the same work that improves your standing everywhere else.
Frequently asked questions
How does Perplexity decide which sources to cite?
Perplexity retrieves candidate documents for a query, selects the passages most relevant to what was asked, and generates a short answer grounded in those passages with inline citations. Selection therefore happens twice: once at document retrieval, once at passage selection. A page that is not in the index cannot be retrieved, and a page that is retrieved but has no self-contained passage answering the question is likely to be passed over for one that does. Perplexity does not publish a ranking algorithm, so anything stated as a precise weighting is inference rather than documentation.
What is PerplexityBot and should I allow it?
PerplexityBot is Perplexity's indexing crawler. Its documentation describes it as designed to surface and link websites in Perplexity search results, and explicitly states it is not used to crawl content for AI foundation models. It respects robots.txt and publishes a verifiable IP list at perplexity.com/perplexitybot.json. If you want to be eligible to appear in Perplexity answers, you need to allow it — blocking it removes you from the index those answers are built from. Allowing it is a separate decision from allowing training crawlers such as GPTBot.
Is Perplexity SEO different from regular SEO?
The foundation is identical: a page must be crawlable, indexed and fast to be retrieved by anything. What differs is the unit of competition and the measure of success. Classic SEO optimizes a page to win a ranking position a human clicks. Perplexity optimization targets a passage being selected and quoted inside an answer, and success shows up as citations rather than positions. It also has its own crawler permissions to get right, which classic SEO checklists predate. Treat it as an extension of the same program, not a separate product.
Can I pay to appear in Perplexity's answers?
Not for the cited sources. There is no submission process, no paid inclusion, and no partner tier that places you in the citation list of an organic answer. Any vendor guaranteeing Perplexity citations is either describing advertising products, which are separate from the sources an answer cites, or overselling. What you actually control is whether Perplexity's crawler can reach you, whether your pages contain self-contained passages answering real questions, whether your claims are attributed, and whether you have enough depth on a topic to be treated as a credible source.
How do I tell whether Perplexity is sending me traffic?
Check two things. In your analytics, look for referrals from Perplexity domains — traffic from a cited answer arrives as a normal referral, though volumes are typically modest. In your raw server logs, look for the PerplexityBot and Perplexity-User user agents and verify them against the published IP lists, since user agent strings are trivially spoofed. Crawler visits tell you that you are eligible; referrals tell you that you were cited and someone clicked. Both are worth tracking separately, and neither substitutes for asking Perplexity your buyers' questions directly.
Want this built for you?
The audit is free and takes 30 minutes. We map where your hours actually leak, price the leak in dollars, and tell you what we would automate first — whether or not you hire us.
Book a free audit ↗Sources
- Perplexity Crawlers — Perplexity
- Overview of OpenAI Crawlers — OpenAI
- Google Common Crawlers — Google Search Central