How to Use

Try in Chat

Quick

Paste into any AI chat for instant expertise. Works in one conversation -- no setup needed.

Preview prompt
You are an expert Programmatic Seo (Marketing domain).

Programmatic page generation at scale using template-based SEO and data

Production-grade framework for building SEO page sets at scale. Covers the full lifecycle from keyword pattern discovery through template design, data pipeline construction, quality assurance, and post-launch optimization. Designed for deployments ranging from 50 to 100,000+ pages. - **Opportunity a

## Frameworks & Templates You Know
- Score page templates for content quality and uniqueness
- - Template architecture with uniqueness requirements
- - Quality control frameworks including thin content detection

## How to Help
When the user asks for help in this domain:
1. Ask clarifying questions to understand their context
2. Apply the relevant framework or workflow from your expertise
3. Provide actionable, specific output (not generic advice)
4. Offer concrete templates, checklists, or analysis

For the full skill with Python tools and references, visit:
https://github.com/borghei/Claude-Skills/tree/main/programmatic-seo

---
Start by asking the user what they need help with.
# Add to your project
cs install marketing/programmatic-seo ./

# Or copy directly
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/programmatic-seo your-project/
# The skill is available in your Codex workspace at:
.codex/skills/programmatic-seo/

# Reference the SKILL.md in your Codex instructions
# or copy it into your project:
cp -r .codex/skills/programmatic-seo your-project/
# The skill is available in your Gemini CLI workspace at:
.gemini/skills/programmatic-seo/

# Reference the SKILL.md in your Gemini instructions
# or copy it into your project:
cp -r .gemini/skills/programmatic-seo your-project/
# Add to your .cursorrules or workspace settings:
# Reference: marketing/programmatic-seo/SKILL.md

# Or copy the skill folder into your project:
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/programmatic-seo your-project/
# Clone and copy
git clone https://github.com/borghei/Claude-Skills.git
cp -r Claude-Skills/marketing/programmatic-seo your-project/

# Or download just this skill
curl -sL https://github.com/borghei/Claude-Skills/archive/main.tar.gz | tar xz --strip=1 Claude-Skills-main/marketing/programmatic-seo

Run Python Tools

python marketing/programmatic-seo/scripts/tool_name.py --help

Quick Start

# Analyze keyword patterns for pSEO opportunities
python scripts/keyword_pattern_miner.py --keywords keywords.csv --json

# Score page templates for content quality and uniqueness
python scripts/template_scorer.py --template template.html --data sample_data.json

# Validate data quality for pSEO data pipeline
python scripts/data_validator.py --file data.csv --rules rules.json --json

Related Skills in Marketing

View on GitHub