| name | programmatic-seo |
| description | Use when building scale on long-tail keywords. Programmatic SEO = templated pages, one per keyword permutation.
|
Programmatic SEO
Programmatic SEO = template + data → thousands of pages. Each page targets a long-tail variant. Volume × low difficulty = traffic.
Use cases
- Location pages ('PSA submission in [city]')
- Year-based ('[Year] Topps card values')
- Player-based ('[Player] rookie card grading')
- Comparison ('[A] vs [B] grading comparison')
- How-to ('How to grade [card type]')
- Product variants ('[Set] [Year] graded card price')
Implementation pattern
- Identify scalable keyword template
- Source data for each variant (CSV, API, database)
- Build page template (HTML/MDX with variables)
- Generate pages at build time (SSG)
- Submit sitemap with all URLs
- Internal link from pillar / category pages
Quality safeguards
- Each page must have unique value (not just template fill-in)
- Include unique data per page (real comp data, real photos)
- Avoid thin content (each page >500 words minimum)
- Vary the template (don't make every page identical)
- Audit indexing: ensure Google indexes ratio of pages
Where this fits in the X3 empire
Strategy for CardPrepAI's player-by-player rookie pages and PSA pop pages.