Agent skill · Data & Analytics

seo-programmatic

Programmatic SEO planning and analysis for pages generated at scale from data sources. Covers template engines, URL patterns, internal linking automation, thin content safeguards, and index bloat prevention. Use when user says "programmatic SEO", "pages at scale", "dynamic pages", "template pages", "generated pages", or "data-driven SEO".

Infrasity-Labsgithub.com/Infrasity-LabsGitHub ↗
claude-codeMIT
Install
npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-programmatic --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 9 KB
Bundled scripts: none
Path: .claude/skills/seo-programmatic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 97
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Programmatic SEO Analysis & Planning Build and audit SEO pages generated at scale from structured data sources. Enforces quality gates to prevent thin content penalties and index bloat. ## Data Source Assessment Evaluate the data powering programmatic pages: - **CSV/JSON files**: Row count, column uniqueness, missing values - **API endpoints**: Response structure, data freshness, rate limits - **Database queries**: Record count, field completeness, update frequency - Data quality checks: - Each record must have enough unique attributes to generate distinct content - Flag duplicate or near-duplicate records (>80% field overlap) - Verify data freshness; stale data produces stale pages ## Template Engine Planning Design templates that produce unique, valuable pages: - **Variable injection points**: Title, H1, body sections, meta description, schema - **Content blocks**: Static (shared across pages) vs dynamic (unique per page) - **Conditional logic**: Show/hide sections based on data availability - **Supplementary content**: Related items, contextual tips, user-generated content - Template review checklist: - Each page must read as a standalone, valuable resource - No "mad-libs" pat

What's inside
Steps it walks through
  1. Data Source Assessment
  2. Template Engine Planning
  3. URL Pattern Strategy
  4. Common Patterns
  5. URL Rules
  6. Internal Linking Automation
  7. Thin Content Safeguards
  8. Quality Gates
  9. Scaled Content Abuse: Enforcement Context (2025-2026)
  10. Safe Programmatic Pages (OK at scale)
  11. Penalty Risk (avoid at scale)
  12. Uniqueness Calculation
  13. Canonical Strategy
  14. Sitemap Integration
More from dev-gtm-claude-skills
All skills →
About this skill
What does the seo-programmatic skill do?

Programmatic SEO planning and analysis for pages generated at scale from data sources. Covers template engines, URL patterns, internal linking automation, thin content safeguards, and index bloat prevention. Use when user says "programmatic SEO", "pages at scale", "dynamic pages", "template pages", "generated pages", or "data-driven SEO".

How do I install it?

Run `npx skills add Infrasity-Labs/dev-gtm-claude-skills --skill seo-programmatic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Infrasity-Labs/dev-gtm-claude-skills, a repository with 97 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going