Agent skill
programmatic-seo
Template-based page generation at scale for SEO.
Filed under Content and SEO.
From thatrebeccarae/claude-marketing · 42 skills · 119 · pushed 2026-05-14
What it does when it runs
Template-based page generation at scale for SEO. Data-driven content, internal linking architecture, and automated optimization for large-scale content operations. Use when the user asks about programmatic SEO, pSEO, scaled content, template pages, or automated page generation.
Read from the skill and the 3 files bundled beside it. A skill’s own description is written to be selected by an agent, so it describes the job and not the dependencies.
- Keys and connectors you must supply
- None found.
- Hosts it reaches
- No third-party host appears in the skill or its bundled files.
- Tool permissions it declares
- No
allowed-toolsin the frontmatter. It does act, so it runs under whatever permissions your session already grants. - Actions present in the files
- shell
Install it
View source on GitHub ↗git clone --depth 1 --filter=blob:none --sparse https://github.com/thatrebeccarae/claude-marketing.git /tmp/claude-marketing git -C /tmp/claude-marketing sparse-checkout set "skills/programmatic-seo" mkdir -p ~/.claude/skills/programmatic-seo cp -R "/tmp/claude-marketing/skills/programmatic-seo/." ~/.claude/skills/programmatic-seo/
Picked up without a restart. A project skill of the same name is shadowed by your personal one. For one repository only, swap ~/.claude/skills for .claude/skills. Claude Code docs ↗
The folder is the same in every client that implements the format — 46 of them — so if yours is not above, only the destination changes.
The skill
Source on GitHub ↗Reproduced in full from thatrebeccarae/claude-marketing/blob/a8a63ec1341f05ec9c1e9cb52b4edeb14e3bdcba/skills/programmatic-seo/SKILL.md, which is licensed MIT (skill frontmatter). 668 words, 14 headings.
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:
- Unique title tag — not just "[Entity] | Site Name"
- Unique meta description — entity-specific, not templated
- Unique introductory content — at least 2-3 sentences unique per page
- Unique data — entity-specific numbers, facts, or comparisons
- Internal links — contextual links to related pages and hub pages
- Schema markup — appropriate structured data per page type
Anti-Patterns (Google Will Penalize)
- Doorway pages — thin pages with no unique value, just keyword variations
- Duplicate content — same paragraph on every page with only entity name swapped
- No user value — page exists for search engines, not humans
- Orphaned pages — no internal links pointing to them
- Auto-generated gibberish — AI-generated content without quality review
Internal Linking Architecture
Hub-and-Spoke Model
Hub page: "[Category] Guide" (high authority)
└── Spoke 1: "[Entity A] in [Category]"
└── Spoke 2: "[Entity B] in [Category]"
└── Spoke 3: "[Entity C] in [Category]"
(Each spoke links back to hub and to 3-5 related spokes)
Cross-Linking Rules
- Every programmatic page links to its hub page
- Every programmatic page links to 3-5 related pages
- Hub pages link to top 10-20 programmatic pages
- Related pages are based on semantic similarity, not alphabetical
- Use descriptive anchor text (not "click here" or entity name only)
Technical Implementation
| Approach | Best For | Stack |
|---|---|---|
| Static Site Generation (SSG) | <10,000 pages, infrequent data updates | Next.js, Astro, Hugo |
| Incremental Static Regeneration (ISR) | 10,000-100,000 pages, periodic updates | Next.js |
| Server-Side Rendering (SSR) | Dynamic data, real-time pricing | Next.js, Nuxt |
| Database-driven CMS | Non-technical team needs to manage | WordPress + custom post types |
Indexation Management
- Generate XML sitemap with all programmatic pages
- Submit sitemap to Google Search Console
- Monitor Index Coverage report for errors
- Use
noindexon thin pages until they have sufficient content - Set crawl rate appropriately (avoid overwhelming your server)
- Monitor crawl budget usage via server logs
Integration with Other Skills
- technical-seo-audit — Audit programmatic page health (indexation, speed, schema)
- schema-markup-generator — Generate appropriate schema per page type
- aeo-geo-optimizer — Optimize programmatic pages for AI citation
- seo-content-writer — Enhance template content quality
Files bundled with it
These load only when the skill asks for them, so they cost nothing until it runs.
Other skills for the same job
Different authors, same problem. Matched on the words in the skill name, across every library in the catalogue except this one.
- programmatic-seo by coreyhaines31 · 45,947
- programmatic-seo by OpenClaudia · 664
- programmatic-seo-planner by edupegoretti · 0
- programmatic-seo-spy by edupegoretti · 0
- ai-seo by coreyhaines31 · 45,947
- seo-audit by coreyhaines31 · 45,947
- seo-ops by ericosiu · 3,449
- write-seo-geo-content by onvoyage-ai · 1,291
Need help setting it up?
This page tells you what programmatic-seo does and what it needs. Cheetah builds the agent setup it runs inside: data, CRM, sequencing and the guardrails.
Book a call →The directory stays free. There is nothing gated behind this.