Get in Touch

Select country and city

Our offices in United States

  • New York City
    Division Street 40, New York, 10002
    +1 (347) 620-09-02
  • Washington, D.C.
    L Street Northwest 1200, Washington, 20005
    +1 (347) 620-09-02

How to Get Cited by Perplexity: Optimizing Your Website for the AI Answer Engine

Sergey Carp from New York City, Co-founder / CTO

If you want to know how to get cited by Perplexity, start with the one thing that sets this AI answer engine apart from most chatbots: every answer comes with numbered citations. The user does not just read text. They see numbers after each claim, and each number points to a specific page. For a website, that is a direct path to visitors and trust. There is a downside, though. If Perplexity's crawler hits your server's bot protection, gets an empty page that needs JavaScript or finds an article you last updated three years ago, your competitors get the citations. You will not even know. Your logs will just fill up with errors nobody reads.

This article looks at Perplexity SEO from the technical side: how a Perplexity answer is built, which crawlers are behind it, where websites most often lose access and exactly what to do so that optimizing for Perplexity AI search brings measurable results. We start with the basics for anyone new to the topic.

Key takeaway

Perplexity cites pages its crawlers can fetch as plain HTML, that are fresh, well structured and confirmed by third-party sources. Fix access first, then content.

What an AI answer is and how Perplexity displays it

An AI answer is text the AI writes itself instead of returning a list of links. It finds relevant pages, reads them and summarizes them. People used to open five websites and compare; now the AI compares, and the person reads the result.

Perplexity calls itself an answer engine, and its search interface lives up to the name. Here is what the user sees:

  • The question at the top, written in plain language: "which CRM works best for a manufacturing company with 50 employees."
  • Source cards: a row of websites the answer was built from, with names and domains. The user can expand them into a full list.
  • The answer text with citations: numbers follow each claim, and hovering or tapping shows which page backs up that exact sentence.
  • Follow-up questions: suggestions for what to ask next. The conversation keeps going, and every new answer shows sources again.

Besides quick search, Perplexity has deeper research modes. In those, it runs multi-step searches and builds a detailed report from dozens of sources. The modes and their names change over time, but the principle stays the same: the answer is based on pages found on the web, and those pages are listed openly. Perplexity is available on the web, in mobile apps and in the company's own browser.

Who uses Perplexity

Perplexity's typical user is someone researching for work: an analyst, a developer, a marketer, a procurement manager, a researcher or a consultant. Many use it in place of classic search specifically for complex questions, where they need to compare options and see where the data came from. Its audience is international, with a strong base in English-speaking markets, Europe and Asia.

Perplexity is a smaller channel than Google or ChatGPT. But its users are unusually close to a decision: they are researching, comparing and building shortlists. That makes Perplexity a priority for:

  • B2B and software companies, especially those selling across borders;
  • manufacturers, distributors and logistics companies, where buyers research the market for a long time before reaching out;
  • SaaS products, education and consulting businesses;
  • companies whose customers are professionals rather than mass-market consumers.

What it costs to be missing from the citations

On Perplexity, invisibility costs more than it seems. A user who asks a question gets three to five company names, each backed by a link. To them, that is already a filtered shortlist.

  • A shortlist without you. A procurement specialist asks for "reliable suppliers of industrial sensors in Europe" and from then on works only with the companies in the answer.
  • Your product described in someone else's words. If no citation points to your website, the AI retells third-party reviews about you. Some of them are outdated, and some were written by competitors.
  • Technical losses you cannot see. The website works fine for people but serves the crawler a 403 error, a CAPTCHA or empty HTML. None of this shows up in your analytics.
  • Losing on freshness. Perplexity searches at the moment of the question and readily cites recent content. A website that has not been updated in a year loses to sites that publish regularly.

Where Perplexity gets its information and citations

For every question, Perplexity runs a real-time search. It finds candidate pages, fetches their content, picks the most relevant passages and passes them to a language model, which writes the answer with citations. This approach is called retrieval-augmented generation. Perplexity is building its own search index. It does not disclose the full source selection algorithm, but what it wants from a good source is the same as any other AI search engine.

PerplexityBot and Perplexity-User

