<?xml version="1.0" encoding="UTF-8"?>
<!--
	Only indexable pages belong here. The legal and status routes all carry
	<meta name="robots" content="noindex">, and listing a noindex URL in a
	sitemap is a contradiction search engines report as an error, so the home
	page in each locale is the whole set. Check the built HTML before adding a
	route: dist/<route>.html must not have a noindex robots meta.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
	xmlns:xhtml="http://www.w3.org/1999/xhtml">
	<url>
		<loc>https://gradepad.io/</loc>
		<xhtml:link rel="alternate" hreflang="de" href="https://gradepad.io/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://gradepad.io/en" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://gradepad.io/" />
		<lastmod>2026-08-18</lastmod>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
	<url>
		<loc>https://gradepad.io/en</loc>
		<xhtml:link rel="alternate" hreflang="de" href="https://gradepad.io/" />
		<xhtml:link rel="alternate" hreflang="en" href="https://gradepad.io/en" />
		<xhtml:link rel="alternate" hreflang="x-default" href="https://gradepad.io/" />
		<lastmod>2026-08-18</lastmod>
		<changefreq>monthly</changefreq>
		<priority>0.9</priority>
	</url>
</urlset>
