<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://www.example.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://www.example.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.example.com/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  <url>
    <loc>https://www.example.com/reset-password</loc>
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
    <url>
    <loc>https://www.example.com/new-arrivals</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.example.com/collection</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
    <url>
    <loc>https://www.example.com/wishlist</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.example.com/profile</loc>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
    <url>
    <loc>https://www.example.com/messages</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://www.example.com/community</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>
</urlset>