<?xml version="1.0" encoding="UTF-8"?>
<!--
    sitemap.xml — Static fallback
    The LIVE sitemap is served by sitemap.php via .htaccess rewrite.
    This file exists as a static backup. Update lastmod dates manually
    whenever page content changes significantly.
    Submitted in Google Search Console as: https://acubens.in/online-exam/sitemap.xml
-->
<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
        http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">

    <!-- ── Homepage / Exam Portal ── -->
    <url>
        <loc>https://acubens.in/online-exam/</loc>
        <lastmod>2026-02-24</lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
    </url>

    <!-- ── About (highest local SEO value) ── -->
    <url>
        <loc>https://acubens.in/online-exam/about</loc>
        <lastmod>2026-02-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.9</priority>
    </url>

    <!-- ── How to Use ── -->
    <url>
        <loc>https://acubens.in/online-exam/instructions</loc>
        <lastmod>2026-02-24</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>

    <!-- ── Privacy Policy ── -->
    <url>
        <loc>https://acubens.in/online-exam/privacy-policy</loc>
        <lastmod>2026-02-24</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

    <!-- ── Terms and Conditions ── -->
    <url>
        <loc>https://acubens.in/online-exam/terms-conditions</loc>
        <lastmod>2026-02-24</lastmod>
        <changefreq>yearly</changefreq>
        <priority>0.4</priority>
    </url>

</urlset>
