<?xml version="1.0" encoding="UTF-8"?>
<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">

  <!-- 首页 - 最高优先级 -->
  <url>
    <loc>https://www.chanstock.com/</loc>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- 市场页面 - 高优先级，每日更新 -->
  <url>
    <loc>https://www.chanstock.com/market</loc>
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- 定价页面 - 高优先级 -->
  <url>
    <loc>https://www.chanstock.com/pricing</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 帮助中心 -->
  <url>
    <loc>https://www.chanstock.com/help</loc>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>

  <!-- 用户注册和登录 -->
  <url>
    <loc>https://www.chanstock.com/register</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <url>
    <loc>https://www.chanstock.com/login</loc>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>

  <!-- 法律文档 - 低优先级，很少更新 -->
  <url>
    <loc>https://www.chanstock.com/privacy</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

  <url>
    <loc>https://www.chanstock.com/terms</loc>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
