cloro
Strategy

People Also Ask SEO: How to Rank in PAA Boxes in 2026

Ricardo Batista
Ricardo Batista
Founder, cloro
4 min read
SEO SERP Schema
On this page

People Also Ask is the most accessible SERP citation in Google.

PAA doesn’t reward domain authority, backlink count, or organic ranking position. It rewards structure: a question, a 40-60 word answer, and the right schema. A 6-month-old site can win a PAA citation on a query where it sits at organic position 14, and capture the click anyway. The selection rules are unusually mechanical for Google, and that makes PAA the cheapest citation surface in SEO right now.

This post covers what triggers PAA, the four factors that decide who gets cited, and the exact patterns that win placements.

Most teams treat PAA as a side effect of ranking well. It isn’t. It’s its own game with its own rules.

Table of contents

What People Also Ask is

People Also Ask block showing four expandable questions on a real Google SERP

PAA is a block of 3-4 expandable questions Google injects near the top of the SERP for most informational queries. Click any question, an answer block expands inline showing a 40-60 word answer pulled from a single source, with a “From [URL]” attribution. Click again and 3-4 more questions appear underneath. The block fans out indefinitely.

Two structural facts shape the optimization play:

  1. PAA is a citation surface, not a ranking surface. Your URL is cited with the answer; users see the answer first, your domain second. The click-through rate is real but lower than featured snippets: call it 5-15% per cited block.
  2. PAA selection is decoupled from organic rank. Google picks the best-structured answer to each question, not the highest-ranking page on the parent query. This is why mid-rank pages with well-formatted answers regularly out-cite top-10 pages with prose-heavy ones.

The strategic implication: if your page can’t realistically crack the top 5 organically, PAA is a faster, cheaper way to appear on the same SERP.

The four PAA ranking factors

Independent analyses from seoClarity and Search Engine Land converge on four factors:

FactorWhat it meansWeight
Question matchYour H2/H3 matches the exact PAA question wordingHigh
Answer lengthThe block immediately below the heading is 40-60 wordsHigh
SchemaFAQPage or Q&A structured data wraps the question-answer pairMedium
Topical authorityThe parent page covers the surrounding topic in depthMedium

Notice what’s not on the list: domain authority, backlink profile, organic position. Those still gate eligibility (a brand-new domain with no signals won’t win a PAA), but past a baseline of trust, the surface is decided by structure.

The exact pattern that wins

Strip the theory. The HTML pattern that wins PAA citations is:

<h2>What is X?</h2>
<p>X is a [definitional answer in 40-60 words]. The first
sentence should stand alone as a complete answer. Use the
next 1-2 sentences to add the most important qualifier or
example. Stop at 60 words. Save deeper detail for after
the cited block.</p>
<p>[Optional 2-3 sentence expansion that's NOT part of
the cited block — Google rarely pulls beyond the first paragraph.]</p>

Three details matter:

  • H2 wording must match the PAA question verbatim. “What is X?” not “Defining X” or “What X means.” Google does fuzzy match, but exact match wins ties and ties are common.
  • First sentence is the answer in isolation. A reader who sees only that sentence should know the answer. Don’t open with throat-clearing or context.
  • 40-60 words is a hard target. Under 40, the answer reads as incomplete and Google often picks a competitor. Over 60, Google truncates mid-sentence, which looks worse than a competitor’s clean block.

The same pattern wins featured snippets, which means a page optimized for PAA often picks up snippet citations for free. Treat them as compounding wins.

FAQPage schema implementation

FAQPage schema is the multiplier. It gives Google an explicit question-answer mapping it doesn’t have to infer from your HTML, which removes parsing ambiguity and materially improves citation rates on competitive queries.

The minimum viable FAQPage schema wrapper:

{
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "mainEntity": [
    {
      "@type": "Question",
      "name": "What is X?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "X is a [the 40-60 word answer that lives on the page]."
      }
    },
    {
      "@type": "Question",
      "name": "How does X work?",
      "acceptedAnswer": {
        "@type": "Answer",
        "text": "..."
      }
    }
  ]
}

Rules:

  • One FAQPage block per page. Multiple FAQPage entities on the same URL fail validation.
  • The schema text must match the rendered HTML. Don’t put a longer or shorter answer in the schema than appears in the body. Google detects mismatches and silently demotes the page.
  • Validate with Google’s Rich Results Test before shipping. Schema errors fail silently in production. The page renders, but no rich result appears.

