<?xml version="1.0" encoding="UTF-8"?>
<!--
  The public surface of mileminders.com. "/" (the landing page) and the two
  calculator pages are prerendered to static HTML — see web/src/routes/+page.ts,
  calculator/+page.ts and lease-mileage-calculator/+page.ts — so a crawler reads
  the real copy rather than whatever the SPA renders first. The two calculators
  are one component with different copy and a self-referencing canonical each
  (#143), so both belong here: listing only one would leave the other to be
  found by link-following alone, which is exactly the slow path a sitemap
  exists to avoid. The rest are the legal/contact pages the
  signup form links to. Everything else in the app, the dashboard included, is
  session-gated and renders client-side, so there is nothing for a crawler to
  index there.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://mileminders.com/</loc>
	</url>
	<url>
		<loc>https://mileminders.com/calculator</loc>
	</url>
	<url>
		<loc>https://mileminders.com/lease-mileage-calculator</loc>
	</url>
	<url>
		<loc>https://mileminders.com/privacy</loc>
	</url>
	<url>
		<loc>https://mileminders.com/terms</loc>
	</url>
	<url>
		<loc>https://mileminders.com/contact</loc>
	</url>
</urlset>
