<?xml version="1.0" encoding="UTF-8"?>
<!--
  SITE ADDRESS: every <loc> here must be an absolute URL on the live domain,
  and must match the <link rel="canonical"> in index.html exactly — including
  the trailing slash. A sitemap that lists a URL the canonical disagrees with
  is ignored. `python3 tools/set-domain.py https://your-domain` updates both.

  solution-reset.html is deliberately absent: it is an alternative treatment of
  the same copy, and listing it would compete with the home page.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">

  <url>
    <loc>https://traceyh.pages.dev/</loc>
    <lastmod>2026-08-09</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>

    <image:image>
      <image:loc>https://traceyh.pages.dev/assets/tracey.jpg</image:loc>
      <image:title>Tracey Halliday, Clinical Hypnotherapist</image:title>
    </image:image>
    <image:image>
      <image:loc>https://traceyh.pages.dev/assets/og-image.jpg</image:loc>
      <image:title>The Solution Reset — online clinical hypnotherapy with Tracey Halliday</image:title>
    </image:image>
  </url>

</urlset>
