SEO Content Optimizer

Analyzes and rewrites content to maximize search engine visibility without sounding robotic.

8 stars

Best use case

SEO Content Optimizer is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Analyzes and rewrites content to maximize search engine visibility without sounding robotic.

Teams using SEO Content Optimizer should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/seo-content-optimizer/SKILL.md --create-dirs "https://raw.githubusercontent.com/Notysoty/openagentskills/main/skills/seo-content-optimizer/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/seo-content-optimizer/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How SEO Content Optimizer Compares

Feature / AgentSEO Content OptimizerStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Analyzes and rewrites content to maximize search engine visibility without sounding robotic.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# SEO Content Optimizer

## What this skill does

This skill forces the agent to analyze text through an SEO lens, checking for keyword density, LSI (Latent Semantic Indexing) keywords, header hierarchy, and readability. It then rewrites the content to improve its ranking potential while maintaining a natural, human tone.

## How to use

### Claude Code / Antigravity

Copy this file to `.agents/skills/seo-content-optimizer/SKILL.md` in your project.
Then ask the agent: *"Optimize the blog post in `content/my-post.md` using the SEO Content Optimizer skill. Target keywords: [keyword1], [keyword2]."*

### Cursor

Save this to your project's `.cursorrules` or reference it during a chat session.

## The Prompt / Instructions for the Agent

When asked to optimize content for SEO, follow these rules strictly:

1. **Header Hierarchy:** Ensure there is exactly one H1. Ensure H2s and H3s are used logically to break up text. Incorporate secondary keywords naturally into H2s.
2. **Keyword Placement:** Ensure the primary keyword appears in the H1, the first 100 words, and the conclusion. Do not keyword stuff (keep density below 2%).
3. **Readability:** Aim for a 6th-8th grade reading level. Keep paragraphs short (3-4 sentences max). Use bullet points where appropriate.
4. **Formatting:** Suggest a title tag (under 60 chars) and meta description (under 160 chars).
5. **Output Format:** Provide the response in this exact format:

```markdown
### SEO Metadata
- **Title Tag:** [50-60 chars]
- **Meta Description:** [150-160 chars]

### Optimization Notes
- [What you changed and why]

### Optimized Content
[The newly rewritten content]
```

## Example

**Input to Agent:**
> "Optimize this draft about 'JSON Formatter tools'. It feels a bit dry and I want it to rank better on Google."

**Output from Agent:**
> ### SEO Metadata
> - **Title Tag:** Best JSON Formatter Tools for Developers (2026 Free Guide)
> - **Meta Description:** Format, validate, and beautify your JSON data instantly. Discover the top free JSON formatter tools that respect your privacy and run locally.
> 
> ### Optimization Notes
> - Added "validate" and "beautify" as LSI keywords.
> - Broke up the long paragraph into scannable bullet points.
> 
> ### Optimized Content
> *(...The rewritten content...)*

Related Skills

SQL Query Optimizer

8
from Notysoty/openagentskills

Reviews SQL queries for performance issues and rewrites them with optimized execution plans.

LLM Cost Optimizer

8
from Notysoty/openagentskills

Audits an AI application for unnecessary token spend and recommends prompt caching, model routing, and token reduction techniques to cut costs.

Form UX Optimizer

8
from Notysoty/openagentskills

Reviews web forms for usability issues — field ordering, validation messages, error states, and accessibility.

Unit Test Writer

8
from Notysoty/openagentskills

Generates comprehensive unit tests for any function or module with edge cases.

Unit Test Improver

8
from Notysoty/openagentskills

Reviews existing unit tests for gaps, weak assertions, and missing edge cases, then rewrites them to be more robust.

Troubleshooting Guide Builder

8
from Notysoty/openagentskills

Builds a structured troubleshooting guide with symptom → cause → fix format for any tool or system.

Tech Debt Auditor

8
from Notysoty/openagentskills

Identifies and prioritizes technical debt in a codebase with an effort/impact matrix.

Technical Blog Post Writer

8
from Notysoty/openagentskills

Writes engaging, accurate technical blog posts targeted at developer audiences.

Stack Trace Analyzer

8
from Notysoty/openagentskills

Interprets error stack traces to pinpoint root cause, explain what went wrong, and suggest fixes.

Sprint Summary Generator

8
from Notysoty/openagentskills

Converts a list of completed tickets or commits into a clear sprint summary for stakeholders.

Social Post Thread Writer

8
from Notysoty/openagentskills

Converts a blog post, idea, or document into an engaging Twitter/X or LinkedIn thread with hooks and CTAs.

SEO Metadata Generator

8
from Notysoty/openagentskills

Generates optimized title tags, meta descriptions, Open Graph tags, and structured data for any web page.