Meta Tags Optimizer
Creates title tags, meta descriptions, and social meta tags that improve CTR and sharing quality.
Quick Start
Create meta tags for a page about [topic] targeting [keyword]
Improve these meta tags for better CTR: [current tags]
Skill Contract
Expected output: a ready-to-use metadata package plus the standard handoff summary for memory/content/.
- Reads: the brief, target keywords, entity inputs, quality constraints, and prior decisions from CLAUDE.md and the shared State Model when available.
- Writes: a user-facing metadata deliverable and reusable summary.
- Promotes: approved angles, messaging choices, missing evidence, and publish blockers to
memory/hot-cache.md and memory/open-loops.md; propose durable decisions as pending-decision items.
- Primary next skill: schema-markup-generator when the metadata package is ready for structured-data support.
Handoff Summary
Emit the standard shape from skill-contract.md §Handoff Summary Format.
Data Sources
Optional search console and SEO tool integrations pull CTR data and competitor patterns automatically; otherwise ask for current tags, keywords, and competitors. See CONNECTORS.md.
Instructions
When a user requests meta-tag optimization, run these six steps:
- Gather Page Information — URL, page type, primary and secondary keywords, audience, CTA, and value proposition.
- Create Optimized Title Tag — keep it near 50-60 characters, front-load the keyword, and generate three options using the supported title formulas.
- Write Meta Description — target 150-160 characters, include the keyword and CTA, and generate three options.
- Create Open Graph, Twitter Card, and Additional Meta Tags — include OG, Twitter, canonical, robots, viewport, author, and article tags as needed.
- CORE-EEAT Alignment Check — verify C01 (Intent Alignment) and C02 (Direct Answer).
- Provide CTR Optimization Tips — explain the winning elements, tradeoffs, and A/B test options.
Reference: See references/instructions-detail.md for the compact workflow, formulas, alignment matrix, CTR analysis, and example. See references/meta-tag-code-templates.md for HTML blocks.
Example
Sample outcome: a 55-character title, a 150-160 character description, and a complete OG / Twitter / Article tag block. See the full worked sample in references/instructions-detail.md.
Tips for Success
Front-load keywords, match intent, be specific, test variations, and refresh tags when the SERP changes.
Save Results
On user confirmation, save memory/content/YYYY-MM-DD-<topic>.md and promote key conclusions to memory/hot-cache.md.
Reference Materials
Next Best Skill
1---2name: meta-tags-optimizer-23description: Use when the user asks to "optimize meta tags"; improves titles, descriptions, Open Graph, Twitter cards, and CTR test variants. 标题优化/元描述/CTR4license: Apache-2.05---6
7# Meta Tags Optimizer
8
9Creates title tags, meta descriptions, and social meta tags that improve CTR and sharing quality.
10
11## Quick Start
12
13```
14Create meta tags for a page about [topic] targeting [keyword]
15```
16
17```
18Improve these meta tags for better CTR: [current tags]
19```
20
21## Skill Contract
22
23**Expected output**: a ready-to-use metadata package plus the standard handoff summary for `memory/content/`.
24
25- **Reads**: the brief, target keywords, entity inputs, quality constraints, and prior decisions from [CLAUDE.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/CLAUDE.md) and the shared [State Model](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/state-model.md) when available.
26- **Writes**: a user-facing metadata deliverable and reusable summary.
27- **Promotes**: approved angles, messaging choices, missing evidence, and publish blockers to `memory/hot-cache.md` and `memory/open-loops.md`; propose durable decisions as pending-decision items.
28- **Primary next skill**: [schema-markup-generator](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/schema-markup-generator/SKILL.md) when the metadata package is ready for structured-data support.
29
30### Handoff Summary
31
32> Emit the standard shape from [skill-contract.md §Handoff Summary Format](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/references/skill-contract.md).
33
34## Data Sources
35
36Optional search console and SEO tool integrations pull CTR data and competitor patterns automatically; otherwise ask for current tags, keywords, and competitors. See [CONNECTORS.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/CONNECTORS.md).
37
38## Instructions
39
40When a user requests meta-tag optimization, run these six steps:
41
421. **Gather Page Information** — URL, page type, primary and secondary keywords, audience, CTA, and value proposition.
432. **Create Optimized Title Tag** — keep it near 50-60 characters, front-load the keyword, and generate three options using the supported title formulas.
443. **Write Meta Description** — target 150-160 characters, include the keyword and CTA, and generate three options.
454. **Create Open Graph, Twitter Card, and Additional Meta Tags** — include OG, Twitter, canonical, robots, viewport, author, and article tags as needed.
465. **CORE-EEAT Alignment Check** — verify C01 (Intent Alignment) and C02 (Direct Answer).
476. **Provide CTR Optimization Tips** — explain the winning elements, tradeoffs, and A/B test options.
48
49> **Reference**: See [references/instructions-detail.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/instructions-detail.md) for the compact workflow, formulas, alignment matrix, CTR analysis, and example. See [references/meta-tag-code-templates.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/meta-tag-code-templates.md) for HTML blocks.
50
51## Example
52
53Sample outcome: a 55-character title, a 150-160 character description, and a complete OG / Twitter / Article tag block. See the full worked sample in [references/instructions-detail.md](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/instructions-detail.md#example).
54
55## Tips for Success
56
57Front-load keywords, match intent, be specific, test variations, and refresh tags when the SERP changes.
58
59### Save Results
60
61On user confirmation, save `memory/content/YYYY-MM-DD-<topic>.md` and promote key conclusions to `memory/hot-cache.md`.
62
63## Reference Materials
64
65- [Instructions Detail](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/instructions-detail.md) — Workflow, formulas, alignment matrix, example
66- [Meta Tag Formulas](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/meta-tag-formulas.md) — Title and description formulas
67- [Meta Tag Code Templates](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/meta-tag-code-templates.md) — HTML templates
68- [CTR and Social Reference](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/meta-tags-optimizer/references/ctr-and-social-reference.md) — CTR patterns and social guidance
69
70## Next Best Skill
71
72- **Primary**: [schema-markup-generator](https://github.com/aaron-he-zhu/seo-geo-claude-skills/blob/main/build/schema-markup-generator/SKILL.md) — complete the SERP package with structured data.