website-seo-finalization

website-seo-finalization is a skill for Codex from YankielDBC2/codex-skills-library. It costs 32 tokens per session (319 once invoked), scanned A, original, MIT.

A launch checklist for making a website easier for search engines and people to find and use. It covers page information, links, accessibility, loading speed, and local business details.

In plain words
What is it for?
Use it to review page titles and descriptions, social previews, structured data, headings, internal links, image text, sitemaps, robots rules, and local business information. It also guides build, lint, Lighthouse, and rendered-HTML checks.
Why use it?
It helps catch search, sharing, accessibility, and indexing problems before a website goes live. This reduces the chance that important pages are missing from search results or display poorly when shared.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

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/yankieldbc2/codex-skills-library/website-seo-finalization
Any agent
npx skills add YankielDBC2/codex-skills-library --skill website-seo-finalization
Clone the repo
git clone --depth 1 https://github.com/YankielDBC2/codex-skills-library

Made for: 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 website-seo-finalization

README.md
[![agentmods](https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/website-seo-finalization.svg)](https://agentmods.dev/skills/yankieldbc2/codex-skills-library/website-seo-finalization)
Your own site
<a href="https://agentmods.dev/skills/yankieldbc2/codex-skills-library/website-seo-finalization"><img src="https://agentmods.dev/badge/skills/yankieldbc2/codex-skills-library/website-seo-finalization.svg" alt="Measured on agentmods" height="20"></a>
Per session 32 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 319 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.1 $0.00032 $0.00319
Opus 5 $0.00016 $0.00160
Sonnet 5 $0.00006 $0.00064
Haiku 4.5 $0.00003 $0.00032

Measured 6d ago against content hash 3e0bd4bd3896, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

website-seo-finalization 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 6d 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.

.agents/skills/website-seo-finalization/SKILL.md · 49 lines

What it actually says

Website SEO Finalization

Goal

Prepare a website for launch with practical SEO, indexability, metadata, performance, and local visibility checks.

When to use

Use for landing pages, business websites, service pages, local SEO, metadata, Open Graph, schema, sitemap, robots, and final launch audits.

When not to use

Do not use for paid ads strategy, content calendars, or backend-only work.

Inputs

Inspect routes/pages, metadata configuration, public assets, sitemap, robots file, page headings, content, links, image alt text, and performance-sensitive assets.

Workflow

  1. Confirm every important page has a unique title and description.
  2. Check canonical URLs and indexability.
  3. Add Open Graph and social preview metadata.
  4. Add structured data when relevant.
  5. Verify heading hierarchy and internal links.
  6. Check image alt text and asset sizes.
  7. Confirm sitemap and robots rules.
  8. Check local business details if applicable.

Quality bar

A good SEO launch pass improves discoverability without keyword stuffing or misleading metadata.

Validation

Run build, lint, metadata checks, Lighthouse or equivalent where available, and manually inspect rendered HTML when possible.

Final response

Report SEO changes, pages affected, validation commands, and remaining launch checklist items.

Files

What ships with it

4 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. 6d ago First seen · 49 lines · 32 tokens per session scan A 3e0bd4bd3896

Subscribe to this mod's changes

website-seo-finalization is a skill published in the GitHub repository YankielDBC2/codex-skills-library (10 stars, last pushed 1mo ago), licensed MIT. It adds 32 tokens to every session and 319 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-31.

Related

Other skills, from other repositories

openseo-release-notes

Cut an OpenSEO release — bump the version, draft user-facing release notes from commits since the last tag, run a review + subagent-verification pass, and open a "release: vX.X.X" PR. Use when the user asks to prepare a release, bump the version, or write release notes.

every-app/open-seo · 71 tokens

papercuts

Log genuine, recurring repository friction to .agents/PAPERCUTS.md — confusing setup, a flaky repo command or script, a misleading in-repo error, stale generated files, or a non-obvious gotcha that will cost the next contributor time. Also use to review, deduplicate, and resolve existing entries. Gate hard before…

every-app/open-seo · 115 tokens

webapp-testing

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

every-app/open-seo · 35 tokens

seo-sxo

Search Experience Optimization: reads Google SERPs backwards to detect page-type mismatches, derives user stories from search intent signals, and scores pages from multiple persona perspectives. Identifies why well-optimized pages fail to rank by analyzing what Google rewards for each keyword. Use when user says…

AgriciDaniel/claude-seo · 101 tokens

seo-flow

FLOW framework integration: evidence-led SEO using the Find → Leverage → Optimize → Win loop. Surfaces stage-specific AI prompts from the FLOW knowledge base (41 prompts, CC BY 4.0). Use when user says "FLOW", "FLOW framework", "seo flow", "evidence-led SEO", "find leverage optimize win", or wants stage-specific SEO…

AgriciDaniel/claude-seo · 78 tokens

seo-page

Deep single-page SEO analysis covering on-page elements, content quality, technical meta tags, schema, images, and performance. Use when user says "analyze this page", "check page SEO", "single URL", "check this page", "page analysis", or provides a single URL for review.

AgriciDaniel/claude-seo · 63 tokens