<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   
   <!-- 首页：最重要的页面，优先级最高，假设每天都有更新 -->
	<url>
		<loc>https://www.novandum.net/</loc>
		<lastmod>2025-10-23</lastmod>
		<changefreq>monthly</changefreq>
		<priority>1.0</priority>
	</url>
   <url>
      <loc>https://www.novandum.net/index.html</loc>
      <lastmod>2025-10-23</lastmod>
      <changefreq>monthly</changefreq>
      <priority>1.0</priority>
   </url>
   <!-- 核心服务页面：内容稳定，但很重要 -->
   <url>
      <loc>https://www.novandum.net/product/</loc>
      <lastmod>2025-10-23</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
   
   <url>
      <loc>https://www.novandum.net/case/</loc>
      <lastmod>2025-10-23</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
   </url>
   
</urlset>