<?xml version="1.0" encoding="UTF-8"?>
<!--
  Five pages, all served as clean paths. The .html forms redirect to these, so
  a crawler that finds /privacy.html still consolidates onto /privacy — never
  list both, or the redirect target competes with its own source.

  The two language versions carry xhtml:link alternates. Declaring the pair in
  the sitemap as well as in each page's <head> is the belt-and-braces Google
  asks for: a page reachable only through the sitemap still gets its partner,
  and every version must name itself in the set or the whole cluster is
  ignored — which is why "en" appears inside the "en" entry too.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
  <url>
    <loc>https://coraplanner.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://coraplanner.com/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://coraplanner.com/uk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://coraplanner.com/"/>
    <lastmod>2026-09-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://coraplanner.com/uk/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://coraplanner.com/"/>
    <xhtml:link rel="alternate" hreflang="uk" href="https://coraplanner.com/uk/"/>
    <xhtml:link rel="alternate" hreflang="x-default" href="https://coraplanner.com/"/>
    <lastmod>2026-09-07</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://coraplanner.com/support</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://coraplanner.com/privacy</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://coraplanner.com/terms</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://coraplanner.com/data-deletion</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
