# Faq Seo

> >-

- **Type:** Skill
- **Install:** `agentstack add skill-leadmagic-gtm-skills-faq-seo`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [LeadMagic](https://agentstack.voostack.com/s/leadmagic)
- **Installs:** 0
- **Category:** [Communication](https://agentstack.voostack.com/c/communication)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [LeadMagic](https://github.com/LeadMagic)
- **Source:** https://github.com/LeadMagic/gtm-skills/tree/main/skills/content-seo/faq-seo
- **Website:** https://github.com/LeadMagic/gtm-skills

## Install

```sh
agentstack add skill-leadmagic-gtm-skills-faq-seo
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# FAQ SEO

## Overview
FAQ content captures featured snippets (position zero), People Also Ask boxes,
and voice search results. These are the highest-visibility SERP features —
and they're often the lowest-competition ranking opportunities. This skill
covers question-driven content strategy.

## Authoritative Foundations

- **Google Featured Snippet Optimization** — Named methodology governing recommendations in this skill's process.
- **FAQ Schema Best Practices** — Named methodology governing recommendations in this skill's process.
- **Google Search Central — SEO Starter Guide** — SEO Starter Guide

## When to Use
- "Build FAQ content"
- "Target featured snippets"
- "People Also Ask strategy"
- "Question-based SEO"
- "Voice search optimization"

## Step-by-Step Process

### Phase 1: Question Mining
Find the questions your ICP is asking:

- **Google People Also Ask:** Search your core keywords. Mine the PAA boxes.
  Expand each question for more PAA questions. Repeat 3-4 levels deep.
- **Google Autocomplete:** Type your keyword + "how", "what", "why", "when",
  "where", "can", "do", "is" — capture all suggestions.
- **AnswerThePublic / AlsoAsked.com:** Automated question mining tools
- **Reddit:** Search your topic in relevant subreddits. Sort by top posts.
  Look for questions in post titles and comments.
- **Quora:** Search your topic. Sort by most followed questions.
- **Customer conversations:** Sales calls, support tickets, onboarding questions.
  These are the questions with real business intent behind them.
- **Competitor FAQ pages:** What questions are they answering? What are they
  missing that you can own?

### Phase 2: Question Prioritization
Score each question on:
- **Search volume:** 50+ monthly searches preferred
- **Business relevance:** Does answering this lead to your product?
- **Featured snippet opportunity:** Does the current snippet suck? (Short answer,
  no source, from a weak site)
- **Competition:** Can you outrank the current #1? Check domain rating of the
  page currently ranking.

### Phase 3: FAQ Content Structure
For each question, create a dedicated section:

**Format for featured snippets:**
- **Question as H2 or H3:** Exact or near-exact match to the query
- **Answer in 40-60 words:** Clear, definitive, authoritative. Start with the
  answer, then elaborate. This is what Google pulls for the snippet.
- **Elaboration:** 100-300 words expanding on the answer with examples, data,
  or context
- **Related links:** Link to deeper content on the topic

**FAQ page structure:**
- Group questions by topic (H2 per topic group)
- 10-20 questions per page
- FAQ schema markup on every question-answer pair
- Table of contents at the top (jump links to each question)
- CTA after the most business-relevant question

### Phase 4: Schema Implementation
Implement FAQ schema on every question page:
```json
{
  "@type": "FAQPage",
  "mainEntity": [{
    "@type": "Question",
    "name": "What is email verification?",
    "acceptedAnswer": {
      "@type": "Answer",
      "text": "Email verification is the process of..."
    }
  }]
}
```

This makes your content eligible for rich results in Google — the expandable
Q&A format that takes up significant SERP real estate.

### Phase 5: Measurement
- **Featured snippet wins:** Track which questions you own the snippet for
- **PAA appearances:** Track which questions you appear in the PAA box
- **FAQ traffic:** Organic traffic to FAQ pages
- **FAQ-to-conversion:** How many FAQ visitors go on to product pages, sign up,
  or request demos
- **Voice search:** Track voice search queries (available in Search Console
  with some filtering)

## Output Format
FAQ strategy document with: question inventory, prioritization matrix, content
template, schema implementation, and measurement dashboard.

## Quality Check

Before delivering, verify:
- [ ] All required sections are complete
- [ ] Output matches the user's stated need
- [ ] Named frameworks are cited for key recommendations
- [ ] No vague claims — every recommendation has a specific action
- [ ] Deliverable is ready for operational use, not just conceptual

## Common Pitfalls

1. **Writing for search engines, not humans.** Keyword-stuffed content that reads like a robot wrote it. Fix: write for your ICP first, optimize for search second.
2. **Publishing and praying.** Creating content without a distribution plan. Fix: every piece gets a 30-day promotion calendar across email, social, and paid.
3. **Ignoring content freshness.** 2-year-old content with outdated data and examples still ranking. Fix: quarterly content audit — update or retire stale pieces.

## Execution Artifacts

- `references/framework-notes.md` — PAA/snippet format, FAQ schema, AEO overlap, Pattern 25 routing
- `templates/output-template.md` — Deliverable shell for agent output
- `scripts/check-output.py` — Lightweight deliverable validator
- `references/seo-strategy-playbook.md` — Repo root: §4 schema, §8 AEO overlap
- `skills/foundation/using-gtm-skills/SKILL.md` — Pattern 25: B2B SEO Stack (step 4)

## Related Skills
- seo-strategy, aeo-strategy, pillar-pages, content-marketing, landing-pages

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [LeadMagic](https://github.com/LeadMagic)
- **Source:** [LeadMagic/gtm-skills](https://github.com/LeadMagic/gtm-skills)
- **License:** MIT
- **Homepage:** https://github.com/LeadMagic/gtm-skills

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-leadmagic-gtm-skills-faq-seo
- Seller: https://agentstack.voostack.com/s/leadmagic
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
