<?xml version="1.0" encoding="UTF-8"?>
<!--
  Regions are query-string state (?loc=wa, ?loc=qld, ?loc=national), and every
  one of them canonicalises to https://techsignal.au/. They are deliberately NOT
  listed here.

  Listing ?loc=qld while the page it serves declares a different canonical tells
  Google two contradictory things: the sitemap says index this URL, the canonical
  says index that other one instead. The result is a duplicate-content problem we
  created ourselves, not a second page that ranks.

  Giving a region its own indexable URL means giving it a real page — its own
  title, description, canonical and areaServed schema at /qld/ — and that is only
  worth building once the region has enough events that the page is not thin
  content. Until then a region is a view of this page, and this page is what gets
  indexed.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://techsignal.au/</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://techsignal.au/about</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://techsignal.au/contact</loc>
    <lastmod>2026-08-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
