<?xml version="1.0" encoding="UTF-8"?>
<!--
  ════════════════════════════════════════════════════════════
  sitemap.xml — Revision Plus
  ════════════════════════════════════════════════════════════
  A sitemap tells Google which pages exist on your site and
  how often they change. This dramatically speeds up indexing.

  SETUP STEPS:
  1. Update every <loc> URL to match your actual live URLs.
  2. Update <lastmod> dates whenever you make major changes.
  3. Upload this file to your site root:
     https://revisionplus.in/sitemap.xml
  4. Submit to Google Search Console:
     https://search.google.com/search-console
     → Sitemaps → Paste URL → Submit

  CHANGE: Update <lastmod> to today's date in YYYY-MM-DD format
          after each significant content update.

  <priority> scale: 1.0 = highest, 0.1 = lowest
  <changefreq> options: always, hourly, daily, weekly, monthly, yearly, never
  ════════════════════════════════════════════════════════════
-->
<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 ────────────────────────────────────────────
       Priority 1.0 = most important page on the site.
       CHANGE: <loc> to your actual domain. <lastmod> to today. -->
  <url>
    <loc>https://revisionplus.in/</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>

  <!-- ── Privacy Policy ──────────────────────────────────────
       CHANGE: <lastmod> whenever you update the privacy policy. -->
  <url>
    <loc>https://revisionplus.in/privacy-policy.html</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!-- ── Terms & Conditions ──────────────────────────────────
       CHANGE: <lastmod> whenever you update the terms. -->
  <url>
    <loc>https://revisionplus.in/terms.html</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.4</priority>
  </url>

  <!--
  ════════════════════════════════════════════════════════════
  FUTURE PAGES — Uncomment and fill in when you add them:
  ════════════════════════════════════════════════════════════

  Example: Subject-specific landing pages (great for SEO)
  <url>
    <loc>https://revisionplus.in/tet-child-development-pedagogy</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://revisionplus.in/ctet-sample-papers</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://revisionplus.in/mahatet-practice-questions</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>

  <url>
    <loc>https://revisionplus.in/blog</loc>
    <lastmod>2026-05-23</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.7</priority>
  </url>
  ════════════════════════════════════════════════════════════
  -->

</urlset>
