---
name: serp-feature-targeting
slug: serp-feature-targeting
description: This skill should be used when the user asks to "target featured snippets", "optimize for People Also Ask", "win SERP features", "get a featured snippet", "optimize for rich results", "target position zero", "win PAA boxes", "SERP feature strategy", or any variation of targeting, optimizing for, or winning SERP features like featured snippets, People Also Ask boxes, and rich results in Google search.
category: general
---

# SERP Feature Targeting

SERP features are the enhanced results Google shows above, within, or alongside the standard 10 blue links. Featured snippets, People Also Ask (PAA) boxes, rich results, and knowledge panels capture a disproportionate share of clicks. Winning a featured snippet for a high-volume keyword can 2-3x your traffic — and the same structured content that wins snippets also performs well in AEO.

## SERP Feature Types for SaaS

| Feature | What it shows | How to win it | AEO overlap |
|---------|-------------|--------------|-------------|
| Featured snippet (paragraph) | 40-60 word extracted answer | Answer the query in a concise paragraph under a matching H2 | Very high — same structure AI engines extract |
| Featured snippet (list) | Numbered or bulleted list | Use numbered H2/H3 headers or clean bulleted lists | High |
| Featured snippet (table) | Data table | Use HTML tables with clear headers | Very high |
| People Also Ask (PAA) | Expandable Q&A boxes | Structure content as Q&A with clean H2 questions and concise answers | Very high — same as FAQ optimization |
| Rich results (FAQ) | FAQ expandable on SERP | Implement FAQPage schema | Very high |
| Rich results (How-to) | Step-by-step in SERP | Implement HowTo schema | High |
| Rich results (Review) | Star ratings on SERP | Implement Review schema (for review content) | Medium |
| Knowledge panel | Brand info sidebar | Strong entity signals, Wikidata, Organization schema | Very high |
| Sitelinks | Multiple page links under your result | Clean site structure, internal linking | Low |

---

## Featured Snippet Optimization

### How Google selects featured snippets

Google pulls featured snippets from pages that:
1. Already rank in the top 10 for the query
2. Contain a concise, well-formatted answer to the specific question
3. Match the snippet format the query demands (paragraph, list, or table)

**You must rank top 10 to win a snippet.** Snippet optimization is a layer on top of SEO, not a replacement for it.

### Snippet formats by query type

| Query type | Expected snippet format | Structure to use |
|-----------|------------------------|-----------------|
| "What is X?" | Paragraph snippet | 40-60 word definition paragraph directly under an H2 matching the query |
| "How to X" | List snippet (numbered) | Numbered H3 headers for each step |
| "X vs Y" | Table snippet | HTML comparison table with clear column headers |
| "Best X" | List snippet | Numbered or bulleted list of items |
| "Types of X" | List snippet | Bulleted list of types with one-line descriptions |
| "[X] cost/price" | Paragraph or table | Pricing statement in a paragraph or pricing table |

### Paragraph snippet optimization

**Target structure:**
```markdown
## What is [exact query]?

[40-60 word answer that directly and completely answers the question. 
First sentence is the definition or key answer. Second and third sentences 
add essential detail. No filler. No hedging.]
```

**Rules:**
- H2 must match or closely match the query ("What is revenue intelligence?" not "About Revenue Intelligence")
- Answer must be directly after the H2 — no intro paragraph between the header and the answer
- 40-60 words. Under 40 is too thin. Over 60 gets truncated
- Self-contained — the answer must make sense without reading anything else on the page
- Declarative sentences. No questions, no "it depends," no hedging

### List snippet optimization

**Target structure:**
```markdown
## How to set up lead scoring

1. **Define scoring criteria** — Choose demographic and behavioral attributes
2. **Assign point values** — Weight each criterion by importance
3. **Set MQL threshold** — Typically 50-80 points
4. **Configure routing rules** — Route MQLs to sales automatically
5. **Test and iterate** — Review scores weekly for the first month
```

**Rules:**
- Numbered or bulleted list immediately after the H2
- Bold the step name, then add a brief description
- 5-8 items is optimal. Fewer than 3 is too thin. More than 10 gets truncated
- Each item: 5-15 words. Concise

### Table snippet optimization

