<?xml version="1.0" encoding="UTF-8"?>
<!--
  Hand-maintained: the site is a handful of routes, so a build-time sitemap
  integration would be more machinery than it's worth. Add a <url> block when a
  route is added. URLs use the trailing-slash form the build actually serves
  (Astro's default `directory` output), matching <link rel="canonical">.
  Last updated 2026-08-12: added the North and West Vancouver pages.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://lumenandtrim.ca/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://lumenandtrim.ca/north-vancouver/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://lumenandtrim.ca/west-vancouver/</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://lumenandtrim.ca/privacy/</loc>
    <changefreq>yearly</changefreq>
    <priority>0.1</priority>
  </url>
</urlset>
