<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
        https://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
    <!-- Home Page -->
    <url>
        <loc>https://ensoulee.com/</loc>
        <lastmod>2024-10-22</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Login Page -->
    <url>
        <loc>https://ensoulee.com/login</loc>
        <lastmod>2024-10-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- About Page -->
    <url>
        <loc>https://ensoulee.com/about</loc>
        <lastmod>2024-10-22</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Posts Page -->
    <url>
        <loc>https://ensoulee.com/posts</loc>
        <lastmod>2024-10-22</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- Add any other public pages you have -->
    <!-- Examples might include: -->
    <!--
    <url>
      <loc>https://your-domain.com/privacy-policy</loc>
      <lastmod>2024-10-22</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.5</priority>
    </url>

    <url>
      <loc>https://your-domain.com/terms-of-service</loc>
      <lastmod>2024-10-22</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.5</priority>
    </url>

    <url>
      <loc>https://your-domain.com/contact</loc>
      <lastmod>2024-10-22</lastmod>
      <changefreq>monthly</changefreq>
      <priority>0.6</priority>
    </url>
    -->
</urlset>