<?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.joylinese.com/</loc>
    <lastmod>2026-03-09</lastmod> <!-- 最后修改时间，格式：YYYY-MM-DD -->
    <changefreq>daily</changefreq> <!-- 更新频率：always/hourly/daily/weekly/monthly/yearly/never -->
    <priority>1.0</priority> <!-- 优先级：0.0-1.0，首页最高 -->
  </url>

  <!-- 关于我们页 -->
  <url>
    <loc>https://www.joylinese.com/AboutUs.html</loc>
    <lastmod>2026-03-05</lastmod>
    <changefreq>monthly</changefreq> <!-- 关于页很少更新，设为每月 -->
    <priority>0.9</priority>
  </url>

  <!-- 产品列表页 -->
  <url>
    <loc>https://www.joylinese.com/HomeConnector.html</loc>
    <lastmod>2026-03-08</lastmod>
    <changefreq>weekly</changefreq> <!-- 产品页每周更新 -->
    <priority>0.9</priority>
  </url>

  <!-- 应用案例（示例） -->
  <url>
    <loc>https://www.joylinese.com/ApplicationCases.html</loc>
    <lastmod>2026-03-07</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- 新闻资讯页 -->
  <url>
    <loc>https://www.joylinese.com/NewsInformation.html</loc>
    <lastmod>2026-03-09</lastmod>
    <changefreq>daily</changefreq> <!-- 新闻页每日更新 -->
    <priority>0.8</priority>
  </url>

  <!-- 联系我们页 -->
  <url>
    <loc>https://www.joylinese.com/ContactUs.html</loc>
    <lastmod>2026-02-28</lastmod>
    <changefreq>yearly</changefreq> <!-- 联系页几乎不更新 -->
    <priority>0.7</priority>
  </url>
  <!-- 在线留言 -->
  <url>
    <loc>https://www.joylinese.com/MessageBoard.html</loc>
    <lastmod>2026-02-28</lastmod>
    <changefreq>yearly</changefreq> <!-- 在线留言几乎不更新 -->
    <priority>0.7</priority>
  </url>
</urlset>