**Target structure:**
```markdown
## HubSpot vs Salesforce comparison

| Feature | HubSpot | Salesforce |
|---------|---------|------------|
| Starting price | $20/seat/month | $25/user/month |
| Free plan | Yes | No |
| Best for | SMBs, marketing-led teams | Enterprise, sales-led orgs |
| Ease of use | High | Medium |
| Customization | Medium | Very high |
```

**Rules:**
- Table immediately after a query-matching H2
- Clear column headers (feature name + compared items)
- 4-8 rows. Google truncates after 8-10 rows
- Short cell values (1-5 words per cell ideal)

---

## People Also Ask (PAA) Optimization

PAA boxes contain 4-8 expandable questions related to the main query. Winning PAA slots drives significant incremental traffic.

### How to target PAA

1. Search your target keyword and record all PAA questions
2. Include these questions as H2s or H3s on your page
3. Answer each question in 40-60 words directly under the header
4. Add FAQPage schema for the Q&A pairs

### PAA answer format

Each PAA-targeted section follows this pattern:
```markdown
### [Exact PAA question]?

[40-60 word direct answer. First sentence answers the question. 
Following sentences add essential context.]
```

**Rules:**
- Match the question exactly (or very closely) as a header
- Answer in the first sentence. No preamble
- 40-60 words per answer
- Add FAQPage schema

---

## Rich Results (Schema-Driven)

| Schema type | What it shows on SERP | Implementation |
|------------|----------------------|----------------|
| FAQPage | Expandable FAQ under your result | Add FAQPage JSON-LD for pages with Q&A sections |
| HowTo | Step-by-step preview | Add HowTo JSON-LD for tutorial pages |
| Review | Star rating | Add Review JSON-LD for review/comparison content |
| Product | Price, availability, rating | Add Product JSON-LD for pricing pages |
| Article | Author, date, image | Add Article JSON-LD for blog posts and guides |

**Validation:** Always test with Google Rich Results Test before publishing. Invalid schema won't generate rich results and may hurt trust.

---

## Tracking SERP Feature Performance

| Metric | Tool | Frequency |
|--------|------|-----------|
| Featured snippet wins | Ahrefs, Semrush (SERP features filter) | Weekly |
| PAA appearances | Manual check or Semrush | Monthly |
| Rich result impressions | Google Search Console → Search Appearance | Weekly |
| CTR for snippet keywords | GSC → compare CTR for snippet vs non-snippet keywords | Monthly |
| Snippet losses | Ahrefs alerts for lost SERP features | Weekly alert |

---

## Pre-Optimization Checklist

- [ ] Target keywords identified that currently show SERP features
- [ ] Current SERP feature status checked (do you already hold any?)
- [ ] Competitor snippet analysis completed (who holds snippets for your target keywords?)
- [ ] Snippet format identified per keyword (paragraph, list, or table)
- [ ] H2 headers match target queries exactly
- [ ] Answers are 40-60 words, directly under matching H2
- [ ] Tables use clean HTML with clear headers
- [ ] Lists use numbered or bulleted format with concise items
- [ ] PAA questions captured and added as H2/H3 sections
- [ ] FAQPage schema implemented for Q&A sections
- [ ] Rich Results Test passed for all schema markup
- [ ] Page ranks in top 10 for target keywords (prerequisite for snippets)

---

## Anti-Pattern Check

- Trying to win snippets for keywords where you rank #30 → Snippets are pulled from top 10 results. Focus on ranking top 10 first, then optimize for snippets
- Answering snippet questions in 200 words → Google extracts 40-60 words. Write concise answers that fit the snippet box. Long answers get truncated and may not be selected
- H2 says "Overview" instead of matching the query → Google matches headers to queries. "Overview" doesn't match "What is revenue intelligence?" Use the exact query as the H2
- No schema markup → FAQPage and HowTo schemas generate rich results that take up more SERP space and increase CTR. Adding schema takes 30 minutes per page. No reason to skip it
- Ignoring PAA questions → PAA boxes appear for most informational and commercial queries. Each PAA question is a content opportunity. Capture and answer every PAA question on your target keywords
- Optimizing for snippets but not AEO → Featured snippet structure and AEO structure are 90% the same. When you optimize for snippets, apply the same structure for AI engine extraction. Win both channels