seo-metadata-audit

seo-metadata-audit is a skill for Claude Code, Codex from simbajigege/book2skills. It costs 33 tokens per session (1,969 once invoked), scanned A, original, MIT.

A review of a webpage’s SEO metadata—the information that helps search engines understand and display a page. It checks titles, descriptions, headings, image alternatives, indexing rules, canonical URLs, structured data, mobile settings, and social tags.

In plain words
What is it for?
Use it to audit a URL, HTML file, page specification, or metadata list and decide which SEO metadata issues to fix first.
Why use it?
It identifies missing or conflicting signals that can make a page harder to crawl, understand, rank, or display correctly when shared. The result is a prioritized repair plan.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to audit a URL, HTML file, page specification, or metadata list and decide which SEO metadata issues to fix first.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/simbajigege/book2skills/seo-metadata-audit
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.

Any agent
npx skills add simbajigege/book2skills --skill seo-metadata-audit
Clone the repo
git clone --depth 1 https://github.com/simbajigege/book2skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for seo-metadata-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/simbajigege/book2skills/seo-metadata-audit/github.svg)](https://agentmods.dev/skills/simbajigege/book2skills/seo-metadata-audit)
Your own site
<a href="https://agentmods.dev/skills/simbajigege/book2skills/seo-metadata-audit"><img src="https://agentmods.dev/badge/skills/simbajigege/book2skills/seo-metadata-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for seo-metadata-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/simbajigege/book2skills/seo-metadata-audit"><img src="https://agentmods.dev/badge/skills/simbajigege/book2skills/seo-metadata-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,969 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.1 $0.00033 $0.01969
Opus 5 $0.00016 $0.00984
Sonnet 5 $0.00007 $0.00394
Haiku 4.5 $0.00003 $0.00197

Measured 12d ago against content hash ac1d98d58f01, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

seo-metadata-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 12d 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.

skills/seo-metadata-audit/SKILL.md · 205 lines

How it starts

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

SEO Metadata Audit Skill

Knowledge source: 影响SEO最重要的10个metadata by 哥飞.

Overview

Use this skill to audit a webpage's most important SEO metadata and produce a prioritized repair plan. It supports SEO practitioners, developers, founders, and content teams who need to diagnose whether a page gives search engines clear, crawlable, canonical, mobile-friendly, and structured signals.

When to Use This Skill

Use this skill when the user provides a URL, HTML, page spec, or metadata list and asks:

  • "Audit this page's SEO metadata."
  • "Are my title and description good?"
  • "Do I need canonical, robots, schema, or Open Graph tags?"
  • "Why is this page not ranking or showing correctly?"
  • "Create metadata for this page."

Core Principle

SEO metadata works as a system: each tag clarifies what the page is about, how search engines should process it, and how users see it in search or social contexts. Do not optimize one tag while breaking crawlability, canonicalization, mobile rendering, or semantic structure.

Workflow Inventory

Workflow User question pattern Inputs Steps Output Independent trigger? Distinct references? Triage score Should be subskill? Reason
Full metadata audit "Audit this page" URL/HTML, target keyword, page purpose Inspect all tag families; rank issues Priority issue table Yes Yes 3 No Primary workflow; all tags interact.
Snippet optimization "Fix title/description" Title, description, keyword, intent Check length, uniqueness, click value Rewrite variants Yes Yes 3 No Narrow but uses same metadata scoring.
Crawl/index control "Should this page be indexed?" Page role, duplicates, robots/canonical Decide index, follow, canonical Indexing directive plan Yes Yes 3 No Kept single-file because output rolls into audit plan.
Structured/social preview "Add schema/Open Graph" Page type, entity data, social preview Choose schema and OG/Twitter tags Markup checklist Yes Yes 3 No Same input and repair report.

Read the full file on GitHub · 205 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 205 lines · 33 tokens per session scan A ac1d98d58f01

Subscribe to this mod's changes

seo-metadata-audit is a skill published in the GitHub repository simbajigege/book2skills (163 stars, last pushed 17d ago), licensed MIT. It adds 33 tokens to every session and 1,969 once invoked, about $0.0002 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

marketing-strategy-pmm

Product marketing, positioning, GTM strategy, and competitive intelligence. Includes ICP definition, April Dunford positioning methodology, launch playbooks, competitive battlecards, and international market entry guides. Use when developing positioning, planning product launches, creating messaging, analyzing…

davila7/claude-code-templates · 92 tokens

loki-mode

Multi-agent autonomous startup system for Claude Code. Triggers on "Loki Mode". Orchestrates 100+ specialized agents across engineering, QA, DevOps, security, data/ML, business operations, marketing, HR, and customer success. Takes PRD to fully deployed, revenue-generating product with zero human intervention.…

davila7/claude-code-templates · 152 tokens

email-sequence

When the user wants to create or optimize an email sequence, drip campaign, automated email flow, or lifecycle email program. Also use when the user mentions "email sequence," "drip campaign," "nurture sequence," "onboarding emails," "welcome sequence," "re-engagement emails," "email automation," or "lifecycle…

davila7/claude-code-templates · 84 tokens

qa-test-planner

Generate comprehensive test plans, manual test cases, regression test suites, and bug reports for QA engineers. Includes Figma MCP integration for design validation.

davila7/claude-code-templates · 34 tokens

content-research-writer

Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.

davila7/claude-code-templates · 49 tokens

training-llms-megatron

Trains large language models (2B-462B parameters) using NVIDIA Megatron-Core with advanced parallelism strategies. Use when training models >1B parameters, need maximum GPU efficiency (47% MFU on H100), or require tensor/pipeline/sequence/context/expert parallelism. Production-ready framework used for Nemotron, LLaMA…

davila7/claude-code-templates · 82 tokens