<?xml version="1.0" encoding="UTF-8"?>
<!--
    sitemap.xml — OrgoNavigator
    A sitemap tells Google exactly what pages exist on your site and when they were last updated.
    For a single-page site this is minimal, but it ensures Google finds and re-crawls the page
    when you make changes.

    HOW TO USE:
    1. Upload this file to your web host at the root of orgonavigator.com
       (so it's accessible at https://orgonavigator.com/sitemap.xml)
    2. Submit it to Google Search Console (search.google.com/search-console)
       under Sitemaps → Add a new sitemap → paste the URL

    UPDATE: change the <lastmod> date any time you make a significant update to the site.
    UPDATE: replace orgonavigator.com with your actual domain if different.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://orgonavigator.com/</loc>
        <!-- UPDATE: change this date when you make significant content updates -->
        <lastmod>2026-03-09</lastmod>
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://orgonavigator.com/intake.html</loc>
        <!-- UPDATE: change this date when you make significant content updates -->
        <lastmod>2026-03-09</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>
</urlset>
