<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written: two URLs do not justify a build-time integration. Each entry
  lists every locale including itself, which is what Google requires for
  reciprocal hreflang.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://applyme.dev/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://applyme.dev/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://applyme.dev/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://applyme.dev/"/>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://applyme.dev/de/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://applyme.dev/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://applyme.dev/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://applyme.dev/"/>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