For the broader role of schema in AI-driven citation surfaces (AI Overviews, knowledge panels, and PAA), see the full breakdown.

Finding PAA questions to target

Manual PAA research is unusable at scale: the visible questions rotate between SERP refreshes, expanded children rotate further, and a single browser session shows only a slice. The programmatic workflow:

  1. Issue a SERP request for the target query.
  2. Parse the PAA block.
  3. Issue child-expansion requests on each visible question.
  4. Recurse 2-3 levels deep.
  5. Union across 5-10 daily snapshots to get a stable question set.

cloro’s SERP API returns the full PAA tree (visible questions, expanded children, cited URLs, and answer text) in a single structured response per query. Run it daily for your tracked-query list and feed the resulting questions into your content brief.

A reasonable scoring rule for PAA questions:

  • Volume: how often does this question appear across snapshots? (Rotation rate is the noise floor.)
  • Citation difficulty: is a single domain locking the citation, or does it rotate? Rotation means an opening.
  • Topical fit: does this question belong on an existing page (add an FAQ section) or warrant its own page?

The 80/20 path: add 4-8 FAQ blocks to every existing high-traffic page, drawn from PAA questions that already cluster around the page’s topic. Zero new pages, immediate citation surface expansion. For the parent-keyword side of the same workflow, see our SERP features tracking guide and the PASF playbook for refinement-intent research.

Common mistakes

  • Long answers. A 200-word “comprehensive” answer doesn’t win PAA. It gets truncated. Lead with 40-60 words. Put depth below.
  • Mismatched schema. FAQPage schema text that doesn’t match rendered HTML is worse than no schema at all. Google reads it as a manipulation signal.
  • One-and-done PAA research. PAA questions rotate weekly. A static keyword list is stale within a month. Re-pull quarterly at minimum, monthly for competitive categories.
  • Cramming every PAA question onto one page. Topical fit matters. A PAA question that doesn’t fit the page’s primary topic dilutes the page’s intent signal and helps no one. Build separate pages for separate intent clusters.
  • AI-generated answers without editorial pass. Google’s June 2025 core update tightened filtering of thin AI content across rich result surfaces, PAA included. Generic boilerplate answers lose to hand-edited ones every time.

Ready to extract PAA, PASF, and AI Overview data programmatically?

cloro’s SERP API returns the full PAA question tree alongside organic results, AI Overview citations, featured snippets, and knowledge panels, in a single structured response across 250+ locations. Stop guessing which questions to target.

Frequently asked questions

How do you rank in People Also Ask?+

Match the exact PAA question with an H2 or H3 on your page, then answer it in 40-60 words directly below the heading. Pair the answer with FAQPage schema. Google selects answers that are concise, definitional, and structured, not the page with the highest organic rank for the parent query.

Does FAQ schema help with PAA?+

Yes, materially. FAQPage schema gives Google an explicit question-answer mapping it doesn't have to infer from your HTML, which improves both eligibility for PAA citation and parsing reliability. It's not a sufficient condition (content quality still decides), but it's a near-required signal for competitive PAA placements.

How long should a PAA answer be?+

40 to 60 words for the cited block. Google truncates longer answers, and shorter ones often lose to a more complete competitor. The answer should be self-contained. A reader who lands on it cold should understand the answer without scrolling up. Add deeper detail below the cited block, not inside it.

Do you have to rank organically to appear in PAA?+

No. PAA is a separate surface from organic rankings. Pages outside the top 10 organic regularly win PAA citations on the same query. The selection is based on answer structure, not page authority alone, which is why PAA is one of the few SERP surfaces a smaller site can compete for directly.

How do you find PAA questions to target?+

Scrape PAA blocks programmatically. Expand the first 3-4 visible questions, then expand their child questions. The block fans out indefinitely. cloro's /serp-api/ returns the full PAA tree for a query in one call. Cluster the resulting questions by topic and assign each cluster to a page on your site.

How often do PAA questions change?+

Within hours. The visible questions rotate between SERP refreshes, the cited URLs change as Google reassesses answers, and new questions enter the pool weekly as user search patterns shift. Track PAA daily for queries you care about. A static keyword research run is stale within a week.