<!-- thay yourdomain bằng domain sau này -->
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Trang chủ -->
  <url>
    <loc>https://yourdomain.com/</loc>
    <changefreq>monthly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Trang giới thiệu -->
  <url>
    <loc>https://yourdomain.com/about</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Trang sản phẩm -->
  <url>
    <loc>https://yourdomain.com/products</loc>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- Trang chi tiết sản phẩm (ví dụ) -->
  <url>
    <loc>https://yourdomain.com/products/plant1</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <url>
    <loc>https://yourdomain.com/products/plant2</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- Blog -->
  <url>
    <loc>https://yourdomain.com/blog</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- Trang liên hệ -->
  <url>
    <loc>https://yourdomain.com/contact</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <!-- 🛑 KHÔNG có /cms ở đây -->
</urlset>
