<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained — there is no build step (see apps/site/CLAUDE.md).
  Add an entry whenever you add a page, and keep the hreflang pairs symmetric:
  every <url> in a language set must list ALL alternates including itself,
  or search engines discard the whole set.

  Hosts are mixed on purpose, matching each page's <link rel="canonical">:
  landing pages are canonical on their app subdomain, legal/support pages on
  the apex. That is legal in one sitemap because the same nginx serves every
  host and each host's /robots.txt points here.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- === apex landing (en/de) -->
  <url>
    <loc>https://likwest.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://likwest.com/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://likwest.com/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://likwest.com/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://likwest.com/de/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://likwest.com/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://likwest.com/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://likwest.com/"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- === Musaic Studio (en/de) -->
  <url>
    <loc>https://musaic.likwest.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://musaic.likwest.com/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://musaic.likwest.com/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://musaic.likwest.com/"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://musaic.likwest.com/de/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://musaic.likwest.com/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://musaic.likwest.com/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://musaic.likwest.com/"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- === IPTV Pano (en/de) -->
  <url>
    <loc>https://iptv-pano.likwest.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://iptv-pano.likwest.com/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://iptv-pano.likwest.com/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://iptv-pano.likwest.com/"/>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://iptv-pano.likwest.com/de/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://iptv-pano.likwest.com/"/>
    <xhtml:link rel="alternate" hreflang="de" href="https://iptv-pano.likwest.com/de/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://iptv-pano.likwest.com/"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- === Videcho (en only) -->
  <url>
    <loc>https://videcho.likwest.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- === legal + support (apex canonical) -->
  <url>
    <loc>https://likwest.com/musaic/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://likwest.com/musaic/support.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://likwest.com/videcho/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://likwest.com/videcho/support.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>
  <url>
    <loc>https://likwest.com/iptv-pano/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://likwest.com/iptv-pano/support.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

</urlset>
