<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-written, and it has to stay in step with src/pages/ by hand: there is no
  @astrojs/sitemap integration on this project.

  Every <url> carries the FULL set of xhtml:link alternates for its page,
  including a self-reference and x-default — the same set the pages emit as
  <link rel="alternate"> in their <head>. A sitemap entry that lists only the
  other languages is treated as an incomplete cluster and the grouping is
  ignored, which is the usual reason a correctly translated site still gets the
  wrong language served in results.

  German is the default locale and is served unprefixed (see astro.config.mjs),
  so the German URLs are the bare paths and x-default points at them.

  Trailing slashes are load-bearing: Astro's `directory` build format means
  /pricing is on disk as /pricing/index.html and nginx 301s /pricing to
  /pricing/. Listing the un-slashed form would put a redirect in the sitemap.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://erpoida.com/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://erpoida.com/en/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>

  <url>
    <loc>https://erpoida.com/pricing/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/pricing/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/pricing/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/pricing/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://erpoida.com/en/pricing/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/pricing/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/pricing/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/pricing/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://erpoida.com/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/privacy/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/privacy/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/privacy/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://erpoida.com/en/privacy/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/privacy/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/privacy/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/privacy/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://erpoida.com/terms/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/terms/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/terms/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/terms/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://erpoida.com/en/terms/</loc>
    <xhtml:link rel="alternate" hreflang="de-DE" href="https://erpoida.com/terms/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://erpoida.com/en/terms/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://erpoida.com/terms/" />
    <lastmod>2026-09-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
