Agent skill · Security

seo

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

mturacgithub.com/mturacGitHub ↗
codexcopilotcursorMIT
Install
npx skills add mturac/everything-openai-codex --skill seo --agent codex

Same command for any agent — swap --agent for claude-code, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: skills/seo/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 84
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# SEO Improve search visibility through technical correctness, performance, and content relevance, not gimmicks. ## When to Use Use this skill when: - auditing crawlability, indexability, canonicals, or redirects - improving title tags, meta descriptions, and heading structure - adding or validating structured data - improving Core Web Vitals - doing keyword research and mapping keywords to URLs - planning internal linking or sitemap / robots changes ## How It Works ### Principles 1. Fix technical blockers before content optimization. 2. One page should have one clear primary search intent. 3. Prefer long-term quality signals over manipulative patterns. 4. Mobile-first assumptions matter because indexing is mobile-first. 5. Recommendations should be page-specific and implementable. ### Technical SEO checklist #### Crawlability - `robots.txt` should allow important pages and block low-value surfaces - no important page should be unintentionally `noindex` - important pages should be reachable within a shallow click depth - avoid redirect chains longer than two hops - canonical tags should be self-consistent and non-looping #### Indexability - preferred URL format should be consistent

What's inside
Steps it walks through
  1. When to Use
  2. How It Works
  3. Principles
  4. Technical SEO checklist
  5. On-page rules
  6. Keyword mapping
  7. Internal linking
  8. Examples
  9. Title formula
  10. Meta description formula
  11. JSON-LD example
  12. Audit output shape
  13. Anti-Patterns
  14. Related Skills
More from everything-openai-codex
All skills →
About this skill
What does the seo skill do?

Audit, plan, and implement SEO improvements across technical SEO, on-page optimization, structured data, Core Web Vitals, and content strategy. Use when the user wants better search visibility, SEO remediation, schema markup, sitemap/robots work, or keyword mapping.

How do I install it?

Run `npx skills add mturac/everything-openai-codex --skill seo --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mturac/everything-openai-codex, a repository with 84 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going