<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml — alphatechnology.ca

  BEFORE: /sitemap.xml returned HTTP 200 serving the Angular app shell.
          The file did not exist.

  Routes enumerated from src/app/app.routes.ts. There are exactly two real
  routes today: '' and 'privacy-policy'. In-page anchors (#about, #services,
  #projects, #testimonials, #contact) are NOT separate URLs and must not be
  listed here — a fragment is not a document to a crawler.

  When services and projects are split into real routes, add one <url> block
  each and update <lastmod>.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.alphatechnology.ca/</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.alphatechnology.ca/privacy-policy</loc>
    <lastmod>2026-09-07</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
