<?xml version="1.0" encoding="UTF-8"?>

<!--
  ╔══════════════════════════════════════════════════════════════╗
  ║              OAKBONES SITEMAP — MAINTENANCE CHECKLIST        ║
  ╠══════════════════════════════════════════════════════════════╣
  ║  When making changes to this app, review the following:      ║
  ║                                                              ║
  ║  □ New page added?                                           ║
  ║      → Add a new <url> entry below                           ║
  ║      → Set <priority> based on importance (0.1–1.0)          ║
  ║      → Update <lastmod> to today's date (YYYY-MM-DD)         ║
  ║                                                              ║
  ║  □ Page removed or renamed?                                  ║
  ║      → Remove or update the corresponding <url> entry        ║
  ║                                                              ║
  ║  □ Significant content update on an existing page?           ║
  ║      → Update <lastmod> for that page to today's date        ║
  ║                                                              ║
  ║  □ Domain changed?                                           ║
  ║      → Find & replace the base URL throughout this file      ║
  ║      → Update canonical tags in index.html if present        ║
  ║                                                              ║
  ║  Current pages:                                              ║
  ║    /          → Home (investor landing page)                 ║
  ║    /about     → About Oakbones                               ║
  ║    /contact   → Contact                                      ║
  ╚══════════════════════════════════════════════════════════════╝
-->

<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

  <url>
    <loc>https://oakbonesdevelopment.com/</loc>
    <lastmod>2026-07-02</lastmod>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <url>
    <loc>https://oakbonesdevelopment.com/about</loc>
    <lastmod>2026-07-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.7</priority>
  </url>

  <url>
    <loc>https://oakbonesdevelopment.com/contact</loc>
    <lastmod>2026-07-02</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.6</priority>
  </url>

</urlset>
