// sitemap.xml


<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  <url>
    <loc>https://elevateup.co.za/</loc>
    <lastmod>2024-08-13</lastmod>
    <changefreq>daily</changefreq>
    <priority>1.0</priority>
  </url>
  <url>
    <loc>https://elevateup.co.za/blog</loc>
    <lastmod>2024-08-13</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  <!-- Add more URLs for each blog post -->
  <url>
    <loc>https://elevateup.co.za/blog/importance-of-tutoring</loc>
    <lastmod>2024-08-13</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  <!-- ... other blog posts ... -->
</urlset>