<?xml version="1.0" encoding="UTF-8"?>
<!-- Removed XSL stylesheet reference as it's not necessary for search engines -->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
    <!-- Homepage -->
    <url>
        <loc>https://sarswatituts.pages.dev/</loc>
        <lastmod>2025-05-27</lastmod> <!-- Updated to current date -->
        <changefreq>weekly</changefreq> <!-- Kept as weekly for homepage -->
        <priority>1.00</priority> <!-- Highest priority for homepage -->
        <image:image>
            <image:loc>https://sarswatituts.pages.dev/img/og-image.jpg</image:loc>
            <image:title>Saraswati Tutorials Classes Logo</image:title>
        </image:image>
    </url>
    <!-- Thank You Page -->
    <url>
        <loc>https://sarswatituts.pages.dev/thank-you.html</loc>
        <lastmod>2025-05-27</lastmod> <!-- Updated to current date -->
        <changefreq>monthly</changefreq> <!-- Changed to monthly as it might be updated with new content -->
        <priority>0.50</priority> <!-- Kept as is, low priority -->
        <image:image>
            <image:loc>https://sarswatituts.pages.dev/img/og-image.jpg</image:loc>
            <image:title>Saraswati Tutorials Classes Logo</image:title>
        </image:image>
    </url>
    <!-- Cookie Policy Page -->
    <url>
        <loc>https://sarswatituts.pages.dev/cookie-policy.html</loc>
        <lastmod>2025-05-27</lastmod> <!-- Updated to current date -->
        <changefreq>monthly</changefreq> <!-- Changed to monthly due to potential policy updates -->
        <priority>0.70</priority> <!-- Slightly increased priority as it's a key legal page -->
        <image:image>
            <image:loc>https://sarswatituts.pages.dev/img/og-image.jpg</image:loc>
            <image:title>Saraswati Tutorials Classes Logo</image:title>
        </image:image>
    </url>
    <!-- Privacy Policy Page -->
    <url>
        <loc>https://sarswatituts.pages.dev/privacy-policy.html</loc>
        <lastmod>2025-05-27</lastmod> <!-- Updated to current date -->
        <changefreq>monthly</changefreq> <!-- Changed to monthly due to potential legal updates -->
        <priority>0.70</priority> <!-- Slightly increased priority as it's a key legal page -->
        <image:image>
            <image:loc>https://sarswatituts.pages.dev/img/og-image.jpg</image:loc>
            <image:title>Saraswati Tutorials Classes Logo</image:title>
        </image:image>
    </url>
</urlset>