File: frontend/app/sitemap.ts (new)
Task: Add a Next.js sitemap.ts listing the static routes that already exist: /, /about, /benefits, /community, /faq, /features, /waitlist, /search. Do not attempt to enumerate dynamic pool pages.
Acceptance: /sitemap.xml renders in dev and contains those eight URLs.
This is a good first issue — self-contained and independent of every other open issue. Comment to be assigned before starting. Please open one PR per issue.
File:
frontend/app/sitemap.ts(new)Task: Add a Next.js
sitemap.tslisting the static routes that already exist:/,/about,/benefits,/community,/faq,/features,/waitlist,/search. Do not attempt to enumerate dynamic pool pages.Acceptance:
/sitemap.xmlrenders in dev and contains those eight URLs.This is a good first issue — self-contained and independent of every other open issue. Comment to be assigned before starting. Please open one PR per issue.