<?xml version="1.0" encoding="UTF-8"?>
<!--
	NTPL-135 item 5. Before this file, /sitemap.xml matched no route on disk,
	fell through the SPA deep-link fallback, and came back as index.html with a
	200 — a sitemap that looked fine to every status check and was HTML.

	Only genuinely public, indexable pages belong here. The console, the auth
	pages and the admin surfaces are reachable but are not pages a search
	engine should send strangers to. `src/sitemap.test.ts` fails if an entry
	stops being a route, or if a private surface turns up in the list.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://nthplus.io/</loc>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://nthplus.io/inquire</loc>
		<changefreq>monthly</changefreq>
		<priority>0.8</priority>
	</url>
</urlset>
