<?xml version="1.0" encoding="UTF-8"?>
<!--
  The site is a single page; language is a query parameter (?lang=en) rather
  than a separate route, so there are exactly two URLs. Each entry declares the
  other as its hreflang alternate, which is what tells search engines these are
  translations of one page rather than duplicates of it.

  If routes are ever added (per-dog pages being the obvious candidate), this
  file has to grow with them — nothing generates it automatically.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://poodles.lt/</loc>
    <xhtml:link rel="alternate" hreflang="lt" href="https://poodles.lt/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://poodles.lt/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://poodles.lt/"/>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://poodles.lt/?lang=en</loc>
    <xhtml:link rel="alternate" hreflang="lt" href="https://poodles.lt/"/>
    <xhtml:link rel="alternate" hreflang="en" href="https://poodles.lt/?lang=en"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://poodles.lt/"/>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
</urlset>
