<?xml version="1.0" encoding="UTF-8"?>
<!--
  Every URL here must exist in src/App.tsx, and every router path must exist
  here. Re-checked 2026-08-29 against the router, both directions, after
  /terms and /support were deleted with their pages — they now fall through to
  the catch-all, and a stale <loc> would have pointed search engines at a 404.
  This file has drifted from the router twice before: /projects was removed
  with its page, and the four /services/* detail pages were added — this file
  had dropped the first but never gained the second, so a deploy would have
  hidden the four highest-intent, keyword-bearing pages on the site from
  search. The catch-all (path="*") is the one router entry with no URL here,
  by definition.

  The /services/* pages carry priority 0.8: they are what an SEO or web-build
  buyer actually searches for, so they rank above /about and level with /contact.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://scalarmarketing.net/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/services</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/services/websites</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/services/chatbots</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/services/seo-email</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/services/hosting</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://scalarmarketing.net/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.2</priority>
  </url>
</urlset>
