<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
  <!-- Static pages -->
  <url>
    <loc>https://beritainvestor.com/</loc>
    <changefreq>hourly</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://beritainvestor.com/ekonomi</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://beritainvestor.com/emiten</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  <url>
    <loc>https://beritainvestor.com/regulator</loc>
    <changefreq>hourly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- 
    IMPORTANT: For dynamic news articles, you need a server-side script 
    to generate this sitemap dynamically from your API.
    
    Contact your backend developer to create a /sitemap.xml endpoint that:
    1. Fetches all news articles from API
    2. Generates XML with each article URL
    
    Example entry for news articles:
    <url>
      <loc>https://beritainvestor.com/news/article-slug</loc>
      <lastmod>2024-01-15T10:30:00+07:00</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.8</priority>
      <news:news>
        <news:publication>
          <news:name>Berita Investor</news:name>
          <news:language>id</news:language>
        </news:publication>
        <news:publication_date>2024-01-15</news:publication_date>
        <news:title>Article Title Here</news:title>
      </news:news>
    </url>
  -->
</urlset>
