<?xml version="1.0" encoding="UTF-8"?>
<!--
	Domain is the production domain https://poolheroes.app (see docs/URLS.md).
	Only genuinely public, indexable pages are listed here. "/" is the public
	marketing Landing (a top-level route outside the auth-guarded AppLayout - see
	client/src/__components/App.tsx) and "/rules" is public too. Everything under
	"/pools/*" is private user data behind auth and stays out.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://poolheroes.app/</loc>
	</url>
	<url>
		<loc>https://poolheroes.app/rules</loc>
	</url>
</urlset>
