<?xml version="1.0" encoding="UTF-8"?>
<!-- 
  We use URLs without trailing slashes because:
  1. AWS S3 and CloudFront serve static content without requiring trailing slashes
  2. This matches the actual URL structure visitors see in their browsers
  3. No redirects occur, providing optimal performance
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <url>
      <loc>https://sitesparq.com</loc>
      <lastmod>2024-11-13</lastmod>
      <changefreq>weekly</changefreq>
      <priority>1.0</priority>
   </url>
   <url>
      <loc>https://sitesparq.com/faq</loc>
      <lastmod>2024-11-13</lastmod>
      <changefreq>weekly</changefreq>
      <priority>0.8</priority>
   </url>   
   <url>
      <loc>https://sitesparq.com/terms</loc>
      <lastmod>2024-11-13</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
   </url>
   <url>
      <loc>https://sitesparq.com/privacy</loc>
      <lastmod>2024-11-13</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.7</priority>
   </url>
</urlset>