Skip to content

PerplexityBot in robots.txt: Allow or Block?

July 10, 2026 · Ajay Kumar

For most business websites, allow PerplexityBot. Perplexity cites its sources prominently and links out, which means being crawlable there converts directly into brand visibility and referral clicks from research-minded users. Block it only for genuinely proprietary content you never want summarized anywhere.

What PerplexityBot actually does

Perplexity answers questions by searching live, reading a handful of pages, and composing a cited response. PerplexityBot is the crawler behind that reading. Unlike training-only crawlers, its purpose is retrieval: your page fetched today can appear as a named, linked citation in answers today. That immediacy is why it is usually the last AI bot you should block.

The exact robots.txt syntax

To allow explicitly:
User-agent: PerplexityBot
Allow: /

To block entirely:
User-agent: PerplexityBot
Disallow: /

To protect specific areas while staying citable:
User-agent: PerplexityBot
Disallow: /premium/
Disallow: /account/

Remember robots.txt is per-crawler: allowing PerplexityBot says nothing about GPTBot or ClaudeBot, which deserve their own deliberate lines.

The honest case for blocking

Paid research, proprietary datasets, member-only education: content whose entire value is exclusivity can reasonably hide. Even then, consider a split: public summary pages open for citation, full assets protected. Total invisibility in the fastest-growing answer engine is a real cost; pay it only on purpose.

Verify behavior, not just intentions

Firewalls override robots.txt silently. Test with a fetch using the bot’s user agent against a key page and confirm a 200 response, then watch server logs for PerplexityBot visits. If Cloudflare or a security plugin is challenging it, your allow line is decorative.

Will allowing it cannibalize my traffic?

Perplexity’s citations click through at healthy rates precisely because its users verify sources. Sites blocking it keep nothing; the question just gets answered from a competitor’s page.

How fast can citations appear after allowing?

Days to weeks on long-tail questions where your page genuinely answers best, faster with quotable structure and llms.txt guidance. It is the quickest feedback loop in AI visibility.

We tune this inside Perplexity Optimization and the wider llms.txt & AI Crawl Control policy work.

← All insights
Keep Reading

Related insights