{"slug":"page-content-enricher","title":"page-content-enricher","tags":["site-building","content","seo","page"],"agent_summary":"Rewrite and enrich an existing published page with better keywords, topics, LSI terms, and related questions. Takes a live URL and title, researches intent and competitors, rewrites for comprehensiveness and SEO.","trigger_phrases":["page-content-enricher","enrich page","improve existing page","rewrite page content","optimize existing content","refresh page","content refresh"],"runnable":true,"markdown":"**Trigger:** Use when \"enrich page\", \"improve existing page\", \"rewrite page content\", \"optimize existing content\", \"refresh page\". Takes a live URL + title and returns a fully rewritten version.\n\n### Inputs\n\n- **url** (required): The URL of the existing page to enrich\n- **title** (required): The current title of the page\n\n### Phase 1: Research and Analysis\n\n**Intent analysis:** What is the primary search intent? Informational, transactional, navigational, or commercial?\n\n**Related keyphrase discovery:**\n- Primary keywords the page should target\n- Secondary/long-tail keywords it is missing\n- LSI (Latent Semantic Indexing) terms related to the topic\n- \"People Also Ask\" questions for this topic\n\n**Competitive snapshot:** What do top-ranking pages cover that the current page does not?\n- Subtopics competitors address\n- Data points or statistics they include\n- Questions they answer\n- Content depth differences\n\n**Gap identification:** Specific content gaps between the current page and what a comprehensive, ranking-worthy version needs.\n\n### Phase 2: Content Rewrite Rules\n\n1. Match or exceed the word count of the top-ranking competitor (check what ranks #1 first)\n2. Include primary keyword in: H1, first paragraph, at least 2 H2s, meta title\n3. Include 3-5 LSI terms throughout the body naturally\n4. Break long paragraphs into 2-3 sentence max chunks\n5. Add at least one comparison table or data table if the topic has comparable elements\n6. Add a FAQ section (5+ questions) at the end\n7. Include internal links to related service/area pages\n8. Every factual claim needs a source or attribution\n\n### Output Format\n\n```markdown\n## Meta Title\n[Under 60 characters, includes primary keyword]\n\n## Meta Description\n[Under 155 characters, includes keyword, has CTA-style language]\n\n## H1\n[Matches or improves current H1]\n\n## Enriched Body Content\n[Full rewrite — all sections, no placeholders]\n\n## FAQ Section\n**Q: [question]**\nA: [answer — 40-60 words, direct]\n\n## Internal Links Suggested\n- [Page title] → /url\n```\n\n---\n","html":"<p><strong>Trigger:</strong> Use when \"enrich page\", \"improve existing page\", \"rewrite page content\", \"optimize existing content\", \"refresh page\". Takes a live URL + title and returns a fully rewritten version.</p>\n<h3>Inputs</h3>\n<ul>\n<li><strong>url</strong> (required): The URL of the existing page to enrich</li>\n<li><strong>title</strong> (required): The current title of the page</li>\n</ul>\n<h3>Phase 1: Research and Analysis</h3>\n<p><strong>Intent analysis:</strong> What is the primary search intent? Informational, transactional, navigational, or commercial?</p>\n<p><strong>Related keyphrase discovery:</strong></p>\n<ul>\n<li>Primary keywords the page should target</li>\n<li>Secondary/long-tail keywords it is missing</li>\n<li>LSI (Latent Semantic Indexing) terms related to the topic</li>\n<li>\"People Also Ask\" questions for this topic</li>\n</ul>\n<p><strong>Competitive snapshot:</strong> What do top-ranking pages cover that the current page does not?</p>\n<ul>\n<li>Subtopics competitors address</li>\n<li>Data points or statistics they include</li>\n<li>Questions they answer</li>\n<li>Content depth differences</li>\n</ul>\n<p><strong>Gap identification:</strong> Specific content gaps between the current page and what a comprehensive, ranking-worthy version needs.</p>\n<h3>Phase 2: Content Rewrite Rules</h3>\n<ol>\n<li>Match or exceed the word count of the top-ranking competitor (check what ranks #1 first)</li>\n<li>Include primary keyword in: H1, first paragraph, at least 2 H2s, meta title</li>\n<li>Include 3-5 LSI terms throughout the body naturally</li>\n<li>Break long paragraphs into 2-3 sentence max chunks</li>\n<li>Add at least one comparison table or data table if the topic has comparable elements</li>\n<li>Add a FAQ section (5+ questions) at the end</li>\n<li>Include internal links to related service/area pages</li>\n<li>Every factual claim needs a source or attribution</li>\n</ol>\n<h3>Output Format</h3>\n<pre><code class=\"language-markdown\">## Meta Title\n[Under 60 characters, includes primary keyword]\n\n## Meta Description\n[Under 155 characters, includes keyword, has CTA-style language]\n\n## H1\n[Matches or improves current H1]\n\n## Enriched Body Content\n[Full rewrite — all sections, no placeholders]\n\n## FAQ Section\n**Q: [question]**\nA: [answer — 40-60 words, direct]\n\n## Internal Links Suggested\n- [Page title] → /url\n</code></pre>\n<hr>\n"}