Highlights
SEO baseline
- Chunked sitemap (
/sitemap/static.xml+/sitemap/nostr.xml) androbots.ts - Dynamic Open Graph images per hackathon and per project (
next/og) - Structured data: Organization, Event, SoftwareApplication, BreadcrumbList
- Google Tag Manager wired (production-only)
cacheComponents: trueenabled; Nostr submissions now render server-side vialib/nostrCache.tswith stale-while-revalidate cachingPOST /api/revalidate-nostrfor on-demand cache invalidation- Canonical URLs, viewport export, SR-only h1 on home,
noindexon/dashboard/*and/projects/[pubkey]/*
Bunker / signing
- Dual NIP-44 / NIP-04 transport with mobile deep-link
Deployment notes
- Set
REVALIDATE_SECRETin your environment before deploying. - After deploy, register the site in Google Search Console and submit both sitemap chunks.
Full Changelog: v0.1.0...v0.3.0