AugmentClaude
Apache-2.0SEOCRO

Meta Tags Optimizer

Generate and improve title tags, descriptions, and social meta tags for better click-through rates.

Installation

  1. Make sure Claude is on your device and in your terminal.

    Skills load from ~/.claude/skills/ when Claude Code starts up — so you need it on your machine first. If you don't have it yet, install it once with the command below, then run claude in any terminal to verify.

    One-time setup
    npm i -g @anthropic-ai/claude-code

    Already have it? Skip ahead.

  2. Paste into Claude Code or into your terminal.

    This copies the whole skill folder into ~/.claude/skills/meta-tags-optimizer-aaron-he-zhu/ — the SKILL.md plus any scripts, reference docs, or templates the skill ships with. Safe default: works for every skill.

    Faster alternative (instruction-only skills)

    Skips the clone and grabs only the SKILL.md file. Don't use this if the skill ships Python scripts, reference markdowns, or asset templates — they won't be downloaded and the skill will fail when it tries to load them.

    Quick install (SKILL.md only)
    Sign up to copy
  3. Restart Claude Code.

    Quit and reopen Claude Code (or any other agent that loads from ~/.claude/skills/). New skills are picked up on startup.

  4. Just ask Claude.

    Skills auto-activate when your request matches the skill's description — no slash command needed. Trigger phrases live in the skill's own frontmatter; you can read them in the “What this skill does” section above.

Prefer to read the source first? Open on GitHub.

When Claude uses it

Use when the user asks to "optimize meta tags"; improves titles, descriptions, Open Graph, Twitter cards, and CTR test variants. Not for JSON-LD structured data — use schema-markup-generator; not for body copy — use seo-content-writer. 标题优化/元描述/CTR

What this skill does

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, and quality constraints.
  • 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.
  • Done when: three title and three description options are provided within the character limits with the keyword front-loaded; a complete OG/Twitter tag block is included; and C01 (Intent Alignment) and C02 (Direct Answer) pass.
  • 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:

  1. Gather Page Information — URL, page type, primary and secondary keywords, audience, CTA, and value proposition.
  2. Create Optimized Title Tag — keep it near 50-60 characters, front-load the keyword, and generate three options using the supported title formulas.
  3. Write Meta Description — target 150-160 characters, include the keyword and CTA, and generate three options.
  4. Create Open Graph, Twitter Card, and Additional Meta Tags — include OG, Twitter, canonical, robots, viewport, author, and article tags as needed.
  5. CORE-EEAT Alignment Check — verify C01 (Intent Alignment) and C02 (Direct Answer).
  6. Provide CTR Optimization Tips — explain the winning elements, tradeoffs, and A/B test options.

Label every metric Measured (tool/export), User-provided, or Estimated (model inference); never present an estimate as measured; if a required metric is unavailable, mark it N/A — do not invent it.

Reference: See Instructions Detail for the compact workflow, formulas, alignment matrix, CTR analysis, and example. See Meta Tag Code Templates 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 Instructions Detail — Example.

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 to memory/content/YYYY-MM-DD-<topic>.md — see Skill Contract §Save Results Template.

Reference Materials

Next Best Skill

Related skills