programmatic-seo

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

Updated Apr 20, 2026
One-click install
npx skills add https://github.com/AmirEmad11/instabot --skill programmatic-seo-amiremad11
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: programmatic-seo
Source: https://github.com/AmirEmad11/instabot/tree/main/.local/secondary_skills/programmatic-seo
Command: npx skills add https://github.com/AmirEmad11/instabot --skill programmatic-seo-amiremad11

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Building hundreds or thousands of SEO landing pages by hand is impractical, and 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 - Playbook Selection: Proven patterns like integrations pages, comparison pages, location pages, glossaries, and data profiles, with real traffic examples from Zapier, Wise, and Tripadvisor. - Rendering Strategy Guidance: Decision trees for SPA vs SSR, plus implementation patterns for Express SSR, Next.js ISR/SSG, and Astro with correct cache headers and sitemap sharding. - Quality & Compliance Guardrails: Information gain testing, scaled content abuse avoidance, schema markup per page type, hreflang handling, and crawl budget management. - Use Case: A SaaS company wants to build 500 "[tool A] vs [tool B]" comparison pages. The Skill walks through validating keyword demand, sourcing genuinely differentiated data, building an ISR page generator in Next.js, and setting up sitemaps and internal linking. ## Quick Start Ask the agent to build a programmatic SEO page generator for your keyword pattern, for example: create comparison pages for the top 50 CRM tools using my product data.

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 repeating keyword pattern, validate search demand, and source data that genuinely differs per page. Then build a page generator using SSG, ISR, or SSR depending on page count and data freshness, with sitemaps and internal linking.

What rendering strategy should I use for programmatic SEO?

Use SSG for under 1,000 rarely-changing pages, ISR for 1,000-100,000 pages updated periodically, and SSR or short-cache ISR for live data like prices. Single-page apps must add server rendering since Googlebot does not execute client-side JavaScript.

Does programmatic SEO work with React or Vue single-page apps?

SPAs are invisible to Googlebot because it does not execute client-side JavaScript. You must add server-rendered routes, such as Express endpoints returning complete HTML, or migrate SEO pages to Next.js, Nuxt, or Astro.

Why do programmatic SEO pages fail to rank on Google?

Pages fail when they lack information gain, meaning they contain nothing the top results do not already offer. Google penalizes scaled content abuse: many similar pages with swapped variables and no unique data, regardless of whether AI wrote them.

How many pages can a single XML sitemap contain?

Google limits each sitemap file to 50,000 URLs. Larger sites must shard URLs across multiple sitemap files referenced by a sitemap index, prioritizing high-volume pages in the first sitemap since indexation at scale takes weeks or months.

When should I not use programmatic SEO?

Avoid it when you lack genuinely differentiated 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 or writing one-off posts need different approaches.