<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">

    <!-- Home Page -->
    <url>
        <loc>https://matecumatei.com/</loc>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- Courses Pages -->
    <url>
        <loc>https://matecumatei.com/courses</loc>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/courses/new</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/courses/edit</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Authentication Pages -->
    <url>
        <loc>https://matecumatei.com/signUp</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/logIn</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/recover-password</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/reset-password</loc>
        <changefreq>monthly</changefreq>
        <priority>0.5</priority>
    </url>

    <!-- Contact Page -->
    <url>
        <loc>https://matecumatei.com/contact</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- User Pages -->
    <url>
        <loc>https://matecumatei.com/users/edit</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/users</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Cart and Checkout Pages -->
    <url>
        <loc>https://matecumatei.com/cart</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/custom-checkout</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/success</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/canceled</loc>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Legal Pages -->
    <url>
        <loc>https://matecumatei.com/privacy-policy</loc>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/terms-of-use</loc>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/faqs</loc>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- About Us Page -->
    <url>
        <loc>https://matecumatei.com/about-us</loc>
        <changefreq>yearly</changefreq>
        <priority>0.7</priority>
    </url>

    <!-- Exams Pages -->
    <url>
        <loc>https://matecumatei.com/exams/new</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <!-- Add more URLs for /exams/:typeOfExam -->

    <!-- Coupons Page -->
    <url>
        <loc>https://matecumatei.com/coupons/new</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>

    <!-- Blog Pages -->
    <url>
        <loc>https://matecumatei.com/blog</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://matecumatei.com/blog/new</loc>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
    <!-- Add more URLs for /blog/details/:post_id/:populated -->

    <!-- 404 Page -->
    <url>
        <loc>https://matecumatei.com/*</loc>
        <changefreq>never</changefreq>
        <priority>0.1</priority>
    </url>

</urlset>
