<?xml version="1.0" encoding="UTF-8"?>
<!-- One page, served in two languages from one file.

     Each language gets its own <url>, and every one of them repeats the whole
     set of alternates *including itself*. That repetition looks redundant and
     is not: a group where one member fails to list the others is discarded
     whole, and the Ukrainian page then competes with the English one instead
     of being understood as the same page in another language.

     No <lastmod>: it is only a signal while it is true, and a date written by
     hand here would start rotting the day after it was typed. <changefreq> and
     <priority> are gone for a simpler reason — Google ignores both. -->
<urlset
  xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
  xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://lyricverse.app/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://lyricverse.app/" />
    <xhtml:link rel="alternate" hreflang="uk" href="https://lyricverse.app/?lang=uk" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lyricverse.app/" />
  </url>
  <url>
    <loc>https://lyricverse.app/?lang=uk</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://lyricverse.app/" />
    <xhtml:link rel="alternate" hreflang="uk" href="https://lyricverse.app/?lang=uk" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lyricverse.app/" />
  </url>
</urlset>
