seo-page

seo-page is a skill for Claude Code from ZachArticulateV/designer-pro-and-seo. It costs 94 tokens per session (821 once invoked), scanned A, original, MIT.

A single-page SEO checker that reviews one web address or local HTML file for search-related page elements, content, structured data, images, links, and visible performance signals.

In plain words
What is it for?
Use it to review a page’s title, description, headings, canonical URL, search instructions, social-sharing tags, keyword relevance, images, structured data, internal links, and observable performance issues.
Why use it?
It gives a focused review when a full-site audit would be unnecessary. It helps find page-level problems before publishing or when checking whether one page is search-ready.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the designer-pro-and-seo plugin — 41 skills, 14 agents, 1 MCP server shipped together

Good fit Use it to review a page’s title, description, headings, canonical URL, search instructions, social-sharing tags, keyword relevance, images, structured data, internal links, and observable performance issues.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zacharticulatev/designer-pro-and-seo/seo-page
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 ZachArticulateV/designer-pro-and-seo --skill seo-page
Clone the repo
git clone --depth 1 https://github.com/ZachArticulateV/designer-pro-and-seo

Made for: Claude Code.

Or install designer-pro-and-seo, the plugin that ships this one along with the rest of its 41 skills, 14 agents, 1 MCP server.

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-page

README.md
[![agentmods](https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-page/github.svg)](https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-page)
Your own site
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-page"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-page/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-page

Your own site · 80×15
<a href="https://agentmods.dev/skills/zacharticulatev/designer-pro-and-seo/seo-page"><img src="https://agentmods.dev/badge/skills/zacharticulatev/designer-pro-and-seo/seo-page.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 821 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.00094 $0.00821
Opus 5 $0.00047 $0.00411
Sonnet 5 $0.00019 $0.00164
Haiku 4.5 $0.00009 $0.00082

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

Security

Grade A, and why

seo-page scanned grade A with 1 finding 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

1. **Fetch the page** (WebFetch, or `curl`-style retrieval of the raw HTML). For a
skills/seo-page/SKILL.md · 71 lines

How it starts

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

seo-page

Family: seo Status: Stable

Purpose

The single-page analyzer: the same on-page, meta, schema, image, and internal-link checks as a full audit, scoped to one URL, plus observable performance issues — real Core Web Vitals field data only when seo-google is connected. Cheaper to run and easier to act on for spot checks, pre-publish reviews, and "is this page good?" questions. The free path (fetch + parse + score) is the whole product; paid APIs only add live ranking and field-performance context.

Triggers

  • "analyze this page" / "check this page" / "review this URL"
  • "single URL SEO" / "check page SEO"
  • "page-level analysis"

Inputs

  • A single URL (or local HTML file)
  • Optional: target keyword(s) for relevance scoring

Steps

  1. Fetch the page (WebFetch, or curl-style retrieval of the raw HTML). For a local build, read the file directly.
  2. On-page & meta — check: one descriptive <title> (≤ ~60 chars), meta description (~150–160 chars), exactly one <h1> and a logical heading order, canonical tag, meta robots, and Open Graph / Twitter card tags.
  3. Content quality — word count vs topical depth, target-keyword presence in title/H1/early body (without stuffing), readability, and whether the page answers the likely search intent. (Hand to seo-content for deep E-E-A-T.)
  4. Schema — detect JSON-LD; validate type appropriateness and required properties; flag rich-result eligibility. (Delegate deeper work to seo-schema.)
  5. Images — alt text presence/quality, dimensions declared (CLS), modern formats (WebP/AVIF), and lazy-loading below the fold.
  6. Performance — note render-blocking resources and obvious payload issues. If seo-google (PageSpeed/CrUX) is available, pull real LCP/CLS/INP; otherwise report observable issues and say field data needs seo-google.
  7. Internal links — count, descriptive anchor text, and whether the page links to/within relevant site sections.
  8. Optional enrichment — if the DataForSEO extension is configured, add live ranking/keyword context; otherwise state, in one line, what it would add.
  9. Render a compact report — findings grouped Critical / High / Medium / Low, each with a specific fix.

Read the full file on GitHub · 71 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. 12d ago First seen · 71 lines · 94 tokens per session scan A e39ca211bc3d

Subscribe to this mod's changes

seo-page is a skill published in the GitHub repository ZachArticulateV/designer-pro-and-seo (8 stars, last pushed 2mo ago), licensed MIT. It adds 94 tokens to every session and 821 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

designlang-tokens

Use when styling UI for cal.com — references the extracted design system tokens instead of inventing colors, spacing, or typography.

Manavarya09/design-extract · 30 tokens

token-audit

Audit a design system's token definitions for naming violations, missing semantic tiers, and structural debt. This audits how tokens are defined and organised, NOT how they are consumed in code. Trigger when someone says: audit my tokens, token naming review, are my tokens consistent, token health check, review my…

murphytrueman/design-system-ops · 93 tokens

stakeholder-brief

Write a one-page stakeholder brief translating design system health or status into business language. Trigger when someone says: stakeholder update, exec brief, leadership summary, status report for leadership, system status for non-designers, write a brief for the business, or anything about communicating design…

murphytrueman/design-system-ops · 73 tokens

cicd-integration

Generate CI/CD pipeline configurations that automate design system quality checks — token validation, component linting, visual regression, accessibility scanning, and release gating. Produces ready-to-use pipeline files for GitHub Actions, GitLab CI, CircleCI, or Bitbucket Pipelines, configured to enforce the…

murphytrueman/design-system-ops · 177 tokens

codebase-index

Generate a pre-computed component index from a design system codebase — YAML infrastructure files containing a component inventory, relationship graph, and summary statistics that AI agents and MCP servers consume. This produces machine-readable index files in .ai/index/, NOT a health report or quality assessment.…

murphytrueman/design-system-ops · 132 tokens

engineering-onboarding

Create an onboarding guide for an engineer joining a team that consumes the design system. Trigger when someone says: onboard new engineer, developer getting started guide, new engineer guide, engineering onboarding, first day for developers, frontend onboarding, or anything about helping an engineer new to the team…

murphytrueman/design-system-ops · 68 tokens