programmatic-seo

Generate SEO-optimized pages at scale from templates and structured data.

Updated Jul 10, 2026
One-click install
npx skills add https://github.com/SaberAloui/agri-hub --skill programmatic-seo-saberaloui
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: programmatic-seo
Source: https://github.com/SaberAloui/agri-hub/tree/main/.local/secondary_skills/programmatic-seo
Command: npx skills add https://github.com/SaberAloui/agri-hub --skill programmatic-seo-saberaloui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building hundreds or thousands of SEO landing pages by hand is impractical, yet naive template generation produces thin content that Google penalizes. This Skill guides the creation of programmatic SEO page generators that produce unique, data-driven pages targeting keyword patterns at scale. ## Core Features & Use Cases - Proven Playbooks: Implements patterns like integrations pages, comparison pages, location pages, glossaries, and data profiles modeled on Zapier, Wise, and Tripadvisor. - Rendering Strategy Guidance: Detects SPA traps and provides SSR implementations for Express, Next.js ISR, and Astro so pages are actually crawlable by Googlebot. - Quality & Compliance Guardrails: Enforces information gain testing, schema markup per page type, 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 keyword pattern, design the data model, build an ISR page generator in Next.js, and set up sitemaps and schema. ## Quick Start Ask the agent to build a programmatic SEO page generator for your keyword pattern, for example comparison pages for your product category, and have it verify server-side rendering first.

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, validate search demand, and build a page generator that populates templates with genuinely different data per page. Use SSR or ISR rendering, add schema markup, and shard sitemaps for indexation.

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 via Express, Next.js, or Astro.

What is the difference between SSG, ISR, and SSR for SEO pages?▼

SSG pre-renders everything at build time and suits under 1,000 static pages. ISR pre-renders popular pages and generates the rest on demand with caching, fitting 1,000-100,000 pages. SSR suits live data like prices or exchange rates.

How do I avoid thin content penalties with programmatic SEO?▼

Ensure every page offers information gain over the current top results, using proprietary data, original analysis, or real reviews. If only one variable changes between pages, reduce the page count or choose a different playbook.

Should programmatic SEO pages use subfolders or subdomains?▼

Use subfolders such as yoursite.com/templates/page rather than subdomains, because subfolders consolidate domain authority. Subdomains are treated as separate sites, and query parameters are not reliably crawlable.

When should I not use programmatic SEO?▼

Avoid it for auditing existing SEO issues, writing single blog posts, or one-off competitive analysis. Also skip it when you lack genuinely differentiated data per page, since scaled near-duplicate content triggers spam penalties.