{"slug":"page-faq-generator","title":"page-faq-generator","tags":["site-building","content","seo","faq"],"agent_summary":"Generate SEO-optimized FAQ sections for any page. Analyzes niche and audience, generates PAA-targeted questions with rich answers, formats for FAQ schema markup with JSON-LD output.","trigger_phrases":["page-faq-generator","page FAQs","FAQ section","people also ask","generate FAQs for page","schema FAQ","faq generator"],"runnable":true,"markdown":"**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.\n\n### Inputs\n\n- **url** (required): The page URL to generate FAQs for\n- **title** (required): The title of the page\n\n### Phase 1: Page Analysis\n\n1. **Niche**: Industry, topic area, content focus\n2. **Target audience**: Who visits — demographics, intent, information needs\n3. **Geographic focus**: Any local or regional targeting\n4. **Existing content**: What the page already covers (avoid redundancy)\n\n### Phase 2: Question Generation\n\nGenerate 5-7 questions that:\n- Address real user concerns, pain points, and informational needs\n- Match \"People Also Ask\" query patterns from Google\n- Cover a range from basic (\"What is...\") to advanced (\"How do I optimize...\")\n- Are specific to the niche and audience — not generic filler\n- Mix question types: what, how, when, why, how much, can I\n\n**Question type mix:**\n- 1-2 definitional (\"What is X?\")\n- 1-2 process questions (\"How does X work?\")\n- 1-2 comparison questions (\"What's the difference between X and Y?\")\n- 1-2 cost/timeline questions (\"How much does X cost?\")\n- 1 trust/qualification question (\"Is X licensed/insured/certified?\")\n\n### Phase 3: Answer Writing Rules\n\nEach answer must:\n1. Begin with a direct, one-sentence answer (40-60 words total for snippet eligibility)\n2. Use the question's primary keyword naturally in the answer\n3. Be specific — include numbers, ranges, or qualifiers when possible\n4. End with a soft CTA or next step for transactional topics\n5. Not exceed 150 words (FAQs are for quick answers, not essays)\n\n### Output Format\n\n```markdown\n## Frequently Asked Questions\n\n### [Question 1]\n[Direct answer — 1-2 paragraphs max]\n\n### [Question 2]\n...\n```\n\n### JSON-LD Schema Output\n\nAlso generate the FAQPage schema block:\n\n```json\n{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"[Question text]\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"[Answer text]\"\n      }\n    }\n  ]\n}\n```\n\nAdd the JSON-LD in a `<script type=\"application/ld+json\">` tag in the page `<head>`.\n\n---\n","html":"<p><strong>Trigger:</strong> 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.</p>\n<h3>Inputs</h3>\n<ul>\n<li><strong>url</strong> (required): The page URL to generate FAQs for</li>\n<li><strong>title</strong> (required): The title of the page</li>\n</ul>\n<h3>Phase 1: Page Analysis</h3>\n<ol>\n<li><strong>Niche</strong>: Industry, topic area, content focus</li>\n<li><strong>Target audience</strong>: Who visits — demographics, intent, information needs</li>\n<li><strong>Geographic focus</strong>: Any local or regional targeting</li>\n<li><strong>Existing content</strong>: What the page already covers (avoid redundancy)</li>\n</ol>\n<h3>Phase 2: Question Generation</h3>\n<p>Generate 5-7 questions that:</p>\n<ul>\n<li>Address real user concerns, pain points, and informational needs</li>\n<li>Match \"People Also Ask\" query patterns from Google</li>\n<li>Cover a range from basic (\"What is...\") to advanced (\"How do I optimize...\")</li>\n<li>Are specific to the niche and audience — not generic filler</li>\n<li>Mix question types: what, how, when, why, how much, can I</li>\n</ul>\n<p><strong>Question type mix:</strong></p>\n<ul>\n<li>1-2 definitional (\"What is X?\")</li>\n<li>1-2 process questions (\"How does X work?\")</li>\n<li>1-2 comparison questions (\"What's the difference between X and Y?\")</li>\n<li>1-2 cost/timeline questions (\"How much does X cost?\")</li>\n<li>1 trust/qualification question (\"Is X licensed/insured/certified?\")</li>\n</ul>\n<h3>Phase 3: Answer Writing Rules</h3>\n<p>Each answer must:</p>\n<ol>\n<li>Begin with a direct, one-sentence answer (40-60 words total for snippet eligibility)</li>\n<li>Use the question's primary keyword naturally in the answer</li>\n<li>Be specific — include numbers, ranges, or qualifiers when possible</li>\n<li>End with a soft CTA or next step for transactional topics</li>\n<li>Not exceed 150 words (FAQs are for quick answers, not essays)</li>\n</ol>\n<h3>Output Format</h3>\n<pre><code class=\"language-markdown\">## Frequently Asked Questions\n\n### [Question 1]\n[Direct answer — 1-2 paragraphs max]\n\n### [Question 2]\n...\n</code></pre>\n<h3>JSON-LD Schema Output</h3>\n<p>Also generate the FAQPage schema block:</p>\n<pre><code class=\"language-json\">{\n  \"@context\": \"https://schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"[Question text]\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"[Answer text]\"\n      }\n    }\n  ]\n}\n</code></pre>\n<p>Add the JSON-LD in a <code>&#x3C;script type=\"application/ld+json\"></code> tag in the page <code>&#x3C;head></code>.</p>\n<hr>\n"}