<?xml version="1.0" encoding="UTF-8"?>
<!-- One page, served in two languages from one URL. The alternates tell a
     crawler that ?lang=uk is the same page in Ukrainian rather than a
     duplicate of the English one. -->
<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/?lang=en" />
    <xhtml:link rel="alternate" hreflang="uk" href="https://lyricverse.app/?lang=uk" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://lyricverse.app/" />
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
