<?xml version="1.0" encoding="UTF-8"?>
<!--
	Every page on the site that is meant to be found, which is two of them.
	`/schedules` is deliberately absent: it is an unlinked legacy route and
	listing it here would be the one thing that drives traffic to it.

	A static file rather than a `+server.ts` route: nothing here is derived from
	data, a request or an environment — with two fixed URLs a route would be a
	server render per crawl that returns the same bytes this file already holds.
	It becomes a route the day the URL list stops being a constant. No `lastmod`
	for the same reason: a hardcoded date is a claim that goes stale silently,
	and an omitted one is simply no claim.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://abramcho.com/</loc>
	</url>
	<url>
		<loc>https://abramcho.com/train-memory</loc>
	</url>
</urlset>
