You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
There is no sitemap, which limits search engine indexing. Add a dynamic sitemap using Next.js App Router's sitemap.ts convention that includes all public event URLs.
Acceptance Criteria
A route at /sitemap.xml returns a valid XML sitemap.
Sitemap includes static routes (home, events, contact, privacy, terms).
Sitemap dynamically includes all active public event URLs.
Track
Frontend
Difficulty
Trivial
Description
There is no sitemap, which limits search engine indexing. Add a dynamic sitemap using Next.js App Router's
sitemap.tsconvention that includes all public event URLs.Acceptance Criteria
/sitemap.xmlreturns a valid XML sitemap.robots.txt.