Audience
Built for devs and growth teams
Use Pagewell when marketing pages need to ship faster but still belong in the existing codebase.
Use case
The keywords are mapped. The missing part is still implementation: routes, reusable components, metadata, schema, canonicals, internal links, and sitemap behavior. Pagewell turns that handoff into an agent workflow with QA before merge.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
View product pageDirect answer
Generating SEO pages as code means turning keyword intent, page briefs, and site context into reviewable route changes inside a repository. Pagewell gives coding agents the product facts, design rules, page playbooks, metadata guidance, schema coverage, and QA gates needed before those routes are ready for review.
Audience
Use Pagewell when marketing pages need to ship faster but still belong in the existing codebase.
Workflow
The agent turns intent into a framework-neutral spec, then implements the page using the site adapter and existing components.
Safety
The generated page is checked for metadata, claims, schema, design consistency, genericness, and sitemap behavior.
The bottleneck
Every SEO page still needs a route, layout decision, metadata, schema, canonical URL, internal links, and discovery behavior. Pagewell turns that repeated handoff into an agent workflow with explicit gates.
The workflow
01 brief
The brief names the route, page type, keyword or audience, CTA, noindex decision, and constraints.
02 context
The agent gets product claims, prohibited claims, site conventions, route patterns, component patterns, and visual rules.
03 coverage
Direct answer, proof, examples, FAQs, and CTAs are coverage jobs, not canned section headings.
04 implementation
The agent follows the Astro, Next.js, Worker, static HTML, or custom conventions documented in PAGEWELL.md.
05 QA
Metadata, schema, claim support, internal links, crawlability, private page behavior, and genericness are checked before completion.
06 discovery
Indexable routes can be added to sitemap/robots/llms workflows while noindex/private routes stay excluded.
Concrete request
Use Pagewell to create a use-case page for:
route: /use-cases/generate-seo-pages-as-code
audience: developers and SEO teams
intent: explain how to generate SEO/GEO pages in a repo
CTA: install Pagewell
constraints:
- use PAGEWELL.md claims only
- reuse existing Astro components
- run QA and update discovery if indexable FAQ
Code-native generation keeps routes, metadata, components, schema, and discovery files in the same repo your team already reviews and deploys.
Pagewell uses PAGEWELL.md for product facts and page patterns, treats playbook sections as coverage rather than templates, and adds an anti-generic QA pass.
Yes. The Astro adapter tells the agent to follow file-based routes, layouts, components, metadata conventions, and static output patterns already present in the repo.
Install Pagewell
Install Pagewell and turn page briefs into reviewable routes with metadata, schema, internal links, discovery updates, and QA built in.
bunx skills add ReScienceLab/pagewell --skill pagewell Installs the Pagewell agent skill via skills.sh.
Read install docs