Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计提醒

faq-page-generator常见问题页面生成器

Agent Skill

faq-page-generator 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

12,701

周安装

540

GitHub Stars

409

下载量

4,450
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:faq-page-generator(常见问题页面生成器)
来源仓库:https://github.com/kostja94/marketing-skills
仓库路径:skills/faq-page-generator
安装命令:
npx skills add https://github.com/kostja94/marketing-skills --skill faq-page-generator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/kostja94/marketing-skills --skill faq-page-generator

简介

常见问题页面生成器用于查找、检索和筛选相关信息。

  • 适合根据关键词或任务场景快速定位候选结果。faq-page-generator 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 可结合来源仓库和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围和维护状态,避免触发不必要的网络请求。
  • 注意区分本地环境与生产环境的差异,防止误操作。

SKILL.md

Pages: FAQ

Guides FAQ page content, structure, and optimization for SEO, conversion, and rich results (PAA, Featured Snippet, GEO, PASF). FAQ content from real user questions and rich-result targeting.

When invoking: On first use, if helpful, open with 1-2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.

FAQ and Rich Results

FeatureRelationshipOptimization
People Also Ask (PAA)FAQ schema triggers PAA-style dropdowns; PAA questions = FAQ sourceFAQPage schema; match question phrasing; "how/what/why" format. PAA ~51% of searches. See serp-features
Featured SnippetAnswers extracted for position zero40-60 words; answer-first; H2/H3; paragraph (70%), list (19%), table (6%). See featured-snippet
GEO / AI OverviewsAI cites FAQ blocks; FAQ most cited content type (3-7x more citations)Self-contained; 40-80 words; entity signals; content in initial HTML. See geo
People Also Search For (PASF)Appears when user bounces; comprehensive FAQ reduces bounceMatch intent; cover related questions. PASF shows 6-8 related queries.
FAQ rich resultFAQPage schema; max 2 dropdowns per SERPRestricted to government/health in many regions; schema still helps PAA, voice, AI

PAA vs PASF: PAA = expandable question boxes (same SERP). PASF = related queries after bounce. Both benefit from comprehensive, intent-matching content.

Content Sources

Real user: Support tickets, chat logs, sales objections, surveys, reviews.

Rich-result purpose: PAA (search keyword, extract questions), AnswerThePublic, AlsoAsked, Featured Snippet queries, competitor FAQ, keyword research, GEO citation data.

Reverse flow: Use PAA, Featured Snippet, GSC Search queries to find questions you rank for but don't answer.

Content Structure

ApproachWhenExample
Page topicIn-page section3-8 questions about that page
ThemeDedicated pageGroup by Billing, Features, Support, Compliance
Logical flowDecision funnelAwareness -> Consideration -> Purchase -> Support
Objection handlingConversion"Is it worth it?" "Can I cancel?"

Page-specific: LP (objection handling); pricing (billing, plans, enterprise); alternatives (migration, comparison); category (materials, recommendations); tools (what is X, how calculated). See landing-page-generator, pricing-page-generator, alternatives-page-generator, category-pages, tools-page-generator.

Dedicated FAQ Page vs In-Page FAQ Section

DimensionDedicated PageIn-Page Section
Placement/faq, /help, standalone URLWithin LP, pricing, blog, product page
Count5-30 (5-10 optimal)3-8
StructureCategories, TOC, navigationInline; after main content
SchemaOne FAQPage per pageSame; schema matches visible Q&A
When to useMany questions; support/help hub; central FAQObjection handling; page-specific long-tail; conversion
Related pagescontact-page, docs-page, website-structurelanding-page, pricing-page, blog, alternatives, category-pages, tools-page

Shared rules: Word count, content rules, format, and schema apply to both. Choose placement based on question volume and page purpose.

Accordion: Crawlable?

Yes. Google indexes accordion content fully; hidden content receives full weight.

Requirements: Content in DOM at load (no AJAX on click); use <details>/<summary> or server-rendered HTML; first item expanded. Avoid display: none for primary content. See tab-accordion, rendering-strategies.

Nuance: Some tests suggest visible content outperforms hidden. Use accordion for secondary FAQ; keep primary Q&A visible.

Best Practices

Word Count

ElementRangeNotes
Answer40-80 wordsSweet spot for AI; under 40 = incomplete; over 80 = cut off
Featured Snippet40-60 words45 words most common
First sentence40-50 wordsAnswer immediately
Sentences2-4Standalone, comprehensive

Content Rules

  • Genuine questions: PAA, AnswerThePublic, support; no invented marketing questions
  • Standalone answers: Each answer makes sense alone; AI extracts individual pairs
  • Content parity: Schema must exactly match visible content; hidden schema = violation
  • No duplicates: Each Q&A on one page; choose most authoritative
  • Topical focus: FAQs match page topic
  • Inverted pyramid: Most important first; data, numbers, actionable advice
  • Keywords: 1-2 times naturally; no stuffing
  • Quality over quantity: 5-10 excellent beat 50 thin
  • Update quarterly: Add questions from emerging trends

Format

  • Schema: JSON-LD; one FAQPage per page
  • Answer HTML (in schema text): <a>, <strong>, <em>, <p>, <br>, <ol>; use sparingly
  • Structure: H2/H3 per question; semantic HTML; answer-first under heading
  • Validation: Google Rich Results Test, Schema.org Validator, GSC

Number of Questions

PlacementCountNotes
In-page section3-8Directly related to page
Dedicated page5-10 optimal10-30 if well-crafted; quality over quantity
Schema minimum2+Single Q&A rarely shown
Google displayMax 2 per resultSee serp-features

Question and Answer

Question: Match how users ask ("How do I return?" not "Return Policy"); target "how/what/why"; H2/H3; avoid promotional or invented.

Answer: Answer-first in 40-60 words; paragraph, list, or table by content type; scannable (bullets, bold); self-contained; entity signals. See entity-seo.

Organization

Group by topic; clear hierarchy; TOC, accordions, jump links; audit quarterly.

Initial Assessment

Check project context (.cursor/project-context.md or .claude/project-context.md) for objections, product details, customer language.

Identify: (1) Source of questions (2) Conversion focus (3) Placement (dedicated vs in-page).

Why It Matters

  • Reduces support load
  • Long-tail and voice search
  • Category pages: +157% conversion when FAQ used
  • 20-30% CTR lift when rich results display
  • 3-7x more AI citations with optimized FAQ

Output Format

  • Question list (from research)
  • Category structure
  • Answer format and tone
  • Schema (FAQPage)
  • SEO metadata

Related Skills

  • howto-section-generator: Step-by-step HowTo sections; not FAQ—use HowTo schema, not FAQPage
  • tab-accordion: Accordion implementation; details/summary
  • serp-features: PAA, Featured Snippet, PASF, FAQ limits
  • featured-snippet: Answer length, position zero
  • geo: GEO strategy; citable blocks; AI crawlers
  • schema-markup: FAQPage implementation
  • keyword-research: PAA to FAQ; question keywords
  • landing-page-generator, pricing-page-generator, alternatives-page-generator, category-pages, tools-page-generator: In-page FAQ section
  • contact-page-generator, docs-page-generator, website-structure: Dedicated FAQ page; FAQ reduces contact form volume
  • title-tag, meta-description, page-metadata: Metadata
  • entity-seo: Entity signals for GEO
  • rendering-strategies: Content in initial HTML

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

35.05%
按下载量换算1,560

Claude

28.89%
按下载量换算1,286

Cursor

19.26%
按下载量换算857

Gemini CLI

8.34%
按下载量换算371

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills