<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two routes. A static sitemap is still lighter than pulling in
  @astrojs/sitemap for them; revisit if the route count keeps growing.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<url>
		<loc>https://codeforcesladders.web.app/</loc>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<!--
		  Trailing slash: Astro builds this route as analysis/index.html, so the
		  page's own canonical carries one. Dropping it here would list a URL
		  that 301s.
		-->
		<loc>https://codeforcesladders.web.app/analysis/</loc>
		<changefreq>monthly</changefreq>
		<priority>0.8</priority>
	</url>
</urlset>
