<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">

  <!-- Homepage -->
  <url>
    <loc>https://withplanner.com/</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://withplanner.com/" />
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://plannote.cn/" />
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- Templates Page -->
  <url>
    <loc>https://withplanner.com/templates</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://withplanner.com/templates" />
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://plannote.cn/templates" />
    <changefreq>daily</changefreq>
    <priority>0.9</priority>
  </url>

  <!-- VIP Page -->
  <url>
    <loc>https://withplanner.com/vip</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://withplanner.com/vip" />
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://plannote.cn/vip" />
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Login Page -->
  <url>
    <loc>https://withplanner.com/login</loc>
    <xhtml:link rel="alternate" hreflang="en" href="https://withplanner.com/login" />
    <xhtml:link rel="alternate" hreflang="zh-CN" href="https://plannote.cn/login" />
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>

  <!--
    注意: 这是一个基础的 sitemap.xml 文件。
    建议使用 @nuxtjs/sitemap 模块自动生成完整的 sitemap，
    包含所有产品页面和动态路由。

    安装方法:
    npm install @nuxtjs/sitemap

    在 nuxt.config.js 中配置:
    modules: [
      '@nuxtjs/sitemap'
    ],
    sitemap: {
      hostname: 'https://withplanner.com',
      gzip: true,
      routes: async () => {
        // 从 API 获取所有产品 URL
      }
    }
  -->

</urlset>
