seo-programmatic

Plan programmatic SEO page generation with template variables, URL patterns, and index safety rules.

Updated May 23, 2026
One-click install
npx skills add https://github.com/lugondev/claude-seo --skill seo-programmatic-lugondev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seo-programmatic
Source: https://github.com/lugondev/claude-seo/tree/main/skills/seo-programmatic
Command: npx skills add https://github.com/lugondev/claude-seo --skill seo-programmatic-lugondev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps prevent SEO failures when generating large numbers of programmatic pages by turning your data, templates, and URL rules into a validated, publish-ready plan with guardrails against thin content and index bloat.

Core Features & Use Cases

  • Template and block design for uniqueness: Defines where variables inject value, how conditional sections work, and how to avoid “mad-libs” page sameness.
  • URL pattern + slug strategy: Produces consistent, deduped, length-capped, lowercase hyphenated URL structures that match your site architecture.
  • Quality gates for thin content and scaled-content abuse: Enforces thresholds (word count, unique content %, sampling for human review) and blocks high-risk scenarios.
  • Internal linking and sitemap/index management: Plans hub/spoke linking, BreadcrumbList schema generation, canonical strategy, and sitemap splitting to reduce crawl issues.

Quick Start

Ask for a programmatic SEO plan by providing your URL pattern goal and data source description, then request the Skill to validate thin-content risk and recommend a safe batch rollout strategy.

Frequently Asked Questions about seo-programmatic

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent thin content when generating programmatic SEO pages?

To prevent thin content in programmatic SEO, enforce word-count thresholds, unique content percentages, and fail-fast batch rules that block high-risk page generation before publishing. Sampling for human review adds another layer of validation against scaled-content abuse.

What is the best way to structure URL slugs for scalable page generation?

The best way to structure URL slugs for scalable page generation is to produce consistent, deduped, length-capped, lowercase hyphenated patterns that match your site architecture. This ensures crawlability and prevents duplicate page issues across large datasets.

How do I avoid index bloat when publishing thousands of programmatic pages?

Avoid index bloat when publishing programmatic pages by implementing canonical strategies, sitemap splitting, and lastmod management. These controls reduce crawl issues and ensure search engines only index high-value, unique pages.

Can I automate internal linking for template-driven pages at scale?

Yes, you can automate internal linking for template-driven pages by planning hub and spoke linking structures and generating BreadcrumbList schema. This creates a connected architecture that distributes page authority efficiently across large datasets.

How do I safely batch generate 100k+ programmatic SEO pages?

Safely batch generate 100k+ programmatic SEO pages by using parallel worker pools with checkpoint and resume capabilities. Apply per-batch quality validation to enforce uniqueness thresholds and catch scaled-content errors before full deployment.