Programmatic SEO Architect Prompt Template
Design a scalable programmatic SEO system for Next.js covering architecture, dynamic routing, metadata, structured data, sitemaps, and content safeguards for 100–10,000 pages.
Last updated
The prompt
Replace every [BRACKETED] placeholder with your own details before running it.
How this prompt is structured
Output format
8-section technical audit and implementation plan with TypeScript code examples throughout
Why this template works
Breaking the problem into 8 explicit areas prevents the AI from giving a superficial overview. Requiring production-quality TypeScript code rather than pseudocode is the difference between a useful architectural plan and a theoretical one.
Pro tips
Paste your current app/[slug]/page.tsx file and ask the AI to refactor it as part of the response — applied examples beat abstract advice
Include your current Google Search Console performance screenshot description — it helps the AI prioritise which of the 8 areas to focus on
Run this prompt once for the architecture, then use separate coding prompts for each individual section's implementation
Add 'my content comes from [Notion/Airtable/Postgres]' to CONTEXT — the data source affects the rendering strategy recommendation significantly
Need this tailored to you?
Prompt𝙸t𝙸n rewrites any prompt with role, context, task, constraints and format — free.
More coding templates
Code Review
Get a comprehensive AI code review covering bugs, performance issues, security vulnerabilities, best practice violations, and refactoring opportunities with specific line references.
View →Debug an Error
Diagnose any code error with a structured breakdown: root cause analysis, step-by-step fix, and prevention strategies for the future.
View →Explain Code Simply
Translate complex code into plain English with line-by-line explanations, real-world analogies, and edge-case analysis for any skill level.
View →Write Unit Tests
Generate thorough unit test suites covering happy paths, edge cases, and error scenarios. Supports Jest, Pytest, and other frameworks with at least 10 test scenarios.
View →Related reading