SOP 012: Featured Snippets
Featured Snippet Types
+---------------------------------------------------------------------+
| FEATURED SNIPPET TYPES |
+---------------------------------------------------------------------+
| |
| 1. PARAGRAPH SNIPPET |
| - Direct answer to a question |
| - 40-60 words optimal |
| - "What is...", "Why...", "How does..." |
| |
| 2. LIST SNIPPET |
| - Step-by-step instructions |
| - Numbered or bulleted lists |
| - "How to...", "Best...", "Top 10..." |
| |
| 3. TABLE SNIPPET |
| - Comparison data |
| - Pricing, specs, features |
| - "...vs...", "...comparison", "...prices" |
| |
| 4. VIDEO SNIPPET |
| - YouTube videos |
| - Tutorial/how-to content |
| |
+---------------------------------------------------------------------+Finding Snippet Opportunities
Step 1: Find Keywords You Already Rank For
┌─────────────────────────────────────────────────────────────────────┐
│ Ahrefs → Site Explorer → Organic Keywords │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ Filter by: │
│ • Position 2-10 (you're close but not #1) │
│ • SERP features: "Featured snippet" │
│ │
│ These keywords have snippets you could steal! │
│ │
└─────────────────────────────────────────────────────────────────────┘Step 2: Analyze Current Snippet
- Google the keyword
- Study the current featured snippet
- Identify format (paragraph, list, table)
- Note word count and structure
- Create BETTER version in same format
Paragraph Snippet Formula
┌─────────────────────────────────────────────────────────────────────┐
│ PARAGRAPH SNIPPET FORMULA │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ [Question as H2 or H3 heading] │
│ │
│ [First sentence = direct answer in ~15 words] │
│ [Next 2-3 sentences = supporting details, 40-60 words total] │
│ │
│ Example: │
│ │
│ ### What is SEO? │
│ │
│ SEO (Search Engine Optimization) is the practice of optimizing │
│ websites to rank higher in search engine results. This involves │
│ improving content quality, building backlinks, and fixing │
│ technical issues to increase organic visibility and traffic. │
│ │
└─────────────────────────────────────────────────────────────────────┘List Snippet Formula
Ordered List (How-To)
markdown
## How to [Do Something]
1. **Step One Title** - Brief description
2. **Step Two Title** - Brief description
3. **Step Three Title** - Brief description
4. **Step Four Title** - Brief description
5. **Step Five Title** - Brief descriptionUnordered List (Best/Top)
markdown
## Best [Category] for [Year]
- **Item One** - Why it's great
- **Item Two** - Why it's great
- **Item Three** - Why it's great
- **Item Four** - Why it's great
- **Item Five** - Why it's greatTable Snippet Formula
markdown
## [Comparison Keyword] Comparison
| Feature | Option A | Option B | Option C |
|---------|----------|----------|----------|
| Price | $99 | $149 | $199 |
| Feature | Yes | Yes | No |
| Rating | 4.5/5 | 4.8/5 | 4.2/5 |Snippet Optimization Checklist
Content Structure
- [ ] Question as H2 or H3 heading (exact match keyword)
- [ ] Answer immediately after heading
- [ ] Answer is self-contained (makes sense alone)
- [ ] 40-60 words for paragraph snippets
- [ ] 5-8 items for list snippets
- [ ] Clean HTML table for comparison data
On-Page Signals
- [ ] Page already ranks in top 10
- [ ] Fast loading speed
- [ ] Mobile friendly
- [ ] Schema markup (FAQ, HowTo)
Question Keywords to Target
┌─────────────────────────────────────────────────────────────────────┐
│ HIGH-SNIPPET QUESTION TYPES │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ WHAT questions → Paragraph snippets │
│ WHY questions → Paragraph snippets │
│ HOW questions → List snippets (steps) │
│ BEST questions → List snippets (items) │
│ VS questions → Table snippets │
│ COST questions → Table or paragraph │
│ │
└─────────────────────────────────────────────────────────────────────┘FAQ Schema for Multiple Snippets
Add FAQ schema to target multiple question keywords per page:
json
{
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is SEO?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SEO is the practice of optimizing..."
}
},
{
"@type": "Question",
"name": "How long does SEO take?",
"acceptedAnswer": {
"@type": "Answer",
"text": "SEO typically takes 4-6 months..."
}
}
]
}People Also Ask (PAA) Strategy
┌─────────────────────────────────────────────────────────────────────┐
│ PAA OPTIMIZATION │
├─────────────────────────────────────────────────────────────────────┤
│ │
│ 1. Google your target keyword │
│ │
│ 2. Note all "People Also Ask" questions │
│ │
│ 3. Add each PAA question as an H2/H3 in your content │
│ │
│ 4. Answer each question concisely after the heading │
│ │
│ 5. You can win multiple PAA slots from one article │
│ │
└─────────────────────────────────────────────────────────────────────┘Snippet Tracking
Monitor featured snippets in:
- Ahrefs → SERP Features filter
- SEMrush → Position Tracking
- Google Search Console → Average Position changes
Common Snippet Mistakes
Avoid These
- Answering in first person ("I think...")
- Too long answers (80+ words)
- Answer not immediately after question heading
- Using images where text is needed
- Burying answer in middle of paragraph
See Also
- 003 - Content Creation - Content optimization
- 009 - Technical SEO - Schema markup
- Video: SEO Hacks - Advanced optimization techniques
