Perplexity doesn't rank businesses by popularity. It cites businesses it can verify and extract answers from. Most websites fail two of the four criteria. Here's exactly what they are.
Perplexity crawls the web with PerplexityBot and builds answers by extracting structured content from pages it can parse. It favors sources it can verify — where the business name, location, and services are consistent across multiple web properties — and pages that answer a question directly rather than bury the answer in marketing copy.
Most businesses fail at least one of the four criteria below. Fixing all four typically takes 5-10 hours of technical and content work. The businesses already appearing in Perplexity for your target queries usually got there by accident — not by outspending you.
Check your robots.txt file at yourdomain.com/robots.txt. If it contains User-agent: * followed by Disallow: /, PerplexityBot is blocked. You need an explicit allow rule:
User-agent: PerplexityBot Allow: / User-agent: GPTBot Allow: / User-agent: Google-Extended Allow: /
Most well-configured sites already allow these bots. Check anyway — one misconfigured line blocks everything.
FAQPage schema tells Perplexity exactly where the questions and answers are on your page. Pages with FAQPage schema get cited at a measurably higher rate because Perplexity doesn't have to infer structure — it reads it directly from the JSON-LD.
Add it to your highest-intent pages: the service page, the "about" page, and any page targeting a "how to" or "best [service] in [city]" query. A minimal example:
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "How does Invisalign work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Invisalign uses a series of clear plastic aligners, changed every 1-2 weeks..."
}
}]
}
</script>
Perplexity extracts answers from the first 100-150 words of a page more than anywhere else. If your page opens with "Welcome to our practice" or a hero image with no text, Perplexity has nothing to extract.
Rewrite every important page so the first paragraph answers the most likely question someone would ask about that page. For a dental Invisalign page, that might be: "Invisalign treatment at [Practice] costs $3,500–$8,000 and takes 12–18 months. We offer in-office payment plans starting at $150/month." Specific, answerable, citable.
Perplexity cross-references business identity across multiple sources before citing. If your business name on your website doesn't match your Google Business Profile, or your phone number on Yelp is outdated, Perplexity treats you as an unverified entity and skips you in favor of competitors it can confirm.
Check consistency across: your website footer + contact page, Google Business Profile, Yelp, your industry directories (Healthgrades for healthcare, Avvo/FindLaw for law, RealSelf for aesthetics), and any local citations (Chamber of Commerce, BBB). Name, address, and phone must be identical everywhere.
| Signal | Most businesses | Time to fix |
|---|---|---|
| PerplexityBot allowed in robots.txt | ✓ Usually fine | 15 min |
| FAQPage schema on service pages | ✗ Usually missing | 1-2 hours |
| Direct-answer intro on key pages | ✗ Usually marketing copy | 2-4 hours |
| Entity consistency across directories | ✗ Usually has conflicts | 2-6 hours |
| Fresh content (updated <30 days) | ✗ Often stale | Ongoing |
Perplexity recrawls high-quality pages frequently — often within 1-2 weeks of a change. Most businesses that complete all four fixes see first citations within 2-4 weeks. The queries where you appear first are usually the lower-competition local ones: "emergency dentist [city]", "med spa Botox [city]", "immigration lawyer [city]".
Broader queries — "best Invisalign provider" or "top med spa near me" — take longer (60-90 days) because Perplexity needs to accumulate evidence across multiple crawl cycles before promoting a newer citation source.
A Perplexity visibility audit runs 10-20 real prompts about your business and city through Perplexity and records whether you appear, where in the answer you appear, and which competitors are cited instead of you. This baseline is what makes the fixes measurable — you can see before and after citation rates rather than guessing.
AltorLab runs this audit free for US dental practices, med spas, and law firms before any paid engagement. We send screenshots of all prompts within 48 hours.
We run 10 real prompts about your practice across Perplexity, ChatGPT, and Google AI Overviews. Screenshots in 48 hours. Free, no obligation.
Get your free Perplexity audit →Allow PerplexityBot in robots.txt, add FAQPage schema to your service pages, rewrite key page intros to lead with a direct answer, and make your entity consistent across your website, GBP, and industry directories. All four are fixable within a week.
Yes. Perplexity crawls your site with PerplexityBot. If your robots.txt blocks it, you won't be cited. Check yourdomain.com/robots.txt and add an explicit allow rule for PerplexityBot.
Pages that answer a specific question in the first paragraph, include structured FAQ blocks, cite specific facts or data, and come from a verified entity (consistent NAP across web). For local service businesses, "service + city" pages with direct-answer intros rank highest for citation.
Most businesses see first citations within 2-4 weeks of implementing core fixes. Consistent visibility across multiple queries builds over 60-90 days as Perplexity recrawls updated pages.