Problem
src/app/sitemap.ts:12,25 stamps every URL with lastModified: new Date(). Since every deploy claims every page changed, crawlers learn to ignore lastmod entirely — a wasted signal. Real dates are available:
- docs/changelog pages → latest changelog entry date
- city pages → newest
verified.on among that city's places
- static routes → omit lastModified rather than lie
Acceptance criteria
Problem
src/app/sitemap.ts:12,25stamps every URL withlastModified: new Date(). Since every deploy claims every page changed, crawlers learn to ignorelastmodentirely — a wasted signal. Real dates are available:verified.onamong that city's placesAcceptance criteria