<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — Tree of Life Healthcare
  Helps Google and other search engines discover and index all pages.

  For a single-page site, one <url> entry is all that's needed.
  If new pages are added later (e.g. /services, /about, /contact),
  add a new <url> block for each one below.

  Update <lastmod> whenever significant content changes are made.
  Update <loc> if the domain ever changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
          http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Homepage / Single-page site -->
  <url>
    <loc>https://www.treeoflifehealthcare.ca/</loc>
    <lastmod>2026-07-01</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Thank You page — noindex but included for completeness -->
  <!-- Note: Google will not index this page due to noindex meta tag -->

</urlset>
