<?xml version="1.0" encoding="UTF-8"?>
<!--
  Two URLs, because that is how many indexable pages exist: the marketing page
  and the privacy policy. The site's sections (#what, #savings, #faq) are
  anchors on the one page, not separate URLs, and listing them would ask Google
  to index the same document six times.

  /dashboard is deliberately absent - robots.txt disallows it and vercel.json
  sends X-Robots-Tag: noindex for it.

  Both entries use www: the apex 308-redirects there, and a sitemap should list
  the destination rather than the redirect.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.hpffurnaces.ca/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.hpffurnaces.ca/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
