seo-patterns

seo-patterns is a skill for Claude Code, Codex from monkilabs/opencastle. It costs 52 tokens per session (344 once invoked), scanned A, original, MIT.

A guide for technical search-engine optimization, including page metadata, structured data, sitemaps, canonical URLs, and crawlability. Structured data is machine-readable information that helps search engines understand a page.

In plain words
What is it for?
Use it to add titles and descriptions, JSON-LD schema, sitemaps, robots.txt rules, canonical links, and social preview metadata.
Why use it?
It helps public pages get indexed correctly and avoids common problems such as duplicate metadata, missing page relationships, or blocked crawlers.

Skill for Claude CodeCodex

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

Good fit Use it to add titles and descriptions, JSON-LD schema, sitemaps, robots.txt rules, canonical links, and social preview metadata.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/monkilabs/opencastle/seo-patterns
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 monkilabs/opencastle --skill seo-patterns
Clone the repo
git clone --depth 1 https://github.com/monkilabs/opencastle

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/monkilabs/opencastle/seo-patterns"><img src="https://agentmods.dev/badge/skills/monkilabs/opencastle/seo-patterns.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 344 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. 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.00052 $0.00344
Opus 5 $0.00026 $0.00172
Sonnet 5 $0.00010 $0.00069
Haiku 4.5 $0.00005 $0.00034

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

Security

Grade A, and why

seo-patterns 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 5d 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.

curl -s https://example.com/page | pup 'script[type=application/ld+json] text{}' | jq .
src/orchestrator/skills/seo-patterns/SKILL.md · 29 lines

What it actually says

SEO Patterns

Constraints

  • Unique <title> (50–60 chars) and <meta name="description"> (150–160 chars) on every public page — duplicates across pages are a defect.
  • Canonical URL on every page. noindex only on admin/draft pages.
  • Primary content must be server-rendered; client-only rendered content is not indexed.
  • OG image 1200×630 px.
  • Mobile page load under 3 s.

Structured Data (JSON-LD)

Server-rendered, and it must return 0 errors from Google's Rich Results Test (https://search.google.com/test/rich-results) before shipping. Extract to inspect locally:

curl -s https://example.com/page | pup 'script[type=application/ld+json] text{}' | jq .

Sitemap & robots.txt

Generate the XML sitemap dynamically from the data source (CMS, DB, filesystem) and reference it from robots.txt via Sitemap: https://example.com/sitemap.xml. Use a sitemap index above 50,000 URLs or 50 MB. Include <lastmod> only when it is accurate. Disallow: /admin/, /api/, /preview/.

Post-deploy: check Search Console for warnings; remove any accidental Disallow: entry and resubmit the sitemap.

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. 5d ago First seen · 29 lines · 52 tokens per session scan A 114c65b44239

Subscribe to this mod's changes

seo-patterns is a skill published in the GitHub repository monkilabs/opencastle (61 stars, last pushed 11d ago), licensed MIT. It adds 52 tokens to every session and 344 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

product-architect

Complete product development system with 80 agents and 36 frameworks. Use when the user wants to build a product, write a PRD, plan an MVP or roadmap, design an app, research a market or check whether a feature already exists or is novel, do competitive analysis, run a security audit, build a financial model, plan…

ankitjha67/product-architect · 253 tokens

cursor-prompting

Internal guidance for composing cursor-agent prompts and picking models for coding, review, diagnosis, and research tasks inside the Cursor Claude Code plugin.

zebbern/agent-collab · 31 tokens

cursor-result-handling

Internal guidance for presenting Cursor helper output back to the user.

zebbern/agent-collab · 16 tokens

goal-runner

Use when the user asks to advance, continue, or work on the project's long-horizon goal (or to set one up) — the policy for goal-driven increments driven through the goal companion, one increment at a time, delegated via the codex/cursor delegation skills, honestly recorded.

zebbern/agent-collab · 62 tokens

agentflow

Expert guidance for building, debugging, and extending applications with AgentFlow (10xscale-agentflow). TRIGGER when: code imports from agentflow (e.g. from agentflow import, StateGraph, Agent, ToolNode, AgentState); user references agentflow.json or CLI commands (agentflow init, agentflow api, agentflow play…

10xHub/agentflow-cli · 0 tokens

agentflow

Expert guidance for building, debugging, and extending applications with AgentFlow (10xscale-agentflow). TRIGGER when: code imports from agentflow (e.g. from agentflow import, StateGraph, Agent, ToolNode, AgentState); user references agentflow.json or CLI commands (agentflow init, agentflow api, agentflow play…

10xHub/agentflow-cli · 0 tokens