Perplexity has two crawlers with different jobs, and it is important not to confuse them.

  • PerplexityBot crawls websites so Perplexity can find pages and link to them in its answers. According to the company, this crawler's data is not used to train foundation AI models. It works like a search engine crawler: if it is blocked, your pages are not in the pool of candidates.
  • Perplexity-User fetches a page when a specific user's request needs it, for example when someone shares a link or an answer needs the latest version of a page. A person triggers these requests, so according to Perplexity's documentation this agent generally does not follow robots.txt rules.

In practice, you control PerplexityBot through robots.txt. Blocking Perplexity-User at the server or firewall level, on the other hand, throws away your chance to be cited at the very moment a user is asking about you. We compare the crawlers of all major AI services and recommend access settings in our guide on which AI crawlers to allow on your website.

Where websites most often lose access

From our experience with technical audits, AI crawlers are blocked less often by robots.txt and more often by infrastructure. The usual causes:

  • a robots.txt rule like "disallow everything except Googlebot and Bingbot," left over from an old fight with scrapers;
  • bot protection on the CDN or hosting that answers unfamiliar user agents with a 403 or a CAPTCHA page;
  • geo-blocking or IP filtering switched on to stop attacks and then forgotten, even though AI crawlers may come from data centers in other countries;
  • rate limiting that returns a 429 status on half the pages;
  • content that only appears after JavaScript runs, so the crawler sees an empty template;
  • pop-ups and consent walls that cover the main text in the HTML.

How to get cited by Perplexity: six steps

1. Open access and verify it in your logs

Allow PerplexityBot explicitly in robots.txt: add a separate group with User-agent: PerplexityBot and Allow: / for public sections, and disallow only customer accounts, the cart and service pages. Then check your server logs. Look for requests with the PerplexityBot and Perplexity-User user agents and see which status codes they get. You want a 200 status and complete HTML. Perplexity publishes the IP ranges its crawlers use. Add them to your security allowlist, and use them to tell real crawlers from fake bots that spoof the same user agent.

2. Serve content in HTML

The main text, prices, specifications and answers to questions need to be in the page's source HTML, not loaded by scripts. If your website is a single-page application, you need server-side rendering or static pre-rendering. The test is simple: request the page with JavaScript disabled and see if the text is there. Also watch your server response time. A slow page may not make it into the answer while the AI is putting it together.

3. Work on freshness

Perplexity searches at the moment of the question, and freshness is a strong signal for it. What to do:

  • show the publication date and the last updated date on the page, and repeat them in schema markup (datePublished, dateModified);
  • keep lastmod in sitemap.xml accurate, and change it only for pages that actually changed;
  • update key content on a schedule: prices, comparisons, roundups and industry overviews;
  • do not fake freshness by changing the date without editing the page. It is easy to spot, and it damages trust in the whole site.

4. Structure your answers

A Perplexity citation is tied to one specific claim. So the pages that win are the ones a precise passage can be lifted from: a short answer at the start of each section, headings phrased as questions, comparison tables, lists of criteria and specific numbers with units. One page, one topic.

A hypothetical example. A SaaS inventory management tool replaces its "Features" page full of marketing slogans with sections that answer real questions. "Which integrations are supported" has a table of systems. "How much does implementation cost for a 10,000-SKU warehouse" gives a price range. "Cloud vs. on-premise: what is the difference" has a comparison table. Each section is ready to be cited.

5. Add llms.txt and machine-readable facts

An llms.txt file is a short map of your website for language models: who you are, which sections matter most and where to find company facts. There is no public confirmation that Perplexity uses it when choosing sources. But the file is cheap to maintain and useful for all AI services. Our complete guide to llms.txt explains how to write one. Along with it, add Organization, Product or Service, Article and Person schema markup.

6. Get featured on third-party websites

Perplexity often cites third-party content rather than company websites: industry publications, reviews, comparisons, professional communities and directories. So you need expert articles and brand mentions on the sites AI search treats as authoritative in your niche, written in the language of your target market. When others write about you, your odds of getting cited grow much faster than they would from changes to your own website alone.

How to measure results

  • Tracked prompts. We ask Perplexity the questions your customers ask AI assistants, in your market's language. We record whether your company is mentioned, whether your domain is in the source list and which claims the citations are attached to.
  • Referral traffic in Google Analytics 4. Clicks on citations come in as referrals from perplexity.ai. Create a segment and attach key events to it: leads, sign-ups and purchases.
  • Server logs. The trend in PerplexityBot requests shows how actively your site is crawled. Perplexity-User requests to specific pages are an indirect sign that those pages were opened while answering users.
  • Technical monitoring. After every CMS update, hosting move or change to security rules, we check that the crawlers still get a 200 status.

