<?xml version="1.0" encoding="UTF-8"?>
<!--
	Published, indexable routes only. HAND-WRITTEN ON PURPOSE (#148).

	Generating this from the published CMS slugs was the obvious move and is the
	wrong one: a page's `status` in the CMS says its content is ready to render,
	which is not the same as a decision to announce it. /services is published
	CMS content today and is deliberately absent here, held back with /book
	until the offering and the booking flow are ready (#37). Generating the list
	would put it in the index, which is the decision #36 was opened to reverse
	after #28 made it by accident.

	So the two stay separate: publishing a page in /admin/pages makes it render
	at its URL with no code change, and announcing it is a separate edit here
	and in robots.txt. Adding a page is not a code change; advertising one is.

	Four routes prerender but are deliberately unannounced: /info-and-goals and
	/session-prep are intake forms, and /services and /book are finished pages
	(the booking UI is additionally gated behind BookingOverlayService's
	`?booking` flag). All four are reachable by direct URL by design and all
	four are disallowed in robots.txt, so none belong here.

	Paths carry the trailing slash the host redirects to.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://ember-tree.com/</loc>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://ember-tree.com/about-us/</loc>
		<changefreq>monthly</changefreq>
		<priority>0.8</priority>
	</url>
</urlset>
