<?xml version="1.0" encoding="UTF-8"?>
<!--
  Inert until the domain flip. A sitemap's URLs must be absolute and on the host that serves
  it, so these name centreos.com.au (the settled home) rather than the preview. Nothing reads
  it at /wow/sitemap.xml, and submitting it to Search Console is checklist item P1, which is
  gated on the domain resolving to the site.

  thanks.html, found.html and 404.html are deliberately absent: a post-submission page, an
  easter egg and an error page do not belong in a search index.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://centreos.com.au/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://centreos.com.au/privacy.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://centreos.com.au/terms.html</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
