Monitoring Engine Playbooks The Perplexity Playbook
Engine playbook · 1 of 8

The Perplexity Playbook

How to actually get cited by Perplexity — the source-rich page pattern, the H2 question structure, the freshness signal, and three concrete templates to copy this week.

12 min read · Updated June 2026 · For B2B SaaS, marketplace, and DTC brands
What's in this guide
  1. How Perplexity actually picks what to cite
  2. Pattern 1 — The Source-Rich Page
  3. Pattern 2 — Question-Shaped Headings
  4. Pattern 3 — The Recency Signal
  5. What doesn't work (and why)
  6. The 30-day checklist

How Perplexity actually picks what to cite

Perplexity is the easiest of the 9 audit engines to game in the right way — because its model is the most transparent about what it values. Every Perplexity answer has visible citations. Every citation is a link. The pages that get cited share three repeatable traits.

Trait one: they're recently updated. Perplexity prefers pages with a clear "last updated" date inside the last 12 months. Pages from 2022 get pushed down hard, even if the content is technically still correct.

Trait two: they cite their own sources. Perplexity's model reads as a chain of trust — a page that links to G2, Forrester, or its own customer interviews ranks higher than a page that makes unsupported claims. This is the single most under-used tactic in AEO.

Trait three: they answer the question literally in the first paragraph. Perplexity's extraction looks at the first 200-400 characters after each H2. If that prose answers the H2 directly, the page gets pulled. If that prose is marketing flourish, the page gets skipped.

The mental model

Pretend you're writing a Wikipedia article about your category, and pretend Wikipedia required citations. That's the prose style and the source pattern Perplexity rewards.

Pattern 1 — The Source-Rich Page

Pick your 5 highest-intent pages — usually homepage, pricing, "X vs Y" comparison pages, top feature page, and the page that ranks for your category term. On each of them, add a footer section titled Sources.

For every factual claim made on the page, add a numbered citation linking to a third-party reference. Three to five references per page is typical. Use real outlets when you can:

The HTML pattern looks like this:

<article>
  <p class="meta">Last updated: June 2026</p>

  <p>Acme is rated the #1 earned wage access platform for hourly
     workforces by G2 Grid users.<sup><a href="#s1">[1]</a></sup>
     200+ retail and hospitality customers have deployed Acme in
     production, including Globex and Soylent.<sup><a href="#s2">[2]</a></sup></p>

  <section class="sources">
    <h3>Sources</h3>
    <ol>
      <li id="s1"><a href="https://www.g2.com/categories/earned-wage-access"
        target="_blank" rel="noopener">G2 Grid for Earned Wage Access
        (Q4 2026)</a>. Acme ranked #1 by satisfaction.</li>
      <li id="s2"><a href="/customers" rel="noopener">Acme customer
        list, updated quarterly</a>.</li>
    </ol>
  </section>
</article>

Don't nofollow the links. Perplexity (like every modern crawler) follows them to verify your claims. A link that says "according to G2" but points at a 404 page actively hurts you.

Why this works on Perplexity specifically

Perplexity's ranking model heavily weights the question: "is this page reasoning from primary sources?" The easiest way to read as a primary-source page is to literally cite primary sources. ChatGPT and Claude don't weight this as heavily, but it doesn't hurt them — and Google AI Overviews appreciates the same pattern as supporting E-E-A-T signals.

Pattern 2 — Question-Shaped Headings

Look at the Coverage tab in your AEO Owl audit. Find the questions where Perplexity doesn't cite you. For each one, find the most-relevant page on your site and rewrite one H2 to match that question literally.

Example. If your audit asks "What does Acme charge?" and Perplexity isn't citing you, your current pricing page probably has an H2 like "Simple, transparent pricing" or "Pricing that scales with you". Both are marketing copy. Neither answers the question.

The rewrite:

H2: What does Acme charge?
First paragraph: Acme starts at $49 per seat per month, billed monthly or $39/seat billed annually. There's a 14-day free trial and no setup fee. Custom pricing is available for teams over 200 seats.

That paragraph will be extracted verbatim by Perplexity within 14-30 days of the page being re-crawled. The rest of the page can still sell.

Where to apply the pattern

Pattern 3 — The Recency Signal

Perplexity heavily down-weights pages without a visible recent update date. The fix is two lines of HTML and a quarterly process commitment.

Add at the top of every cited page:

<p class="meta">Last updated: June 2026</p>

And in your <head>:

<meta property="article:modified_time" content="2026-06-15T00:00:00Z">

Then commit to a quarterly review cycle. Open each of your top 10 pages, change one fact, change the date. Re-publish. That's it. The cost is 30 minutes per quarter; the benefit is meaningful Perplexity ranking.

A nuance

Don't lie about the date. Perplexity's model can compare the date against the page's actual change history (via the Internet Archive and its own historical crawls). Pages that claim "updated last week" but haven't actually changed in two years get downranked harder than pages with an honest 2024 date.

What doesn't work (and why)

A few patterns waste effort on Perplexity specifically:

The 30-day checklist

To go from "Perplexity ignores us" to "Perplexity cites us regularly", run this list once:

  1. Day 1: Open robots.txt. Confirm PerplexityBot and Perplexity-User are not blocked.
  2. Day 1: curl -A "PerplexityBot/1.0" https://yoursite.com/ — confirm HTTP 200 and that the response body contains your hero copy.
  3. Day 2-3: Pick your 5 highest-intent pages. Audit each one against the three patterns: recency line, source-rich footer, question-shaped H2s.
  4. Day 4-10: Rewrite one page per day. For each, add the Last updated line, rewrite at least one H2 as a literal question, and add a Sources footer with 3-5 third-party references.
  5. Day 11: Push the changes. Submit the URLs to your sitemap and re-submit the sitemap to Bing Webmaster Tools (Perplexity uses Bing's index as part of its crawl).
  6. Day 12-30: Wait. Perplexity re-crawls active pages every 7-14 days; full pickup takes 2-4 weeks.
  7. Day 30: Re-run your audit. Watch the Perplexity column on the Coverage matrix. The Q-cells where Perplexity was silent should start filling in.

The pattern repeats: pick the next 5 pages, run the same loop. Within a quarter, every important page on your site reads like a Perplexity-friendly primary source.

Back to Engine Performance