<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, static on purpose (#19).

  A per-film sitemap would mean a `/sitemap.xml` route reading the cached
  now-showing list, which makes it one more unauthenticated route spending a KV
  read per request — and by this repo's own rule (see `/health` in CLAUDE.md) that
  means adding it to the WAF rate limiting rule too. A sitemap buys discovery
  speed, not ranking, and every film page is one link away from /movies, so the
  crawler finds them regardless.

  Revisit if Search Console ever reports film pages as undiscovered.

  No `lastmod`, `changefreq` or `priority`: Google ignores the last two outright,
  and a hardcoded `lastmod` that stops being true is worse than none at all.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://tuachill.app/</loc>
	</url>
	<url>
		<loc>https://tuachill.app/movies</loc>
	</url>
</urlset>