Perplexity's answers vary with the wording and the time of the query. So we look at the trend for the same set of questions over several months, not at a single screenshot. The full list of technical checks is in our AI search optimization checklist.

Perplexity vs ChatGPT and Google AI Overviews

Factor Perplexity ChatGPT Google AI Overviews
Answer format Text with numbered citations and a source list in every answer A chat answer; links appear when search is used A summary at the top of Google results with links to sources
Core audience International, professionals and researchers A mass audience worldwide Everyone who searches on Google
Where sources come from Real-time search and its own index Web search with OpenAI's own crawlers and search partners The Google Search index
Crawlers PerplexityBot, Perplexity-User GPTBot, OAI-SearchBot, ChatGPT-User Googlebot
Role of freshness Very high: a new search for every question High in search mode, low for answers from model memory High, depends on how often Google recrawls the page
Main levers Crawler access, HTML without JavaScript, freshness, structure, third-party publications OpenAI crawler access, brand mentions, clear facts Solid Google SEO, helpful content, structured data
How to measure perplexity.ai referrals, crawler logs, tracked prompts chatgpt.com referrals, tracked prompts Google Search Console, tracked prompts

The result: a website that is easy to cite

When Perplexity's crawlers get complete HTML with no errors, your pages answer specific questions, your dates are current and third-party sources write about your company, your website becomes a natural candidate for citations. Instead of guesswork, you get access confirmed in the logs, tracked prompts and perplexity.ai referrals you can see in Google Analytics.

No agency can guarantee a spot in a Perplexity answer: the service picks its own sources, and answers change. But the technical reasons for invisibility can be fixed completely, and the way sources get chosen is predictable enough to work on systematically.

How AI Search Optimization works with Perplexity

AI Search Optimization has been doing SEO since 2002. We have 100+ clients around the world and Google and Yandex certifications. One team handles your website and your AI visibility end to end, from server settings to articles in external sources. For us, GEO is built on top of good old SEO. We optimize for every major AI assistant in any market and language, and we help businesses in New York City and beyond show up in AI answers.

What the work includes:

  • AI visibility audit: what Perplexity and other AI assistants say about you and your competitors, plus crawler access checked in the logs, rendering and speed;
  • prompt research: the questions your customers ask AI assistants, the keyword research of AI search;
  • technical fixes: robots.txt, security settings, server-side rendering, schema markup, llms.txt and sitemaps;
  • new content built for AI answers, structured so it is easy to cite;
  • brand mentions on third-party websites;
  • articles in external sources that build the authority of your company and its experts;
  • ongoing AI visibility tracking and technical monitoring of crawler access.

AI evaluates the whole website, so we take care of the entire site from day one, from technical fixes to GEO. We guarantee delivery of GEO tasks, error fixes and fast adaptation of your website to changing AI search requirements. When crawlers or rules change, we make the updates without long approval cycles.

The price is $290 per month, which includes the first 10 hours of work. Every additional hour is $45. GEO work is billed on a time-and-materials basis: we invoice only the work completed and delivered that month. No discounts or free months.

Book a call. We will check your logs to see whether Perplexity's crawlers can reach your website and show you which sources Perplexity cites for questions in your niche.

More articles

AI Search Optimization: How to Get Your Business Recommended by ChatGPT, Google AI Overviews and Perplexity

AI assistants recommend businesses they can find, understand and trust. AI search optimization gets your site cited and your company named in AI answers.

Read article

What Is Generative Engine Optimization (GEO)? GEO vs SEO Explained for Business Owners

GEO, AEO, LLMO and AI SEO name one goal: getting AI to recommend your business. GEO is built on top of SEO; one does not work without the other.

Read article

Book a call with an AI search optimization specialist

We will show you what ChatGPT, Google AI Overviews, Perplexity and other AI assistants say about your business and your competitors — and what needs to change on your website and beyond.

New York City, United States

Shark Chelsea

Division Street 40, New York, 10002, New York City

+1 (347) 620-09-02

united-states-new-york-city-en@promo-yar.ru