<?xml version="1.0" encoding="UTF-8"?>
<!--
  One URL, honestly.

  EDVO is a single-page app whose routing is held in React state, not in the
  path: every screen a family uses is still "/" as far as a server or a
  crawler is concerned. Listing invented paths here — /plans, /signin,
  /subjects — would be listing URLs that answer with the same HTML as the
  home page, which is duplicate content submitted deliberately, and the
  fastest way to teach Google to distrust this file.

  So it says what is true: there is one page, and here is when it last
  changed. When real server-rendered routes exist, they belong here, and not
  before.

  `lastmod` is maintained by hand. It is a hint rather than a promise, and a
  date that never moves is a weaker signal than no date at all — so if it
  drifts more than a month or two behind a real content change, update it.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://edvo.com.ng/</loc>
    <lastmod>2026-09-11</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
</urlset>
