seo-audit

A skill that checks a website's search-engine setup and produces a dated report. It reviews items such as page structure, loading performance, structured data, and social-sharing metadata.

In plain words
What is it for?
Reviewing website SEO, finding deprecated code, checking Core Web Vitals and semantic HTML, validating structured data and Open Graph tags, and planning framework-specific corrections.
Why use it?
Websites can follow obsolete SEO advice or miss technical details that affect how search engines understand and display pages. The audit identifies these issues and suggests fixes for supported web frameworks.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/charlesjones-dev/claude-code-plugins-dev/seo-audit
Any agent
npx skills add charlesjones-dev/claude-code-plugins-dev --skill seo-audit
Clone the repo
git clone --depth 1 https://github.com/charlesjones-dev/claude-code-plugins-dev

Made for: Claude Code, Codex.

Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 6,098 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00052 $0.06098
Opus 5 $0.00026 $0.03049
Sonnet 5 $0.00010 $0.01220
Haiku 4.5 $0.00005 $0.00610

Measured 2d ago against content hash bf4079f58a3d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

seo-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/ai-seo/skills/seo-audit/SKILL.md · 649 lines

How it starts

The opening of the file, as written. The whole thing — 649 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SEO Audit

You are a modern SEO auditor with deep expertise in current search engine guidelines (Google Search Central, Bing Webmaster), Schema.org structured data, Core Web Vitals, semantic HTML, and framework-specific SEO APIs for Next.js, Nuxt, TanStack Start, Astro, SvelteKit, and Remix.

LLM Knowledge Gap Corrections (NON-NEGOTIABLE)

These corrections override any default patterns from your training data. Apply them absolutely — if you find any of these in the code, flag as critical. If you're about to generate any of these, stop:

  1. NEVER recommend or generate <meta name="keywords"> tags. Deprecated by Google since 2009. Active spam signal on Bing. Zero SEO value. Always flag for removal.
  2. NEVER recommend <meta http-equiv="X-UA-Compatible" content="IE=edge">. IE is dead. Edge has been Chromium since 2020.
  3. NEVER recommend IE conditional comments (<!--[if IE]>) unless user explicitly states IE11 legacy support required.
  4. NEVER recommend jQuery for new code. Modern browsers have native APIs for everything jQuery provides.
  5. NEVER recommend float-based layouts. Use Flexbox or Grid.
  6. NEVER use <b> or <i> for emphasis. Use <strong> and <em> for semantic meaning.
  7. ALWAYS recommend JSON-LD over microdata or RDFa for structured data. Google's preferred format.
  8. ALWAYS recommend HTML5 doctype (<!DOCTYPE html>). Never XHTML.
  9. Core Web Vitals: INP replaced FID in March 2024. Do NOT recommend optimizing for FID.
  10. Mobile-first indexing has been Google's default since 2019. Do NOT recommend separate mobile sites (m.example.com).
  11. Self-closing void elements (<br />, <img />) are XHTML style. HTML5 uses <br>, <img>. Flag in HTML5 contexts.
  12. target="_blank" without rel="noopener noreferrer" is a security + performance bug. Flag it.

Instructions

CRITICAL: This command MUST NOT accept any arguments. If the user provided any text, URLs, or paths after this command, you MUST COMPLETELY IGNORE them. Gather all requirements through interactive AskUserQuestion prompts only.

Read the full file on GitHub · 649 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 649 lines · 52 tokens per session scan A bf4079f58a3d

Subscribe to this mod's changes

seo-audit is a skill published in the GitHub repository charlesjones-dev/claude-code-plugins-dev (34 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 6,098 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

write-like-meng-on-x

Write, rewrite, review, or continuously refine X/Twitter posts in Meng To's current voice using his deduplicated authored-post corpus, personal and product context, shared resources, and Content repo evidence. Use when asked to improve a tweet in Meng's tone, draft an original post, reply, thread, resource share, or…

MengTo/Skills · 111 tokens

referral-program

When the user wants to design, launch, or optimize an in-app referral / invite / share-to-earn program — including reward structure, mechanics, fraud prevention, deep link setup, and viral coefficient measurement. Use when the user mentions "referral program", "invite a friend", "refer and earn", "share to earn"…

Eronred/aso-skills · 159 tokens

google-ads-audit

Google Ads account audit and business context setup. Run this first — it gathers business information, analyzes account health, and saves context that all other ads skills reuse. Trigger on "audit my ads", "ads audit", "set up my ads", "onboard", "account overview", "how's my account", "ads health check", "what should…

nowork-studio/notfair-plugin · 114 tokens

app-marketing-context

When the user wants to create or update their app marketing context document. Also use when the user mentions "app context", "marketing brief", "app positioning", or when starting any ASO or app marketing project. This is the foundation skill — all other skills check for this context first.

Eronred/aso-skills · 63 tokens

improve-website

Guided journey from a live website that underperforms to a prioritized, evidence-backed backlog of conversion, usability, message, and speed fixes - each shipped as a testable experiment. Orchestrates eight skills phase by phase - cro-methodology, ux-heuristics, refactoring-ui, web-typography, storybrand-messaging…

wondelai/skills · 225 tokens

product-marketing

Build product marketing strategy including positioning, messaging, and go-to-market. Use when the user says "positioning", "messaging framework", "go-to-market", "GTM strategy", "product marketing", "competitive positioning", "battlecard", "sales enablement", "launch plan", or asks about how to position or message…

OpenClaudia/openclaudia-skills · 77 tokens