<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <!-- Update [DOMAIN NAME] with your actual domain -->
  <!-- Update [LAST MODIFIED] with current date in YYYY-MM-DD format -->
  
  <!-- Homepage -->
  <url>
    <loc>https://[DOMAIN NAME]/</loc>
    <lastmod>[LAST MODIFIED]</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Blog Index -->
  <url>
    <loc>https://[DOMAIN NAME]/blog/</loc>
    <lastmod>[LAST MODIFIED]</lastmod>
    <changefreq>daily</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Blog Posts -->
  <url>
    <loc>https://[DOMAIN NAME]/blog/posts/understanding-general-liability-insurance.html</loc>
    <lastmod>[LAST MODIFIED]</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://[DOMAIN NAME]/blog/posts/workers-compensation-requirements-guide.html</loc>
    <lastmod>[LAST MODIFIED]</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://[DOMAIN NAME]/blog/posts/professional-vs-general-liability-insurance.html</loc>
    <lastmod>[LAST MODIFIED]</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Add additional URLs as you create more content -->
</urlset>