Trigger: Use when "page FAQs", "FAQ section", "People Also Ask", "generate FAQs for page", "schema FAQ". Generates 5-7 questions optimized for PAA and FAQ schema.
Inputs
- url (required): The page URL to generate FAQs for
- title (required): The title of the page
Phase 1: Page Analysis
- Niche: Industry, topic area, content focus
- Target audience: Who visits — demographics, intent, information needs
- Geographic focus: Any local or regional targeting
- Existing content: What the page already covers (avoid redundancy)
Phase 2: Question Generation
Generate 5-7 questions that:
- Address real user concerns, pain points, and informational needs
- Match "People Also Ask" query patterns from Google
- Cover a range from basic ("What is...") to advanced ("How do I optimize...")
- Are specific to the niche and audience — not generic filler
- Mix question types: what, how, when, why, how much, can I
Question type mix:
- 1-2 definitional ("What is X?")
- 1-2 process questions ("How does X work?")
- 1-2 comparison questions ("What's the difference between X and Y?")
- 1-2 cost/timeline questions ("How much does X cost?")
- 1 trust/qualification question ("Is X licensed/insured/certified?")
Phase 3: Answer Writing Rules
Each answer must:
- Begin with a direct, one-sentence answer (40-60 words total for snippet eligibility)
- Use the question's primary keyword naturally in the answer
- Be specific — include numbers, ranges, or qualifiers when possible
- End with a soft CTA or next step for transactional topics
- Not exceed 150 words (FAQs are for quick answers, not essays)
Output Format
## Frequently Asked Questions
### [Question 1]
[Direct answer — 1-2 paragraphs max]
### [Question 2]
...
JSON-LD Schema Output
Also generate the FAQPage schema block:
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "[Question text]",
"acceptedAnswer": {
"@type": "Answer",
"text": "[Answer text]"
}
}
]
}
Add the JSON-LD in a <script type="application/ld+json"> tag in the page <head>.