<?xml version="1.0" encoding="UTF-8"?>
<!--
  This is a static sitemap fallback.
  
  For the dynamic sitemap with all service and blog pages,
  access the backend endpoint: /sitemap
  
  In production, configure your web server to proxy /sitemap.xml 
  to your backend API's /sitemap endpoint for Google Search Console.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Homepage -->
  <url>
    <loc>https://vimtara.com/</loc>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Blog Listing -->
  <url>
    <loc>https://vimtara.com/resources/blog</loc>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Apply Now -->
  <url>
    <loc>https://vimtara.com/apply-now</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Get Quote -->
  <url>
    <loc>https://vimtara.com/get-quote</loc>
    <changefreq>weekly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <!-- Legal Pages -->
  <url>
    <loc>https://vimtara.com/terms</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://vimtara.com/privacy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
  <url>
    <loc>https://vimtara.com/refund-policy</loc>
    <changefreq>monthly</changefreq>
    <priority>0.3</priority>
  </url>
</urlset>
