<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://nightlyfutures.com/</loc>
    <lastmod>2023-10-27</lastmod> {/* Replace with the actual last modification date of your main content */}
    <changefreq>weekly</changefreq> {/* Or monthly, depending on how often you update major content */}
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://nightlyfutures.com/terms-of-service</loc>
    <lastmod>2023-10-27</lastmod> {/* Replace with the actual last modification date of your terms page */}
    <changefreq>monthly</changefreq>
    <priority>0.5</priority>
  </url>
  {/* Add other important URLs if your site structure expands */}
</urlset> 