<?xml version="1.0" encoding="UTF-8"?>
<!--
  News Sitemap - Google News Optimization
  Reference: https://developers.google.com/search/docs/crawling-indexing/sitemaps/news-sitemap
  
  Important Notes:
  - News sitemaps are for news articles published in the last 2 days
  - Only include articles from the past 2 days
  - Update this file regularly or automate it
  - News content should have <news:publication_date> within 2 days
  
  For static news page, use the general sitemap instead
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">

  <!-- News Archive Page -->
  <url>
    <loc>https://fjnewyifa.com/Blog-News/index.html</loc>
    <lastmod>2026-04-23T08:00:00+08:00</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

  <!-- Note: Add individual news article URLs here when published
       Example format for news articles:
       <url>
         <loc>https://fjnewyifa.com/Blog-News/article-slug.html</loc>
         <news:news>
           <news:publication>
             <news:publication_name>New Yifa Group</news:publication_name>
             <news:publication_language>en</news:publication_language>
           </news:publication>
           <news:publication_date>2026-04-23</news:publication_date>
           <news:title>Your News Article Title</news:title>
         </news:news>
       </url>
  -->

</urlset>
