<?xml version="1.0" encoding="UTF-8"?>
<!-- Static routes only — /account/* and /admin/* are auth-gated (see
     robots.txt) and /product/:id is dynamic; revisit with a build-time
     Firestore fetch if the catalog grows large enough for per-product SEO
     to matter (see docs/superpowers's plan for this checklist pass). -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://eminent-technologies.web.app/</loc>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://eminent-technologies.web.app/catalog</loc>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://eminent-technologies.web.app/about</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://eminent-technologies.web.app/contact</loc>
    <priority>0.5</priority>
  </url>
  <url>
    <loc>https://eminent-technologies.web.app/returns</loc>
    <priority>0.3</priority>
  </url>
</urlset>
