糟糕 FAQ 是一堆没人问过的”自夸式”问题。好 FAQ 是转化工具:它提前接住 5 个差点让用户放弃的顾虑。Prompt 必须挖用户真正会输入的问题,不能造好看的。
先说一条会改变目标的前提。Google 已在 2026 年彻底下线 FAQ 富媒体结果(搜索结果中的展现 2026 年 5 月 7 日停止,富媒体测试工具的支持也在当年 6 月移除),所以 FAQ 板块不再是抢占更多蓝链展位的捷径。现在 FAQ 仍然值得写的地方有两个:页面内的异议处理能提升转化;以及被答案引擎引用。ChatGPT、Perplexity、Google AI Overviews 都会抽取”开头直接给结论”的问答对,所以一段扎实的 FAQ 依然是你能给页面加的高杠杆内容之一。下面的 Prompt 都按这个现实来调。
一句话总结
- 挖真问题(工单、搜索词、销售对话),别编自夸式问题。
- 每条答案开头先给结论,后面补一句背景。控制在 30-50 字以内。
- landing 页按用户路径排序;帮助中心按频次排序。
- FAQ schema 已经拿不到 Google 富媒体结果,但内容仍能赢得 AI 搜索引用,并在页面内化解异议。
- 把脱敏后的工单导出粘进 1M token 模型(Claude Opus 4.7、Gemini 3.1 Pro 或 GPT-5.5)来批量聚类问题。
适合哪些场景
写 landing 的 SaaS 创业者、做 PDP 的电商、把工单整理成公开 FAQ 的客服负责人、想拿到 AI 搜索引用的内容人。如果你要写的是词汇表或完整知识库,那是另一种格式;这套 Prompt 针对的是放在价格或产品文案下方那段简短、高意图的 FAQ。
该用哪个模型跑
这 12 个 Prompt 在任何主流对话模型里都能用,但挖工单类(#1、#12)更吃上下文窗口。截至 2026 年 6 月,Claude Opus 4.7、Gemini 3.1 Pro、GPT-5.5 标准上下文都是 1M token,所以可以一次性把几百条脱敏工单粘进去,而不用先做摘要。写短答案的 Prompt(#2-#11)用 workhorse 档(Claude Sonnet 4.6、GPT-5.5 Instant)更快更省,质量差距可忽略。如果答案文案你打算自己写、只让 AI 润色,参见姊妹文 FAQ 写作 Prompt。
Prompt 结构公式
每个 FAQ Prompt 都要带这六个要素:
- 读者:一个具体的人,不是”任何对 X 感兴趣的人”。
- 目标:一个动作(读完、点击、注册、同意、分享)。
- 语气:品牌或作者语气,用 2-3 个锚定形容词。
- 限制:字数、禁用短语、必含事实。
- 格式:段落、列表、小标题、表格。
- 示例:1-2 条目标语气示例,是匹配 voice 的最强杠杆。
这套 Prompt 适合用在哪
- landing FAQ 处理购买异议
- PDP / 价格页 FAQ
- 新用户 onboarding FAQ
- 把工单整理成公开帮助文章
- 答案引擎可见性(被 ChatGPT、Perplexity、AI Overviews 引用)
12 个可直接复制的 Prompt 模板
1. 从工单挖真问题
I have these support tickets: {ticketLog}. Cluster into themes and identify the top 8 questions actually asked. For each: (a) the question rephrased to user voice, (b) clearest 2-sentence answer, (c) frequency rank. Skip questions only asked by one person.
可替换变量: ticketLog
2. 异议处理 FAQ
For my product `{productName}`, generate 6 FAQs that handle real purchase objections. For each: (a) the objection in user voice ("Will this work for a team of 2?"), (b) honest 2-3 sentence answer that addresses the objection, (c) optional small reassurance (free trial / refund). No "great question!" filler.
可替换变量: productName
3. 价格页 FAQ
Generate 8 pricing-page FAQs covering: (1) billing cycle, (2) team seats, (3) annual discount, (4) refund / cancellation, (5) custom plans, (6) tax / invoicing, (7) usage limits, (8) plan downgrade. Each answer ≤ 35 words. No "contact sales" as the only answer.
4. 按用户路径排序
Reorder these FAQs by where they arise in the buyer's journey: awareness → consideration → decision → after-purchase. Output as four grouped sections. If a question fits multiple stages, place it in the earliest one.
5. 答案压缩
Rewrite each of these FAQ answers in ≤ 30 words. Lead with the answer, then a sentence of context. Cut: "We understand…", "At {brand}, we…", and any apology that delays the answer.
6. 答案引擎友好 FAQ
Write 6 FAQs that match real search queries for `{topic}`. Use the actual question form ("How do I…", "What is the difference between X and Y…"). Answers ≤ 50 words, factual, lead with the direct answer, no marketing language. Optimize for extraction by AI answer engines (ChatGPT, Perplexity, Google AI Overviews).
可替换变量: topic 话题
FAQPage schema 标记仍然帮助机器解析这些问答(Google 会解析、Bing 与 RAG 爬虫会索引),但截至 2026 年 6 月,它已经拿不到 Google 富媒体结果。加 schema 是为了让 AI 解析,而不是为了 SERP 摘要。
7. onboarding FAQ
New users of `{productName}` ask these 6 questions in week 1. Generate questions + answers. Answer style: walk them to the action ("To do X, go to Y → Z"). Include one link per answer.
可替换变量: productName
8. 信任构建 FAQ
Write 5 FAQs that address trust concerns: data security, vendor lock-in, who built the company, support hours, change frequency. Answers should be specific (cite SOC2 status, list integrations to export) — vague answers reduce trust.
9. 退款 / 注销 FAQ
Write the 3 refund / cancellation FAQs we don't want to write: (1) Can I cancel anytime? (2) Will I get a prorated refund? (3) What happens to my data after cancellation? Answer plainly. Don't bury the answer in policy speak.
10. “对比 X” FAQ
Write 3 FAQs comparing `{product}` to known competitors `{compA}`, `{compB}`. Answer honestly — name the trade-off where the competitor is better, then the case for us. Reads as trustworthy, not as sales pitch.
可替换变量: product, compA, compB
11. 大白话改写
Rewrite these FAQs at a 7th-grade reading level. Replace jargon: "leverage" → "use", "robust" → "reliable", "solution" → drop or replace with the actual thing. No corporate hedges.
12. FAQ 审计
Audit this FAQ section: (1) Which questions answer themselves (drop), (2) Which contradict the product page, (3) Which buries an answer, (4) Which would lose trust if a skeptic read them. Output: keep / rewrite / drop per item.
容易踩的坑
- 编自夸式问题,比如”你们团队怎么做创新的?”。
- 答案前先铺三段铺垫。
- 信任答案模糊,比如”我们重视安全”。
- 只指向”联系销售”。
- 不按用户路径排序。
- 用户用第一人称,你却用第三人称企业腔。
- 因为话题尴尬就跳过退款和注销。
优化技巧
- 答案开头先给结论,铺垫放后面。
- 答案 30-50 字以内,再长就开成独立帮助文章。
- 问题用用户原话的方式表述。
- 每月看一次工单,刷新 FAQ 话题。
- 加 FAQPage JSON-LD 是为了让 AI 解析,别指望 Google 富媒体结果,这条路 2026 年 5 月已关闭(Google 的 FAQPage 文档现已标注下线)。
- 诚实承认 trade-off,读者反而买账,答案引擎也更倾向引用敢点明缺点的页面。
- 给需要更多信息的那 10% 用户留一个深度帮助文章链接。
FAQ
- 多少条算多?: landing 上 8-12 条。再多放帮助中心。
- 按重要性还是按路径排?: landing 按路径,帮助中心按频次。
- FAQPage schema 还帮 SEO 吗?: 拿不到 Google 富媒体结果了,这一展现形式 2026 年 5 月已彻底下线。但标记仍值得加:Google 会解析它,Bing 和各类 AI 搜索爬虫会用它来理解并引用你的答案。
- AI 能挖工单吗?: 能。脱敏后把导出粘进 1M token 模型(Claude Opus 4.7、Gemini 3.1 Pro、GPT-5.5),跑 Prompt #1。
- 负面评价能转 FAQ 吗?: 可以。把抱怨改写成真问题,诚实回答 trade-off。
- 什么时候下线某条 FAQ?: 该问题的工单量低于阈值时(例如月均不到 5 次)。
相关阅读
标签: #Prompt #写作 #FAQ #Landing Page