Skip to content

FE-183 Add a sitemap.xml route for public-facing pages #303

@BigBen-7

Description

@BigBen-7

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.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.
  • Sitemap is referenced in robots.txt.

Metadata

Metadata

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions