target-serp by calm-north/seojuice-skills
npx skills add https://github.com/calm-north/seojuice-skills --skill target-serp识别并捕获目标关键词的精选摘要、用户还问、知识面板和富媒体搜索结果。
| 功能 | 触发条件 | 所需内容格式 |
|---|---|---|
| 精选摘要(段落) | "什么是"、"如何"、定义性查询 | 40-60 字的直接答案,位于与查询匹配的 H2/H3 标题下 |
| 精选摘要(列表) | "如何"、"步骤"、"最佳"、"顶级" | 带有 H2/H3 标题的有序或无序列表 |
| 精选摘要(表格) | 比较、定价、规格查询 | 具有清晰表头的 HTML <table> |
| 用户还问 | 大多数信息性查询 | 简洁答案(2-3 句),位于与 PAA 问题匹配的 H2 标题下 |
| 知识面板 | 品牌/实体查询 | 结构化数据(组织、人物)、维基百科存在、一致的 NAP |
| 富媒体结果(常见问题) | 包含常见问题内容的页面 | FAQPage 模式标记 |
| 富媒体结果(操作指南) | 教程/指导页面 |
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
| HowTo 模式标记 |
| 富媒体结果(评价) | 产品/服务评价页面 | Review/AggregateRating 模式标记 |
| 富媒体结果(面包屑导航) | 任何具有层级结构的页面 | BreadcrumbList 模式标记 |
| 站内链接 | 品牌查询 | 清晰的网站结构、描述性导航、内部链接 |
并非所有 SERP 功能都具有同等价值。使用此矩阵来决定投入精力的方向:
| SERP 功能 | 流量影响 | 获取难度 | 最适合 |
|---|---|---|---|
| 精选摘要 | 非常高 | 中等 | 信息类内容网站 |
| AI 概览引用 | 高(增长中) | 中高 | 权威/专业网站 |
| 用户还问 | 中高 | 低中 | 富含常见问题的内容 |
| 视频轮播 | 高 | 高 | 教程/操作指南内容 |
| 本地包 | 非常高(本地) | 中等 | 本地企业 |
| 富媒体结果(评价) | 中高 | 低中 | 产品/服务评价 |
| 图片包 | 中等 | 低中 | 视觉内容创作者 |
| 购物结果 | 非常高(电商) | 中等 | 产品销售商 |
| 知识面板 | 中等(品牌) | 高(长期) | 成熟品牌 |
当多个功能同时出现时,针对组合进行优化:
| 组合 | 机会 |
|---|---|
| AI 概览 + 精选摘要 | 同时优化两者——具有清晰答案的结构化内容可同时赢得这两个位置 |
| 视频 + PAA + 精选摘要 | 创建包含视频和常见问题部分的综合指南 |
| 购物 + 广告 + 评价 | 产品优化 + 评价模式 + 商家数据源 |
| 仅 PAA(无摘要) | 摘要机会——创建针对摘要优化的内容以获取它 |
| 仅 AI 概览(无摘要) | 具有引用数据的结构化权威内容可获得 AI 收录 |
| 查询类型 | 传统策略 | AI 时代策略 |
|---|---|---|
| 信息性 | 赢得精选摘要 | 赢得 AI 概览引用 和 精选摘要 |
| 比较性 | 创建比较内容 | 创建具有明确结论的结构化比较表格 |
| 定义性 | 为摘要撰写清晰定义 | 撰写具有证据支持的权威、可引用定义 |
| 操作指南 | 创建分步列表 | 创建包含 AI 可综合的独特见解的步骤 |
传统功能奖励格式优化。AI 概览奖励权威性和独特性。
针对每个目标关键词:
| 关键词 | 存在的功能 | 当前持有者 | 您的页面 | 可赢取? |
|---|---|---|---|---|
| ... | 精选摘要(段落) | competitor.com | /blog/topic | 是——需要更好的答案 |
| ... | PAA(3 个问题) | 多个 | 无页面 | 是——创建常见问题部分 |
| ... | 知识面板 | — | — | 否——需要维基百科存在 |
精选摘要直接从页面中提取内容。要赢得它们:
<thead> 和 <tbody> 的语义化 HTML <table>PAA 框出现在大量信息性搜索中。要捕获它们:
PAA 答案应具备:
添加结构化数据以获得富媒体结果资格。
重要提示: 谷歌在 2023 年 8 月大幅限制了常见问题富媒体结果。FAQPage 模式现在仅为知名的政府和卫生权威网站生成富媒体结果。对于大多数网站,常见问题模式仍有助于 AI 系统提取问答内容,但不会在谷歌 SERP 中产生可见的富媒体结果。
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is [topic]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Direct answer here."
}
}]
}
适用于分步内容。包括 name、包含 HowToStep 的 step 数组、estimatedCost 和 totalTime:
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to [do thing]",
"totalTime": "PT30M",
"step": [{
"@type": "HowToStep",
"name": "Step 1 title",
"text": "Step 1 description",
"image": "https://example.com/step1.jpg"
}]
}
适用于博客文章和指南:包括 headline、datePublished、dateModified、author、image。
适用于每个具有分层导航的页面:定义从首页到当前页面的路径。
适用于嵌入视频的页面——启用视频富媒体结果和视频轮播:
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Video title",
"description": "Video description",
"thumbnailUrl": "https://example.com/thumb.jpg",
"uploadDate": "2026-01-15",
"duration": "PT5M30S",
"contentUrl": "https://example.com/video.mp4"
}
适用于包含原创研究或数据的页面——在谷歌数据集搜索中显示:
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "Dataset title",
"description": "What this dataset contains",
"creator": { "@type": "Organization", "name": "Your Brand" },
"datePublished": "2026-01-15",
"license": "https://creativecommons.org/licenses/by/4.0/"
}
标记适合文本转语音和语音助手提取的内容部分:
{
"@context": "https://schema.org",
"@type": "WebPage",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".article-summary", ".key-finding"]
}
}
验证: 部署前务必使用谷歌的富媒体结果测试工具验证模式。
针对每个目标关键词和功能:
| 关键词 | 目标功能 | 当前状态 | 所需行动 | 待优化页面 | 优先级 |
|---|---|---|---|---|---|
| ... | 精选摘要 | 竞争对手持有 | 在匹配的 H2 标题下添加摘要诱饵段落 | /blog/guide | 高 |
| ... | PAA | 我们的网站上不存在 | 添加带有模式的常见问题部分 | /blog/guide | 中 |
| ... | 富媒体结果(常见问题) | 无模式 | 添加 FAQPage JSON-LD | /faq | 低 |
当前 SERP 功能存在情况
功能机会 [来自步骤 1 的表格]
行动计划 [来自步骤 5 的表格]
模式实施清单 针对每个需要模式的页面:
专业提示: 使用免费的 Schema Markup Generator 为任何页面类型构建 JSON-LD,并使用 SERP Feature Landscape 工具探索哪些功能在您的细分领域占主导地位。SEOKuice MCP 用户可以运行
/seojuice:keyword-analysis来查找高展示、低点击的关键词,这些关键词的 SERP 功能正在窃取点击。
每周安装量
1.0K
仓库
GitHub 星标
2
首次出现
12 天前
安全审计
安装于
codex154
claude-code141
antigravity127
opencode60
amp58
cursor58
Identify and capture featured snippets, People Also Ask boxes, knowledge panels, and rich results for target keywords.
| Feature | Trigger | Content Format Needed |
|---|---|---|
| Featured Snippet (paragraph) | "What is", "how does", definitional queries | 40-60 word direct answer under an H2/H3 matching the query |
| Featured Snippet (list) | "How to", "steps to", "best", "top" | Ordered or unordered list with H2/H3 heading |
| Featured Snippet (table) | Comparison, pricing, specs queries | HTML <table> with clear headers |
| People Also Ask | Most informational queries | Concise answer (2-3 sentences) under an H2 that matches the PAA question |
| Knowledge Panel | Brand/entity queries | Structured data (Organization, Person), Wikipedia presence, consistent NAP |
| Rich Results (FAQ) | Pages with FAQ content | FAQPage schema markup |
| Rich Results (How-To) | Tutorial/instructional pages | HowTo schema markup |
| Rich Results (Review) | Product/service review pages | Review/AggregateRating schema markup |
| Rich Results (Breadcrumb) | Any page with hierarchy | BreadcrumbList schema markup |
| Sitelinks | Brand queries | Clear site structure, descriptive navigation, internal linking |
Not all SERP features are equally valuable. Use this to decide where to invest effort:
| SERP Feature | Traffic Impact | Effort to Win | Best For |
|---|---|---|---|
| Featured Snippet | Very High | Medium | Informational content sites |
| AI Overview citation | High (growing) | Medium-High | Authority/expertise sites |
| People Also Ask | Medium-High | Low-Medium | FAQ-rich content |
| Video Carousel | High | High | Tutorial/how-to content |
| Local Pack | Very High (local) | Medium | Local businesses |
| Rich Results (Review) | Medium-High | Low-Medium | Product/service reviews |
| Image Pack | Medium | Low-Medium |
When multiple features appear together, optimize for the combination:
| Combination | Opportunity |
|---|---|
| AI Overview + Featured Snippet | Optimize for both — structured content with clear answers wins both slots |
| Video + PAA + Featured Snippet | Create a comprehensive guide with video and FAQ section |
| Shopping + Ads + Reviews | Product optimization + review schema + merchant feed |
| PAA only (no snippet) | Snippet opportunity — create snippet-optimized content to claim it |
| AI Overview only (no snippet) | Structured, authoritative content with cited data gets AI inclusion |
| Query Type | Traditional Strategy | AI-Era Strategy |
|---|---|---|
| Informational | Win featured snippet | Win AI Overview citation AND featured snippet |
| Comparison | Create comparison content | Create structured comparison tables with clear verdicts |
| Definition | Write clear definition for snippet | Write authoritative, citable definition with evidence |
| How-to | Create step-by-step list | Create steps with unique insights AI can synthesize |
Traditional features reward format optimization. AI Overviews reward authority and uniqueness.
For each target keyword:
| Keyword | Feature Present | Current Holder | Your Page | Winnable? |
|---|---|---|---|---|
| ... | Featured snippet (paragraph) | competitor.com | /blog/topic | Yes — need better answer |
| ... | PAA (3 questions) | various | No page | Yes — create FAQ section |
| ... | Knowledge panel | — | — | No — need Wikipedia presence |
Featured snippets pull content directly from pages. To win them:
<table> with <thead> and <tbody>PAA boxes appear on a large share of informational searches. To capture them:
PAA answers should be:
Add structured data for rich result eligibility.
Important: Google significantly restricted FAQ rich results in August 2023. FAQPage schema now only generates rich results for well-known government and health authority sites. For most sites, FAQ schema still helps AI systems extract Q&A content but will not produce visible rich results in Google SERPs.
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "What is [topic]?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Direct answer here."
}
}]
}
For step-by-step content. Include name, step array with HowToStep, estimatedCost, and totalTime:
{
"@context": "https://schema.org",
"@type": "HowTo",
"name": "How to [do thing]",
"totalTime": "PT30M",
"step": [{
"@type": "HowToStep",
"name": "Step 1 title",
"text": "Step 1 description",
"image": "https://example.com/step1.jpg"
}]
}
For blog posts and guides: include headline, datePublished, dateModified, author, image.
For every page with hierarchical navigation: define the path from home to current page.
For pages with embedded videos — enables video rich results and video carousels:
{
"@context": "https://schema.org",
"@type": "VideoObject",
"name": "Video title",
"description": "Video description",
"thumbnailUrl": "https://example.com/thumb.jpg",
"uploadDate": "2026-01-15",
"duration": "PT5M30S",
"contentUrl": "https://example.com/video.mp4"
}
For pages with original research or data — surfaces in Google Dataset Search:
{
"@context": "https://schema.org",
"@type": "Dataset",
"name": "Dataset title",
"description": "What this dataset contains",
"creator": { "@type": "Organization", "name": "Your Brand" },
"datePublished": "2026-01-15",
"license": "https://creativecommons.org/licenses/by/4.0/"
}
Marks content sections suitable for text-to-speech and voice assistant extraction:
{
"@context": "https://schema.org",
"@type": "WebPage",
"speakable": {
"@type": "SpeakableSpecification",
"cssSelector": [".article-summary", ".key-finding"]
}
}
Validation: Always validate schema with Google's Rich Results Test before deploying.
For each target keyword and feature:
| Keyword | Target Feature | Current Status | Action Required | Page to Optimize | Priority |
|---|---|---|---|---|---|
| ... | Featured snippet | Competitor holds it | Add snippet-bait paragraph under matching H2 | /blog/guide | High |
| ... | PAA | Not present on our site | Add FAQ section with schema | /blog/guide | Medium |
| ... | Rich result (FAQ) | No schema | Add FAQPage JSON-LD | /faq | Low |
Current SERP Feature Presence
Feature Opportunities [Table from Step 1]
Action Plan [Table from Step 5]
Schema Implementation List For each page needing schema:
Pro Tip: Use the free Schema Markup Generator to build JSON-LD for any page type, and the SERP Feature Landscape tool to explore which features dominate your niche. SEOJuice MCP users can run
/seojuice:keyword-analysisto find high-impression, low-click keywords where SERP features are stealing clicks.
Weekly Installs
1.0K
Repository
GitHub Stars
2
First Seen
12 days ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
codex154
claude-code141
antigravity127
opencode60
amp58
cursor58
39,200 周安装
| Visual content creators |
| Shopping Results | Very High (ecommerce) | Medium | Product sellers |
| Knowledge Panel | Medium (brand) | High (long-term) | Established brands |