<?xml version="1.0" encoding="UTF-8"?>
<!--
  Comfy Budgets — comfybudgets.com

  Hand-maintained: the site is four pages and has no build step, so there is
  nothing generating this. Add a <url> entry whenever a page is added, and
  refresh <lastmod> when a page's content meaningfully changes.

  Note the TRAILING SLASHES. Netlify serves these as directory indexes and
  301-redirects /contact -> /contact/, so the slashless form is not the
  canonical URL and listing it here would report as "Page with redirect"
  in Search Console. Keep sitemap URLs, canonical tags, and internal links
  on the trailing-slash form.

  Deliberately excluded:
    /thanks        contact-form success page — no value as a search result
    /__forms.html  hidden Netlify form definitions (noindex, never linked)
    /design-handoff/*  design source; netlify.toml 404s it
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://comfybudgets.com/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://comfybudgets.com/contact/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://comfybudgets.com/privacy/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://comfybudgets.com/terms/</loc>
    <lastmod>2026-07-28</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
