<?xml version="1.0" encoding="UTF-8"?>
<!--
  IMPORTANT NOTE — HashRouter & SEO
  ─────────────────────────────────
  This site uses React HashRouter, so all pages live at the single URL
  https://www.ethiovibe.com.et/ — Google indexes that one page and follows
  the JSON-LD + meta tags in index.html.

  Hash-fragment URLs (e.g. /#/about) are NOT crawled by search engines.
  The entries below use the canonical root URL intentionally.

  To gain per-page SEO, migrate to BrowserRouter + PHP rewrite rules
  (all requests → index.html) at a future date.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

  <!-- Single canonical entry — HashRouter means all routes share one URL -->
  <url>
    <loc>https://www.ethiovibe.com.et/</loc>
    <lastmod>2026-06-06</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

</urlset>
