<?xml version="1.0" encoding="UTF-8"?>
<!--
  Static pages only. Entity pages (/entity/:id) are pulled live from
  Firestore and aren't listed here yet - that needs a small generation
  step (script that queries the entities collection and writes their
  URLs into this file, run on deploy or on a schedule) as a follow-up.
  Until then, entity pages can still be indexed via internal links from
  /members, just not via this sitemap.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://pointcreate.app/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://pointcreate.app/mainlist</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://pointcreate.app/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://pointcreate.app/systemic-components</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://pointcreate.app/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://pointcreate.app/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
