Pages: Article (Single Post)
Guides structure, SEO, and UX for individual article pages — layout, metadata, schema, technical. For article body content (intro, body, conclusion, writing), see article-content. Distinct from blog-page-generator, which covers the blog index/listing page.
When invoking: On first use, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output.
Output workflow: Always output in order: 0. Research Phase (keywords, search intent, competitors) → 1. Intent Analysis → 2. Content Analysis → 3. Recommendations. Do not skip steps. When Research Phase was performed via web search, show the search results and findings.
Optimization Foundation: Four Inputs
Article analysis and creation rest on four inputs. Gather or infer them before outputting recommendations:
| Input |
Purpose |
Source |
| Product |
Product connection, features, use cases, CTA placement |
project-context (Sections 1–4, 9–11); article content; web search |
| Keywords |
Target keyword, primary/secondary placement |
project-context Section 6; keyword-research; article |
| Article intent |
Informational, commercial, transactional, navigational; drives structure, CTA, SEO depth |
project-context Section 6 (target intent); article orientation; content type |
| Competitor articles |
Structure to adopt, content gaps, length target, keyword opportunities |
User-provided URLs; project-context Section 11; web search |
When any input is missing: Proactively ask or search. For article analysis: perform Research Phase (keyword search, search intent, competitor articles) by default — see Research Phase section. For product/keywords/intent, infer from article or prompt user to add project-context.
Before Analysis: Gather Context
1. Product / company context
Use available context to give tailored analysis:
| Source |
Use for |
| project-context.md |
Keywords (Section 6), competitors (Section 7), content strategy (Section 11), product connection |
| Article content |
Extract product name, features, URLs; infer target keyword and audience |
| Web search |
When analyzing a known brand: search for "[product] features", "[product] vs competitors", company positioning — use to validate product connection, suggest missing features/use cases, and improve competitor gap analysis |
If no project-context exists, infer from the article and optionally search for company/product info to enrich recommendations.
Research Phase: Keyword, Search Intent, Competitor (Required for Article Analysis)
Lightweight research for article analysis. When analyzing or auditing an article, perform searches and output the results in Section 0. Skip only if user explicitly asks to skip (e.g. "skip search").
- Keyword: Extract from article (title, H1, H2s, first 100 words); search for opportunities — see keyword-research (extract from article method)
- Search intent: Informational / Commercial / Transactional / Navigational — see keyword-research Search Intent
- Competitor articles: Fetch 2–3 top-ranking pages; analyze structure, gaps, length target — see competitor-research (Competitor Article Fetch Workflow)
Output format: See Output Format Section 0 below.
Scope
- Single article page: One post, one URL (e.g.
/blog/how-to-optimize-seo)
- Not the blog index, category pages, or archive pages — see blog-page-generator for those
Initial Assessment
Check for project context first: If .claude/project-context.md or .cursor/project-context.md exists, read it for topics, audience, keywords, and Section 11 (Content/Blog/Article Strategy).
Identify:
- Product connection: How does this article support the product? (educate on problem, introduce features, nurture leads)
- Keyword basis: Target keyword from product context or keyword research — see keyword-research
- Content type: Blog post, guide, tutorial, news, evergreen
- Length: Short (<1,000 words), medium (1,000–2,500), long (2,500+)
- Intent: Informational, commercial, problem-aware
Product-linked content: Articles should tie to the product (problem it solves, features, use cases). Avoid purely generic content with no product relevance. Link to product/feature pages naturally in conclusion or when context fits.
Article Orientations
Choose structure, SEO depth, and schema based on orientation. See content-marketing for full Article Orientations (Funding/PR, Product update, Guide, News, Evergreen), SEO-driven vs non-SEO-driven, Evergreen vs Timely.
Intent Analysis output: Orientation, primary goal, SEO vs non-SEO, Evergreen vs timely — see Output Format Section 1.
Article Page Structure
| Section |
Purpose |
| Hero/Header |
Title (H1), author, single date (see schema-markup Date display for CTR), reading time (word count ÷ 200; round up), featured image, share buttons |
| TL;DR or Key Takeaways |
See article-content for content; placed after intro; supports GEO/AI citation |
| Introduction |
See article-content for hook, length, keyword placement |
| Body |
See article-content for QAE, paragraph length, scannability |
| Conclusion |
See article-content for summary, CTA, product connection |
| Related posts |
3–6 contextual links; end-of-article recommendations |
| Author bio |
E-E-A-T; credentials, photo, link to author page — see eeat-signals |
Featured Image
See image-optimization (Article / Blog hero). Same image for Schema, Open Graph, Twitter Cards; min 1200px wide, absolute URL. See open-graph, twitter-cards.
Social Sharing
- Add share buttons (X, LinkedIn, Facebook, etc.) — see social-share-generator
- Place after intro and/or end of article; sticky sidebar for long-form
- Requires Open Graph and Twitter Cards for rich previews when shared
GEO / AI Optimization
See article-content for TL;DR, Key Takeaways, QAE pattern, answer-first; generative-engine-optimization for full GEO strategy.
Long-Form (1,000+ words)
- Add table of contents (TOC) after intro — see toc-generator
- Use jump links for major sections
- Break text with images, lists, definition boxes, mini-FAQs
SEO Best Practices
Title & Meta
| Element |
Guideline |
| Title |
55 chars; primary keyword near start; power words |
| Meta description |
150–160 chars; CTA; primary keyword |
| H1 |
One per page; matches title; primary keyword naturally |
Keyword Placement
- Title: 1× primary keyword
- First 100 words: 1× primary keyword
- Body: 2–3× naturally; avoid stuffing
- At least one H2: Include primary or related keyword
Content Quality
See article-content for readability, depth, originality, word count by type. E-E-A-T: Author bio, citations, changelog, expert quotes — see eeat-signals.
Common Mistakes to Avoid
- Multiple H1s; skipping heading levels (H2→H4); keyword stuffing in headings
- Neglecting conclusion or CTA; no internal links to related content
- Walls of text; generic "click here" anchors
URL
Use url-slug-generator for slug creation. Key rules:
- Slug: 3–5 words; under 60 chars; primary keyword; lowercase, hyphens
- Example:
/blog/ai-people-search not /blog/ai-search-engine-finding-people-speed-discovery-outreach
- Avoid: Date in path (
/blog/2025/01/15/article-title); copy-pasting full title
Date Display
See schema-markup (Date display for CTR): show only one visible date; prefer dateModified.
Schema & Open Graph
See schema-markup for Article/BlogPosting/NewsArticle type selection, required properties, JSON-LD example, and date display. Validate with Rich Results Test.
Open Graph for Articles
Use og:type: article for article pages (not website):
<meta property="og:type" content="article">
<meta property="og:article:published_time" content="2025-01-15T09:00:00Z">
<meta property="og:article:modified_time" content="2025-02-01T14:30:00Z">
<meta property="og:article:author" content="https://example.com/author/jane">
Internal Linking
| Element |
Guideline |
| Volume |
3–5 contextual links in body + 3–6 in Related posts = 6–11 total per article |
| First paragraph |
1 link to pillar or key related content |
| Body |
2–4 contextual links; one per major section when relevant |
| Related posts |
3–6 end-of-article links; same topic cluster |
| Anchor text |
Descriptive (e.g. "SEO checklist for 2025", "how to optimize meta tags"); avoid "click here", "learn more", "read more" |
| Variation |
Mix exact-match, partial-match, branded anchors; avoid over-optimization |
| Orphan prevention |
Every article has ≥1 internal link from hub/pillar or nav |
Outbound Links (External)
| Element |
Guideline |
| Volume |
2–5 external links per article; cite authoritative sources |
| When to use |
Statistics, research, definitions, tool comparisons, expert quotes |
| Anchor text |
Descriptive (e.g. "Google's Search Quality Guidelines", "SEO study"); link to source |
| Same URL |
Counts once per page for link equity; no need to repeat |
| E-E-A-T |
External links to reputable sources signal trust — see eeat-signals |
References / Citations
See article-content for citation format; eeat-signals for E-E-A-T and when to include.
AI-Assisted Content
See article-content for AI-assisted content guidance; eeat-signals for E-E-A-T.
Technical
- Core Web Vitals: LCP < 1.0s on mobile
- Images: WebP, compressed; descriptive alt text; keyword in filename when natural
- IndexNow: For fast indexing of new posts
- Canonical: Self-referencing canonical on article page
Post-Publication
- Refresh: Update every 6–12 months; refresh stats, add insights
- Internal links: Add links from older posts to new articles
- Monitor: GSC indexing, rankings, Core Web Vitals
Content Analysis
When auditing or optimizing an article, apply the Content Audit Checklist. See article-content for full dimensions.
Output Format
0. Research Phase (output first, when analysis/audit is performed)
When analyzing or auditing an article, output this section before Intent Analysis. Include search sources and findings. If user asked to skip search, note that and infer from article only.
| Section |
Output |
| Keyword Search |
Primary keyword (from article or search), secondary keywords, keyword opportunities (from SERP/competitor analysis). If search was performed: query used, top results observed. |
| Search Intent |
Intent for primary keyword (Informational/Commercial/Transactional/Navigational), intent for 2–3 secondary keywords, whether article content matches intent. If search was performed: SERP snippet types observed. |
| Competitor Articles |
If searched: 2–3 URLs, brief structure (word count, H2s), content gaps, length target. If user provided URLs: same. See competitor-research for full methodology. If skipped: "Competitor analysis skipped." |
1. Intent Analysis (output second)
Before any recommendations, output a brief analysis:
| Dimension |
Output |
| Orientation |
Funding/PR, Product update, Guide, News, Evergreen |
| Primary goal |
Brand, PR, education, product adoption, organic traffic, … |
| SEO vs non-SEO |
SEO-driven / Non-SEO-driven / Hybrid |
| Evergreen vs timely |
Evergreen / Timely |
| Implications |
1–2 sentences: e.g. "Low SEO priority → focus on clarity, shareability" or "SEO-driven → full keyword + GEO optimization" |
2. Content Analysis (output third)
Apply the Content Analysis table above. Output a brief assessment per dimension (✅ / ⚠️ / ❌ + one-line note).
3. Recommendations (output fourth, tailored to intent)
Assign priority to each item: P0 (critical), P1 (high), P2 (medium), P3 (nice-to-have). Output as table or list with priority prefix.
| Priority |
Use when |
| P0 |
Blocks GEO/SEO; missing core element (TL;DR or Key Takeaways, keyword in first 100 words, schema) |
| P1 |
Significant impact on traffic, CTR, or conversion (title length, share buttons, CTA) |
| P2 |
Improves UX or authority (related posts, author bio, internal links) |
| P3 |
Polish (image optimization, readability tweaks) |
Example: [P0] Add TL;DR or Key Takeaways — GEO, AI citation
- Product connection (how article supports product; where to link) — see article-content
- Keyword (target from product context or keyword research)
- Structure for article template (hero, TL;DR or Key Takeaways, intro, body, conclusion, related, author) — content creation: article-content
- Featured image (dimensions, alt, file size, og:image alignment)
- GEO elements (TL;DR or Key Takeaways, QAE pattern) — skip or minimal for non-SEO-driven
- SEO checklist (title, meta, H1, keyword placement) — skip or minimal for non-SEO-driven
- Schema type and JSON-LD
- Internal links (3–5 in body + 3–6 Related; anchor text suggestions; avoid "click here")
- Outbound links (2–5 external; cite stats, research; anchor text for each)
- References (inline citations vs Reference section; when to add for E-E-A-T)
- Competitor analysis (when URLs provided or searched): content gaps vs top rankers, structure to adopt, length target, keyword opportunities — see competitor-research for methodology; Before Analysis to prompt user or search
Related Skills
- article-content: Article body creation; intro, body, conclusion; writing frameworks; Content Audit Checklist
- eeat-signals: E-E-A-T; author bio, citations, YMYL
- competitor-research: Content gaps, structure, length target
- blog-page-generator: Blog index/listing; article pages live within blog
- keyword-research: Keyword basis for articles
- schema-markup: Article/BlogPosting/NewsArticle schema
- howto-section-generator: HowTo step sections; HowTo schema alongside Article
- heading-structure: H1–H6 structure for article body
- content-optimization: H2 keywords, tables, lists, multimedia; word count for articles → article-content
- image-optimization: Article hero/featured image specs
- internal-links: Related posts, contextual links
- open-graph, twitter-cards: Social previews for articles
- generative-engine-optimization: GEO strategy; AI citation optimization
1---2name: article-page-generator3description: When the user wants to create, optimize, or audit a single article/post page (not the blog index). Also use when the user mentions "article page," "blog post page," "single post," "post template," "article structure," "post optimization," "competitor article analysis," "optimize based on top-ranking articles," "analyze ranking articles," "optimize article for SEO," or "article schema." For writing article body copy, use article-content. For blog listing/index page, use blog-page-generator.4---5
6# Pages: Article (Single Post)
7
8Guides **structure, SEO, and UX** for individual article pages — layout, metadata, schema, technical. For **article body content** (intro, body, conclusion, writing), see **article-content**. Distinct from **blog-page-generator**, which covers the blog index/listing page.
9
10**When invoking**: On **first use**, if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On **subsequent use** or when the user asks to skip, go directly to the main output.
11
12**Output workflow**: Always output in order: **0. Research Phase** (keywords, search intent, competitors) → **1. Intent Analysis** → **2. Content Analysis** → **3. Recommendations**. Do not skip steps. When Research Phase was performed via web search, show the search results and findings.
13
14## Optimization Foundation: Four Inputs
15
16Article analysis and creation rest on **four inputs**. Gather or infer them before outputting recommendations:
17
18| Input | Purpose | Source |
19|-------|---------|--------|
20| **Product** | Product connection, features, use cases, CTA placement | project-context (Sections 1–4, 9–11); article content; web search |
21| **Keywords** | Target keyword, primary/secondary placement | project-context Section 6; keyword-research; article |
22| **Article intent** | Informational, commercial, transactional, navigational; drives structure, CTA, SEO depth | project-context Section 6 (target intent); article orientation; content type |
23| **Competitor articles** | Structure to adopt, content gaps, length target, keyword opportunities | User-provided URLs; project-context Section 11; web search |
24
25**When any input is missing**: Proactively ask or search. For article analysis: perform **Research Phase** (keyword search, search intent, competitor articles) by default — see Research Phase section. For product/keywords/intent, infer from article or prompt user to add project-context.
26
27## Before Analysis: Gather Context
28
29**1. Product / company context**
30
31Use available context to give **tailored** analysis:
32
33| Source | Use for |
34|--------|---------|
35| **project-context.md** | Keywords (Section 6), competitors (Section 7), content strategy (Section 11), product connection |
36| **Article content** | Extract product name, features, URLs; infer target keyword and audience |
37| **Web search** | When analyzing a known brand: search for "[product] features", "[product] vs competitors", company positioning — use to validate product connection, suggest missing features/use cases, and improve competitor gap analysis |
38
39If no project-context exists, infer from the article and optionally search for company/product info to enrich recommendations.
40
41## Research Phase: Keyword, Search Intent, Competitor (Required for Article Analysis)
42
43**Lightweight** research for article analysis. When **analyzing or auditing** an article, perform searches and **output the results** in Section 0. Skip only if user explicitly asks to skip (e.g. "skip search").
44
45- **Keyword**: Extract from article (title, H1, H2s, first 100 words); search for opportunities — see **keyword-research** (extract from article method)
46- **Search intent**: Informational / Commercial / Transactional / Navigational — see **keyword-research** Search Intent
47- **Competitor articles**: Fetch 2–3 top-ranking pages; analyze structure, gaps, length target — see **competitor-research** (Competitor Article Fetch Workflow)
48
49**Output format**: See Output Format Section 0 below.
50
51## Scope
52
53- **Single article page**: One post, one URL (e.g. `/blog/how-to-optimize-seo`)
54- **Not** the blog index, category pages, or archive pages — see **blog-page-generator** for those
55
56## Initial Assessment
57
58**Check for project context first:** If `.claude/project-context.md` or `.cursor/project-context.md` exists, read it for topics, audience, keywords, and Section 11 (Content/Blog/Article Strategy).
59
60Identify:
611. **Product connection**: How does this article support the product? (educate on problem, introduce features, nurture leads)
622. **Keyword basis**: Target keyword from product context or keyword research — see **keyword-research**
633. **Content type**: Blog post, guide, tutorial, news, evergreen
644. **Length**: Short (<1,000 words), medium (1,000–2,500), long (2,500+)
655. **Intent**: Informational, commercial, problem-aware
66
67**Product-linked content**: Articles should tie to the product (problem it solves, features, use cases). Avoid purely generic content with no product relevance. Link to product/feature pages naturally in conclusion or when context fits.
68
69## Article Orientations
70
71Choose structure, SEO depth, and schema based on **orientation**. See **content-marketing** for full Article Orientations (Funding/PR, Product update, Guide, News, Evergreen), SEO-driven vs non-SEO-driven, Evergreen vs Timely.
72
73**Intent Analysis output**: Orientation, primary goal, SEO vs non-SEO, Evergreen vs timely — see Output Format Section 1.
74
75## Article Page Structure
76
77| Section | Purpose |
78|---------|---------|
79| **Hero/Header** | Title (H1), author, **single date** (see **schema-markup** Date display for CTR), **reading time** (word count ÷ 200; round up), featured image, **share buttons** |
80| **TL;DR or Key Takeaways** | See **article-content** for content; placed after intro; supports GEO/AI citation |
81| **Introduction** | See **article-content** for hook, length, keyword placement |
82| **Body** | See **article-content** for QAE, paragraph length, scannability |
83| **Conclusion** | See **article-content** for summary, CTA, product connection |
84| **Related posts** | 3–6 contextual links; end-of-article recommendations |
85| **Author bio** | E-E-A-T; credentials, photo, link to author page — see **eeat-signals** |
86
87### Featured Image
88
89See **image-optimization** (Article / Blog hero). Same image for Schema, Open Graph, Twitter Cards; min 1200px wide, absolute URL. See **open-graph**, **twitter-cards**.
90
91### Social Sharing
92
93- Add **share buttons** (X, LinkedIn, Facebook, etc.) — see **social-share-generator**
94- Place after intro and/or end of article; sticky sidebar for long-form
95- Requires **Open Graph** and **Twitter Cards** for rich previews when shared
96
97### GEO / AI Optimization
98
99See **article-content** for TL;DR, Key Takeaways, QAE pattern, answer-first; **generative-engine-optimization** for full GEO strategy.
100
101### Long-Form (1,000+ words)
102
103- Add **table of contents** (TOC) after intro — see **toc-generator**
104- Use jump links for major sections
105- Break text with images, lists, definition boxes, mini-FAQs
106
107## SEO Best Practices
108
109### Title & Meta
110
111| Element | Guideline |
112|---------|-----------|
113| **Title** | 55 chars; primary keyword near start; power words |
114| **Meta description** | 150–160 chars; CTA; primary keyword |
115| **H1** | One per page; matches title; primary keyword naturally |
116
117### Keyword Placement
118
119- **Title**: 1× primary keyword
120- **First 100 words**: 1× primary keyword
121- **Body**: 2–3× naturally; avoid stuffing
122- **At least one H2**: Include primary or related keyword
123
124### Content Quality
125
126See **article-content** for readability, depth, originality, word count by type. **E-E-A-T**: Author bio, citations, changelog, expert quotes — see **eeat-signals**.
127
128### Common Mistakes to Avoid
129
130- Multiple H1s; skipping heading levels (H2→H4); keyword stuffing in headings
131- Neglecting conclusion or CTA; no internal links to related content
132- Walls of text; generic "click here" anchors
133
134### URL
135
136Use **url-slug-generator** for slug creation. Key rules:
137
138- **Slug**: 3–5 words; under 60 chars; primary keyword; lowercase, hyphens
139- **Example**: `/blog/ai-people-search` not `/blog/ai-search-engine-finding-people-speed-discovery-outreach`
140- **Avoid**: Date in path (`/blog/2025/01/15/article-title`); copy-pasting full title
141
142### Date Display
143
144See **schema-markup** (Date display for CTR): show only one visible date; prefer dateModified.
145
146## Schema & Open Graph
147
148See **schema-markup** for Article/BlogPosting/NewsArticle type selection, required properties, JSON-LD example, and date display. Validate with [Rich Results Test](https://search.google.com/test/rich-results).
149
150## Open Graph for Articles
151
152Use `og:type: article` for article pages (not `website`):
153
154```html
155<meta property="og:type" content="article">
156<meta property="og:article:published_time" content="2025-01-15T09:00:00Z">
157<meta property="og:article:modified_time" content="2025-02-01T14:30:00Z">
158<meta property="og:article:author" content="https://example.com/author/jane">
159```
160
161## Internal Linking
162
163| Element | Guideline |
164|---------|-----------|
165| **Volume** | 3–5 contextual links in body + 3–6 in Related posts = 6–11 total per article |
166| **First paragraph** | 1 link to pillar or key related content |
167| **Body** | 2–4 contextual links; one per major section when relevant |
168| **Related posts** | 3–6 end-of-article links; same topic cluster |
169| **Anchor text** | Descriptive (e.g. "SEO checklist for 2025", "how to optimize meta tags"); avoid "click here", "learn more", "read more" |
170| **Variation** | Mix exact-match, partial-match, branded anchors; avoid over-optimization |
171| **Orphan prevention** | Every article has ≥1 internal link from hub/pillar or nav |
172
173## Outbound Links (External)
174
175| Element | Guideline |
176|---------|-----------|
177| **Volume** | 2–5 external links per article; cite authoritative sources |
178| **When to use** | Statistics, research, definitions, tool comparisons, expert quotes |
179| **Anchor text** | Descriptive (e.g. "Google's Search Quality Guidelines", "SEO study"); link to source |
180| **Same URL** | Counts once per page for link equity; no need to repeat |
181| **E-E-A-T** | External links to reputable sources signal trust — see **eeat-signals** |
182
183## References / Citations
184
185See **article-content** for citation format; **eeat-signals** for E-E-A-T and when to include.
186
187## AI-Assisted Content
188
189See **article-content** for AI-assisted content guidance; **eeat-signals** for E-E-A-T.
190
191## Technical
192
193- **Core Web Vitals**: LCP < 1.0s on mobile
194- **Images**: WebP, compressed; descriptive alt text; keyword in filename when natural
195- **IndexNow**: For fast indexing of new posts
196- **Canonical**: Self-referencing canonical on article page
197
198## Post-Publication
199
200- **Refresh**: Update every 6–12 months; refresh stats, add insights
201- **Internal links**: Add links from older posts to new articles
202- **Monitor**: GSC indexing, rankings, Core Web Vitals
203
204## Content Analysis
205
206When auditing or optimizing an article, apply the Content Audit Checklist. See **article-content** for full dimensions.
207
208## Output Format
209
210### 0. Research Phase (output first, when analysis/audit is performed)
211
212When analyzing or auditing an article, output this section **before** Intent Analysis. Include search sources and findings. If user asked to skip search, note that and infer from article only.
213
214| Section | Output |
215|--------|--------|
216| **Keyword Search** | Primary keyword (from article or search), secondary keywords, keyword opportunities (from SERP/competitor analysis). If search was performed: query used, top results observed. |
217| **Search Intent** | Intent for primary keyword (Informational/Commercial/Transactional/Navigational), intent for 2–3 secondary keywords, whether article content matches intent. If search was performed: SERP snippet types observed. |
218| **Competitor Articles** | If searched: 2–3 URLs, brief structure (word count, H2s), content gaps, length target. If user provided URLs: same. See **competitor-research** for full methodology. If skipped: "Competitor analysis skipped." |
219
220### 1. Intent Analysis (output second)
221
222Before any recommendations, output a brief analysis:
223
224| Dimension | Output |
225|-----------|--------|
226| **Orientation** | Funding/PR, Product update, Guide, News, Evergreen |
227| **Primary goal** | Brand, PR, education, product adoption, organic traffic, … |
228| **SEO vs non-SEO** | SEO-driven / Non-SEO-driven / Hybrid |
229| **Evergreen vs timely** | Evergreen / Timely |
230| **Implications** | 1–2 sentences: e.g. "Low SEO priority → focus on clarity, shareability" or "SEO-driven → full keyword + GEO optimization" |
231
232### 2. Content Analysis (output third)
233
234Apply the Content Analysis table above. Output a brief assessment per dimension (✅ / ⚠️ / ❌ + one-line note).
235
236### 3. Recommendations (output fourth, tailored to intent)
237
238Assign **priority** to each item: **P0** (critical), **P1** (high), **P2** (medium), **P3** (nice-to-have). Output as table or list with priority prefix.
239
240| Priority | Use when |
241|----------|----------|
242| **P0** | Blocks GEO/SEO; missing core element (TL;DR or Key Takeaways, keyword in first 100 words, schema) |
243| **P1** | Significant impact on traffic, CTR, or conversion (title length, share buttons, CTA) |
244| **P2** | Improves UX or authority (related posts, author bio, internal links) |
245| **P3** | Polish (image optimization, readability tweaks) |
246
247Example: `[P0] Add TL;DR or Key Takeaways — GEO, AI citation`
248
249- **Product connection** (how article supports product; where to link) — see **article-content**
250- **Keyword** (target from product context or keyword research)
251- **Structure** for article template (hero, TL;DR or Key Takeaways, intro, body, conclusion, related, author) — content creation: **article-content**
252- **Featured image** (dimensions, alt, file size, og:image alignment)
253- **GEO** elements (TL;DR or Key Takeaways, QAE pattern) — *skip or minimal for non-SEO-driven*
254- **SEO** checklist (title, meta, H1, keyword placement) — *skip or minimal for non-SEO-driven*
255- **Schema** type and JSON-LD
256- **Internal links** (3–5 in body + 3–6 Related; anchor text suggestions; avoid "click here")
257- **Outbound links** (2–5 external; cite stats, research; anchor text for each)
258- **References** (inline citations vs Reference section; when to add for E-E-A-T)
259- **Competitor analysis** (when URLs provided or searched): content gaps vs top rankers, structure to adopt, length target, keyword opportunities — see **competitor-research** for methodology; **Before Analysis** to prompt user or search
260
261## Related Skills
262
263- **article-content**: Article body creation; intro, body, conclusion; writing frameworks; Content Audit Checklist
264- **eeat-signals**: E-E-A-T; author bio, citations, YMYL
265- **competitor-research**: Content gaps, structure, length target
266- **blog-page-generator**: Blog index/listing; article pages live within blog
267- **keyword-research**: Keyword basis for articles
268- **schema-markup**: Article/BlogPosting/NewsArticle schema
269- **howto-section-generator**: HowTo step sections; HowTo schema alongside Article
270- **heading-structure**: H1–H6 structure for article body
271- **content-optimization**: H2 keywords, tables, lists, multimedia; word count for articles → **article-content**
272- **image-optimization**: Article hero/featured image specs
273- **internal-links**: Related posts, contextual links
274- **open-graph, twitter-cards**: Social previews for articles
275- **generative-engine-optimization**: GEO strategy; AI citation optimization