programmatic-seo

programmatic-seo is a skill for Claude Code, Codex from thatrebeccarae/claude-marketing. It costs 55 tokens per session (1,255 once invoked), scanned A, original, MIT.

A method for generating many search-optimized website pages from templates and structured data. Programmatic SEO means creating page variations automatically, such as location, comparison, or integration pages.

In plain words
What is it for?
Use it to plan and generate large sets of template-based SEO pages, populate them with data, and organize links between related pages.
Why use it?
It removes the need to write every similar page by hand while supporting consistent page structure and internal links. It is intended for websites with many related topics or records.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: reads .claude/ paths; mentions Claude Code.

Good fit Use it to plan and generate large sets of template-based SEO pages, populate them with data, and organize links between related pages.

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

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 programmatic-seo

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/thatrebeccarae/claude-marketing/programmatic-seo"><img src="https://agentmods.dev/badge/skills/thatrebeccarae/claude-marketing/programmatic-seo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,255 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.
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.00055 $0.01255
Opus 5 $0.00028 $0.00628
Sonnet 5 $0.00011 $0.00251
Haiku 4.5 $0.00006 $0.00126

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

Security

Grade A, and why

programmatic-seo 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 9d 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/programmatic-seo/SKILL.md · 126 lines

How it starts

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

Programmatic SEO

Generate thousands of targeted pages from data templates at scale.

Install

git clone https://github.com/thatrebeccarae/claude-marketing.git && cp -r claude-marketing/skills/programmatic-seo ~/.claude/skills/

What Is Programmatic SEO

Creating large numbers of search-optimized pages from structured data + templates. Instead of writing each page manually, you define a template and populate it with data variations.

Examples of successful pSEO:

  • Zapier: "[App A] + [App B] integrations" (25,000+ pages)
  • Wise: "[Currency A] to [Currency B]" exchange rate pages
  • NomadList: "[City] for digital nomads" with cost/weather/internet data
  • Yelp: "[Business type] near [location]" listing pages
  • Canva: "[Template type] templates" design pages

Use Cases

Pattern Template Data Source Pages
Integration pages "[Your product] + [Partner]" Partner/integration list 100-5,000
Location pages "[Service] in [City/State]" Location database 500-50,000
Comparison pages "[Your product] vs [Competitor]" Competitor list 20-200
Glossary/definitions "What is [Term]?" Industry term database 200-2,000
Template/example pages "[Type] template" or "[Type] examples" Template library 100-1,000
Tool pages "[Metric] calculator" Calculator variations 50-500
Stats pages "[Topic] statistics [Year]" Data sources 50-500

Template Design

Page Template Structure

[H1: Dynamic title with primary keyword]
[Intro paragraph: 2-3 sentences with entity-specific context]
[Key data section: structured data unique to this entity]
[Comparison or context section: how this entity relates to others]
[FAQ section: 3-5 entity-specific questions]
[Related pages: internal links to related entities]
[CTA: conversion action relevant to search intent]

Quality Requirements

Every programmatic page MUST have:

  1. Unique title tag — not just "[Entity] | Site Name"
  2. Unique meta description — entity-specific, not templated
  3. Unique introductory content — at least 2-3 sentences unique per page
  4. Unique data — entity-specific numbers, facts, or comparisons
  5. Internal links — contextual links to related pages and hub pages
  6. Schema markup — appropriate structured data per page type

Read the full file on GitHub · 126 lines

Files

What ships with it

3 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. 9d ago First seen · 126 lines · 55 tokens per session scan A 37809756e07a

Subscribe to this mod's changes

programmatic-seo is a skill published in the GitHub repository thatrebeccarae/claude-marketing (137 stars, last pushed 4mo ago), licensed MIT. It adds 55 tokens to every session and 1,255 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-09-03.