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

  Lists the five public marketing routes that are intended to be indexed
  (index, follow). All authenticated surfaces (auth, doctor portal, admin
  console, hospital hub) and the public referee-check token portal are marked
  noindex,nofollow at runtime by the <PageMeta> component and are intentionally
  omitted here.

  SEO CAVEAT — HashRouter: this app renders routes from the URL fragment
  (e.g. https://locumnetwork.com.au/#/about). Crawlers generally do not treat
  fragment paths as distinct URLs, so today only the root URL is reliably
  crawlable; the per-route entries below are the canonical targets once a
  pre-rendering / SSR layer is added. Update <loc> values if the canonical
  domain changes.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://locumnetwork.com.au/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://locumnetwork.com.au/#/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  <url>
    <loc>https://locumnetwork.com.au/#/doctors</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://locumnetwork.com.au/#/hospitals</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://locumnetwork.com.au/#/contact</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
</urlset>
