<?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: "/" shows an auth
	modal over an empty shell for unauthenticated visitors (see ProtectedRoute in
	client/src/__components/App.tsx) rather than rendering indexable content, and
	"/pools/*" is private user data behind auth.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://poolheroes.app/rules</loc>
	</url>
</urlset>
