programmatic-seo

Generate server-rendered SEO landing pages at scale from templates and structured data.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building hundreds or thousands of SEO landing pages by hand is impractical, and naive template-swapping produces thin content that Google penalizes. This Skill guides the creation of programmatic SEO page generators that produce unique, data-driven pages which actually rank. ## Core Features & Use Cases - Rendering strategy guidance: Detects SPA traps and prescribes SSR patterns (Express HTML routes, Next.js ISR/SSG, Astro) so pages are crawlable by Googlebot. - Proven playbooks: Provides URL patterns and data requirements for integrations, comparisons, locations, glossaries, and data-profile page sets modeled on Zapier, Wise, and Tripadvisor. - Quality safeguards: Enforces information-gain testing, schema markup selection, hreflang handling, sitemap sharding, and crawl budget management. - Use Case: A SaaS company wants 500 "[tool A] vs [tool B]" comparison pages. The Skill helps validate the data source, build an Express SSR generator with a shared HTML shell, add comparison schema, and shard sitemaps for indexation. ## Quick Start Ask the agent to build a programmatic SEO page generator for your keyword pattern, starting with a rendering-strategy check and a small 10-20 page pilot set.

Frequently Asked Questions about programmatic-seo

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

FAQPage Schema
How do I build programmatic SEO pages at scale?▼

Identify a repeatable keyword pattern, secure a data source that genuinely varies per page, then build a server-rendered generator using Express SSR routes, Next.js ISR, or Astro. Start with 10-20 high-quality pages, validate indexation, then scale what works.

Why are my React SPA pages not indexed by Google?▼

Googlebot fetches raw HTML and does not reliably execute client-side JavaScript, so SPA routes render as an empty root div. Verify with curl, and move SEO pages to server-rendered routes such as Express HTML endpoints or Next.js SSR.

Should programmatic SEO pages use SSG, ISR, or SSR?▼

Use SSG for under 1,000 rarely-changing pages, ISR for 1,000-100,000 pages updated daily or weekly, and SSR or short-cache ISR for live data like prices or exchange rates. ISR is the common sweet spot for large page sets.

What is thin content in programmatic SEO?▼

Thin content occurs when pages differ only by a swapped variable with identical boilerplate, offering no information gain over existing results. Google's scaled content abuse policy penalizes this pattern regardless of whether AI or humans wrote it.

How many URLs can one sitemap file contain?▼

Google limits each sitemap file to 50,000 URLs. Shard larger sets into multiple sitemap files referenced by a sitemap index, and generate them server-side from the database for ISR or SSR sites.

When should I not use programmatic SEO?▼

Avoid it when you lack genuinely different data per page variation, when your site has no topical authority in the subject, or when a single editorial page would serve the intent better. Auditing existing SEO issues and writing one-off posts need different approaches.