<?xml version="1.0" encoding="UTF-8"?>
<!--
  Main-site sitemap — the declared search surface, and ONLY that.

  Generated from `src/app/seo/seoConfig.ts` INDEXABLE_PAGES and pinned to it by
  `seoIndexability.test.ts`: adding a page to that list without adding it here
  (or vice versa) fails CI. The blog is deliberately absent — it is a separately
  built Astro island with its own sitemap-index, and robots.txt names both.

  No `lastmod`: a stale or invented date is worse than none, and nothing in this
  build knows when these pages genuinely last changed. No `priority`/
  `changefreq` — Google ignores both.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url><loc>https://techmalak.com/</loc></url>
  <url><loc>https://techmalak.com/help/about</loc></url>
  <url><loc>https://techmalak.com/help/privacy</loc></url>
  <url><loc>https://techmalak.com/help/terms</loc></url>
</urlset>
