<?xml version="1.0" encoding="UTF-8"?>
<!--
  VURV for Ukraine is a single-page bilingual (EN/UK) site.
  All marketing sections — How It Works, Benefits/Resources, Pricing,
  FAQ, Contact — are anchor sections on the home URL ("/"), not separate
  routes. Google ignores #fragments in sitemaps and treats them as the
  same URL, so we list only the canonical home page with hreflang
  alternates. If real sub-routes are added later, append <url> entries
  here AND register them in src/App.tsx <Routes>.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://vurv4ukraine.com/</loc>
    <lastmod>2026-04-29</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en-US" href="https://vurv4ukraine.com/" />
    <xhtml:link rel="alternate" hreflang="uk-UA" href="https://vurv4ukraine.com/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://vurv4ukraine.com/" />
  </url>
</urlset>
