<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two documents, one per language. Each entry lists both alternates, including
  itself, which is what the protocol asks for: a crawler that reaches either URL
  has to be able to find the other one without visiting it first.
-->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml"
>
  <url>
    <loc>https://www.bloopilot.com/</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bloopilot.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bloopilot.com/en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bloopilot.com/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.bloopilot.com/en</loc>
    <xhtml:link rel="alternate" hreflang="de" href="https://www.bloopilot.com/" />
    <xhtml:link rel="alternate" hreflang="en" href="https://www.bloopilot.com/en" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://www.bloopilot.com/" />
    <changefreq>weekly</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>
