{"slug":"featured-snippet-specialist","title":"Featured Snippet Specialist: Zero-Position Content Engineering","tags":["featured-snippet","seo","serp","position-zero","content"],"agent_summary":"Engineers content specifically to win featured snippets (position zero). Covers the four snippet types (paragraph, list, table, accordion), optimal answer length (40-60 words), and structure rules for each type.","trigger_phrases":["featured snippet","position zero","answer box","win the snippet","snippet optimization","rank zero","snippet engineering"],"runnable":true,"markdown":"\n# Featured Snippet Specialist: Zero-Position Content Engineering\n\nFeatured snippets (position zero) generate clicks without ranking #1. Engineering content specifically for snippet capture is a separate discipline from general SEO writing.\n\n---\n\n## The Four Snippet Types\n\n### 1. Paragraph Snippet (most common)\n\nGoogle extracts a 40-60 word block that directly answers a query.\n\n**Trigger queries:** \"What is X\", \"How does X work\", \"Why does X happen\"\n\n**Format requirements:**\n- Direct definition or explanation in first sentence\n- No preamble (\"In this article we will discuss...\")\n- 40-60 words total — under 40 is incomplete, over 60 gets truncated\n- Active voice\n- No \"I\" or \"we\" — third person or second person only\n- Placed immediately under the H2 that matches the query\n\n**Template:**\n```\n[Term] is [direct definition]. [One sentence of elaboration with one specific detail]. [One sentence of practical implication or how it's used].\n```\n\n---\n\n### 2. List Snippet\n\nGoogle extracts a bulleted or numbered list to answer \"how to\", \"steps to\", \"types of\", \"best X\" queries.\n\n**Trigger queries:** \"How to X\", \"Steps to X\", \"Best X for Y\", \"Types of X\"\n\n**Format requirements:**\n- H2 matching the query intent\n- Immediate list — no paragraph before the list\n- 5-8 items (Google usually shows 5-8 before \"More items...\")\n- Each item: 5-12 words max\n- Numbered for process/sequence, bulleted for non-sequential\n\n**Template (numbered):**\n```\n## How to [Action]\n\n1. [Step — verb first, 5-12 words]\n2. [Step — verb first, 5-12 words]\n3. [Step — verb first, 5-12 words]\n[continue to 5-8 steps]\n```\n\n---\n\n### 3. Table Snippet\n\nGoogle extracts a comparison table when queries imply comparison or structured data.\n\n**Trigger queries:** \"X vs Y\", \"Cost of X\", \"X comparison\", \"X by [variable]\"\n\n**Format requirements:**\n- HTML table or markdown table (both work)\n- 3-5 columns, 4-10 rows\n- Header row clearly labeled\n- No merged cells\n- Numbers formatted consistently (units in header, not each cell)\n\n**Template:**\n```\n| [Category] | [Attribute 1] | [Attribute 2] | [Attribute 3] |\n|------------|--------------|--------------|--------------|\n| [Item 1]   | [value]      | [value]      | [value]      |\n| [Item 2]   | [value]      | [value]      | [value]      |\n```\n\n---\n\n### 4. Accordion/Expandable Snippet\n\nFAQ-structured content where Google shows the question and expands the answer.\n\n**Trigger queries:** FAQ queries, \"questions about X\", PAA box domination targets\n\n**Format requirements:**\n- FAQ schema markup (JSON-LD)\n- Question as H3 exactly matching common search queries\n- Answer immediately below H3 — no introduction\n- 40-80 words per answer\n- 5-10 Q&A pairs per page\n\n---\n\n## Snippet Engineering Checklist\n\nBefore publishing any piece targeting a snippet:\n\n- [ ] Identified the snippet type for the primary query\n- [ ] Answer block placed immediately under the matching H2/H3\n- [ ] Word count verified: paragraph (40-60), list (5-8 items at 5-12 words each)\n- [ ] No preamble before the answer block\n- [ ] H2/H3 text mirrors the search query as closely as possible\n- [ ] FAQ schema added if targeting accordion snippets\n- [ ] No competing answers on same page for same query\n\n---\n\n## Common Snippet Mistakes\n\n| Mistake | Why It Loses the Snippet |\n|---------|------------------------|\n| Answer buried in paragraph 4+ | Google can't extract cleanly |\n| Intro paragraph before answer | Dilutes the answer block |\n| Answer over 80 words | Gets truncated mid-sentence |\n| Generic H2 like \"Overview\" | Doesn't signal intent match |\n| Lists over 10 items | Google shows partial + \"More items\" |\n| Table with merged cells | Can't parse into structured data |\n\n---\n\n## Snippet Monitoring\n\nOnce a snippet is won:\n- Check weekly — competitor content can steal it\n- If lost, verify: did competitor add a cleaner answer block?\n- Counter: tighten word count to 40-45 words, make definition more direct\n\n#content-sop #seo #featured-snippet #serp\n","html":"<h1>Featured Snippet Specialist: Zero-Position Content Engineering</h1>\n<p>Featured snippets (position zero) generate clicks without ranking #1. Engineering content specifically for snippet capture is a separate discipline from general SEO writing.</p>\n<hr>\n<h2>The Four Snippet Types</h2>\n<h3>1. Paragraph Snippet (most common)</h3>\n<p>Google extracts a 40-60 word block that directly answers a query.</p>\n<p><strong>Trigger queries:</strong> \"What is X\", \"How does X work\", \"Why does X happen\"</p>\n<p><strong>Format requirements:</strong></p>\n<ul>\n<li>Direct definition or explanation in first sentence</li>\n<li>No preamble (\"In this article we will discuss...\")</li>\n<li>40-60 words total — under 40 is incomplete, over 60 gets truncated</li>\n<li>Active voice</li>\n<li>No \"I\" or \"we\" — third person or second person only</li>\n<li>Placed immediately under the H2 that matches the query</li>\n</ul>\n<p><strong>Template:</strong></p>\n<pre><code>[Term] is [direct definition]. [One sentence of elaboration with one specific detail]. [One sentence of practical implication or how it's used].\n</code></pre>\n<hr>\n<h3>2. List Snippet</h3>\n<p>Google extracts a bulleted or numbered list to answer \"how to\", \"steps to\", \"types of\", \"best X\" queries.</p>\n<p><strong>Trigger queries:</strong> \"How to X\", \"Steps to X\", \"Best X for Y\", \"Types of X\"</p>\n<p><strong>Format requirements:</strong></p>\n<ul>\n<li>H2 matching the query intent</li>\n<li>Immediate list — no paragraph before the list</li>\n<li>5-8 items (Google usually shows 5-8 before \"More items...\")</li>\n<li>Each item: 5-12 words max</li>\n<li>Numbered for process/sequence, bulleted for non-sequential</li>\n</ul>\n<p><strong>Template (numbered):</strong></p>\n<pre><code>## How to [Action]\n\n1. [Step — verb first, 5-12 words]\n2. [Step — verb first, 5-12 words]\n3. [Step — verb first, 5-12 words]\n[continue to 5-8 steps]\n</code></pre>\n<hr>\n<h3>3. Table Snippet</h3>\n<p>Google extracts a comparison table when queries imply comparison or structured data.</p>\n<p><strong>Trigger queries:</strong> \"X vs Y\", \"Cost of X\", \"X comparison\", \"X by [variable]\"</p>\n<p><strong>Format requirements:</strong></p>\n<ul>\n<li>HTML table or markdown table (both work)</li>\n<li>3-5 columns, 4-10 rows</li>\n<li>Header row clearly labeled</li>\n<li>No merged cells</li>\n<li>Numbers formatted consistently (units in header, not each cell)</li>\n</ul>\n<p><strong>Template:</strong></p>\n<pre><code>| [Category] | [Attribute 1] | [Attribute 2] | [Attribute 3] |\n|------------|--------------|--------------|--------------|\n| [Item 1]   | [value]      | [value]      | [value]      |\n| [Item 2]   | [value]      | [value]      | [value]      |\n</code></pre>\n<hr>\n<h3>4. Accordion/Expandable Snippet</h3>\n<p>FAQ-structured content where Google shows the question and expands the answer.</p>\n<p><strong>Trigger queries:</strong> FAQ queries, \"questions about X\", PAA box domination targets</p>\n<p><strong>Format requirements:</strong></p>\n<ul>\n<li>FAQ schema markup (JSON-LD)</li>\n<li>Question as H3 exactly matching common search queries</li>\n<li>Answer immediately below H3 — no introduction</li>\n<li>40-80 words per answer</li>\n<li>5-10 Q&#x26;A pairs per page</li>\n</ul>\n<hr>\n<h2>Snippet Engineering Checklist</h2>\n<p>Before publishing any piece targeting a snippet:</p>\n<ul>\n<li>[ ] Identified the snippet type for the primary query</li>\n<li>[ ] Answer block placed immediately under the matching H2/H3</li>\n<li>[ ] Word count verified: paragraph (40-60), list (5-8 items at 5-12 words each)</li>\n<li>[ ] No preamble before the answer block</li>\n<li>[ ] H2/H3 text mirrors the search query as closely as possible</li>\n<li>[ ] FAQ schema added if targeting accordion snippets</li>\n<li>[ ] No competing answers on same page for same query</li>\n</ul>\n<hr>\n<h2>Common Snippet Mistakes</h2>\n<p>| Mistake | Why It Loses the Snippet |\n|---------|------------------------|\n| Answer buried in paragraph 4+ | Google can't extract cleanly |\n| Intro paragraph before answer | Dilutes the answer block |\n| Answer over 80 words | Gets truncated mid-sentence |\n| Generic H2 like \"Overview\" | Doesn't signal intent match |\n| Lists over 10 items | Google shows partial + \"More items\" |\n| Table with merged cells | Can't parse into structured data |</p>\n<hr>\n<h2>Snippet Monitoring</h2>\n<p>Once a snippet is won:</p>\n<ul>\n<li>Check weekly — competitor content can steal it</li>\n<li>If lost, verify: did competitor add a cleaner answer block?</li>\n<li>Counter: tighten word count to 40-45 words, make definition more direct</li>\n</ul>\n<p>#content-sop #seo #featured-snippet #serp</p>\n"}