FAQ最优格式:用H2/H3作为问题标题(不用加粗文字),答案第一句直接给核心数字/结论("Yes/No. [核心结论]."),然后才展开说明。每类页面FAQ侧重不同:SKU页问参数/认证,Application页问工况适用性,Resource页问原理对比。同时注入FAQPage Schema。
FAQ 模块设计:H2 + 两句核心数值的无废话问答结构
FAQ 模块在 B2B 外贸站里有两个作用:对用户,回答他们在决策前的疑虑;对 AI 搜索引擎,提供可以直接提取和引用的结构化答案。
两个作用的最优格式是一致的:问题用标题标签,答案第一句给核心结论。
为什么格式比内容更重要
当工程师问 ChatGPT:“CP-100 centrifugal pump 的最大工作温度是多少?”
AI 的工作流程:
- 检索相关页面(你的 CP-100 规格页)
- 在页面内容里找“temperature”相关的段落
- 提取包含数字的句子作为答案
- 引用来源
如果你的 FAQ 是这样写的:
关于温度:CP-100 离心泵在设计上考虑了多种工业应用场景的温度需求。
通常情况下,根据具体的配置和选用的材料,该泵可以在不同的温度范围内运行……
AI 提取到的是模糊描述,无法用来回答“最大工作温度是多少”。
如果是这样写的:
## What is the maximum operating temperature of the CP-100?
The CP-100 centrifugal pump operates at temperatures from -20°C to 120°C.
For applications above 120°C, the high-temperature version with upgraded
seals is rated to 180°C.
AI 立刻提取到:-20°C to 120°C(标准),180°C(高温版)。答案精确,引用成功。
标准 FAQ 格式规范
## [问题,用疑问句]
[第一句:核心结论 + 核心数值/直接答案]
[第二句起:展开说明、条件限制、推荐选项]
[可选:引用行业标准]
好的示例:
## What materials is the CP-100 pump casing available in?
The CP-100 is available in three casing materials: cast iron (standard),
SS316 stainless steel (corrosion-resistant), and duplex steel (high-strength).
Cast iron suits general water service; SS316 handles most chemical media
(pH 2–12); duplex steel is specified for offshore and highly corrosive environments.
## Can the CP-100 handle abrasive slurry applications?
No. The CP-100 is designed for clean liquids and light slurries (< 2% solids
by weight). For abrasive slurry applications with > 2% solids, the
CP-100R slurry version with hardened impeller and liner is recommended instead.
## What ATEX certification does the CP-200S carry?
The CP-200S carries ATEX certification for Zone 1 and Zone 2 explosive
atmospheres, classified as II 2G Ex d IIB T4 Gb under the EU ATEX
Directive 2014/34/EU. ATEX documentation including Declaration of Conformity
is provided with each unit.
注意三个模式:
- 第一条:直接给出三个选项 + 适用场景
- 第二条:以 “No.” 开头直接否定,再给出替代方案
- 第三条:以具体认证编号开头,再解释
各页面类型的 FAQ 重点
SKU 页 FAQ(Engineering 意图)
侧重技术参数边界和型号适用性:
典型问题模式:
- What is the maximum [参数] of the [型号]?
- Can the [型号] handle [特定介质/工况]?
- What certifications does the [型号] carry?
- What is the difference between [型号A] and [型号B]?
- Is the [型号] available in [材料/配置]?
每个 SKU 页至少3条,建议5–7条。
Application 页 FAQ(Engineering 意图)
侧重工况适用性判断和选型决策:
典型问题模式:
- What type of pump is best for [应用场景]?
- What flow rate / pressure is typical for [应用场景]?
- What certifications are required for [应用场景]?
- How do I select the right [参数] for [应用场景]?
- Can [泵型A] replace [泵型B] in [应用场景]?
每个 Application 页至少4条,建议5–8条,并引用相关行业标准。
Resource 页 FAQ(Informational 意图)
侧重概念理解和技术对比:
典型问题模式:
- What is [术语]?
- How does [技术/设备] work?
- What is the difference between [A] and [B]?
- When should I use [A] instead of [B]?
- What are the advantages/disadvantages of [技术]?
FAQPage Schema 注入
FAQ 配合 Schema 标记,Google 可以在搜索结果显示 FAQ Rich Snippet(展开式问答),CTR 通常提升30–50%。
在 SEOHead 组件里,当页面有 FAQ 时传入 Schema:
// 构造 FAQPage schema
const faqSchema = {
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is the maximum operating temperature of the CP-100?",
"acceptedAnswer": {
"@type": "Answer",
"text": "The CP-100 centrifugal pump operates at temperatures from -20°C to 120°C. For applications above 120°C, the high-temperature version is rated to 180°C."
}
},
{
"@type": "Question",
"name": "Can the CP-100 handle abrasive slurry?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No. The CP-100 is designed for clean liquids and light slurries (< 2% solids). For abrasive slurry applications, the CP-100R slurry version is recommended."
}
}
]
};
用 AI 批量生成 FAQ
对于 pSEO 批量生成的 Application 页,FAQ 也可以批量生成:
任务:为以下应用场景页生成5条 FAQ。
页面:Centrifugal Pump for Chemical Transfer
PKW:centrifugal pump for chemical transfer
NKW:manufacturer, supplier, OEM, buy, price
FAQ 格式规范:
- 问题:用 ### 标题,疑问句形式
- 答案:第一句直接给核心结论(含具体数值)
- 第二句:补充说明或条件限制
- 如适用,引用相关行业标准(API、ISO、ATEX 等)
生成的 FAQ 问题应覆盖:
1. 材料选择(针对腐蚀性介质)
2. 密封类型选择
3. ATEX 认证要求
4. 与磁力驱动泵的选择对比
5. 清洁要求/CIP 兼容性(如适用)
pSEO 五篇全部完成。这一层给了整个系列最重要的“批量扩张”能力——从一个模板和数据文件,到几十个精准落地页。
→ Digital PR 策略:工具型资产 vs 数据型资产的外链逻辑
RELATED / 相关推荐
接着读这些
按同一栏目、标签与技术栈为你挑选。
技术参数表规范:原生 HTML table + LLM 可直接解析结构
参数表是 B2B 产品页的核心内容,也是 AI 搜索引擎最常引用的结构。这篇讲为什么必须用原生 HTML <table> 而不是 Markdown 表格、<caption> 标签的 GEO 价值、如何组织多维参数表,以及在 Astro MDX 中嵌入 HTML 表格的正确做法。
Author Schema + Organization Schema JSON-LD 注入实战
结构化数据是告诉 Google"我们是谁"的官方语言。这篇给出可直接复制的 Organization、Person、Article Schema 完整代码,讲清楚各字段的作用、sameAs 属性如何绑定外部实体、如何在 Astro 中封装可复用的 Schema 组件,以及用 Rich Results Test 验证。
Pillar 与产品页开发:基于注册表意图的页面结构实现
把注册表字段转化为真实的 Astro 页面——这篇讲 Pillar 页和 SKU/Application/Resource 三种 Cluster 页的代码层实现:内容集合(Content Collections)配置、模板组件结构、注册表字段如何映射到 HTML 元素,以及 SEO 关键点的代码实现。