programmatic-seo

Generates server-rendered SEO page templates at scale from structured data and keyword patterns.

Updated May 17, 2026
One-click install
npx skills add https://github.com/Amna-exe/EventFlow_App --skill programmatic-seo-amna-exe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: programmatic-seo
Source: https://github.com/Amna-exe/EventFlow_App/tree/main/Final-MAD-project-main-4zipzipzipzipzip-1-ite1zipzip/.local/secondary_skills/programmatic-seo
Command: npx skills add https://github.com/Amna-exe/EventFlow_App --skill programmatic-seo-amna-exe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building hundreds or thousands of SEO landing pages manually 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 can actually rank. ## Core Features & Use Cases - Page Generator Architecture: Implements SSR/SSG/ISR rendering strategies for Express, Next.js, and Astro, including shared HTML shells, sitemap sharding, and cache headers. - Quality & Strategy Guardrails: Enforces information-gain checks, search-intent matching, schema markup selection, internal linking architecture, and crawl budget management. - Use Case: A SaaS company wants to build a glossary of 200 industry terms plus "[tool A] vs [tool B]" comparison pages. The Skill helps design the data model, generate server-rendered pages with DefinedTerm schema, and set up sitemaps and hreflang for indexing. ## Quick Start Ask the agent to build a programmatic SEO page generator for your keyword pattern, providing your data source and target URL structure.

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, source genuinely differentiated data per page, then generate server-rendered pages using SSG, ISR, or SSR depending on page count and data freshness. Include unique content per page, internal linking, and XML sitemaps.

How to add SEO pages to a React SPA?

Client-side React routes are invisible to Googlebot, so SEO pages must be server-rendered. Add Express routes returning complete HTML strings with a shared shell, or migrate to Next.js, Nuxt, or Astro for built-in SSR/SSG support.

Does programmatic SEO risk Google penalties?

Yes, Google's scaled content abuse policy targets mass-produced pages without information gain, regardless of whether AI wrote them. Pages must contain unique data, original analysis, or first-hand experience that top-ranking results lack.

Should I use SSG, ISR, or SSR for SEO pages?

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 100,000+ pages or live data like prices and exchange rates.

Why are my programmatic pages not getting indexed?

Common causes include orphan pages not linked from the main site, client-side rendering invisible to crawlers, missing or oversized sitemaps, and crawl budget exhaustion from faceted URLs. Indexation at scale also naturally takes weeks to months.