<?xml version="1.0" encoding="UTF-8"?>
<!--
  sitemap.xml for bodhaka.org

  Place at site root:  https://bodhaka.org/sitemap.xml
  Also referenced from /robots.txt

  Notes:
  - <lastmod> is in ISO-8601 (W3C Datetime). Update it whenever the
    page content changes; Google uses it as a freshness signal.
  - Only include URLs that return HTTP 200. Listing a URL that 404s
    can hurt crawl trust. Comment out or remove the entries below
    until those routes are live.
  - <priority> and <changefreq> are weak signals to modern Google,
    but Bing and others still read them.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage — the only URL guaranteed to exist today -->
  <url>
    <loc>https://bodhaka.org/</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
    <xhtml:link rel="alternate" hreflang="en-IN" href="https://bodhaka.org/" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bodhaka.org/" />
  </url>

  <!-- Products page (target sitelink) -->
  <url>
    <loc>https://bodhaka.org/products</loc>
    <lastmod>2026-06-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en-IN" href="https://bodhaka.org/products" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bodhaka.org/products" />
  </url>

  <!-- For Educators page (target sitelink) -->
  <url>
    <loc>https://bodhaka.org/for-educators</loc>
    <lastmod>2026-06-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en-IN" href="https://bodhaka.org/for-educators" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bodhaka.org/for-educators" />
  </url>

  <!-- Pricing page (target sitelink) -->
  <url>
    <loc>https://bodhaka.org/pricing</loc>
    <lastmod>2026-06-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
    <xhtml:link rel="alternate" hreflang="en-IN" href="https://bodhaka.org/pricing" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bodhaka.org/pricing" />
  </url>

  <!-- About page (target sitelink) -->
  <url>
    <loc>https://bodhaka.org/about</loc>
    <lastmod>2026-06-05</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
    <xhtml:link rel="alternate" hreflang="en-IN" href="https://bodhaka.org/about" />
    <xhtml:link rel="alternate" hreflang="x-default" href="https://bodhaka.org/about" />
  </url>

  <!--
    NOTE on the "Start for Free" sitelink:
    That link points to https://learning.bodhaka.org which is a
    different SUBDOMAIN. Sitemaps should only list URLs from the
    same host as their location, so it does not belong here. If you
    want learning.bodhaka.org indexed too, host a separate sitemap
    at https://learning.bodhaka.org/sitemap.xml and submit it to
    Search Console as its own property.
  -->

  <!--
  <url>
    <loc>https://bodhaka.org/changelog</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.4</priority>
  </url>

  <url>
    <loc>https://bodhaka.org/privacy-policy</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://bodhaka.org/terms-of-service</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://bodhaka.org/copyright-policy</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>

  <url>
    <loc>https://bodhaka.org/cookie-policy</loc>
    <lastmod>2026-05-27</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.3</priority>
  </url>
  -->

</urlset>
