<?xml version="1.0" encoding="UTF-8"?>
<!-- 
    SITEMAP XML
    This file communicates your site structure to Google and search engines for better indexing.

    CONFIGURATION INSTRUCTIONS:
    1. MANUAL UPDATE:
       You must replace 'https://www.yourwebsite.com' with your real domain in ALL <loc> lines.
       Ensure that sub-page paths (e.g., /courses.html, /resources.html)
       exactly match the filenames on your server.

    2. AUTOMATIC GENERATION (RECOMMENDED):
       Once your site is online and complete, you can ignore this manual file and
       generate an updated one automatically using free online tools 
       (e.g., search Google for "XML Sitemap Generator"). It is often the fastest and safest method.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <!-- CORE PAGES -->
    <url>
        <loc>https://www.yourwebsite.com/</loc>
        <lastmod>2026-02-07</lastmod>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    
    <!-- SECONDARY PAGES -->
    <url>
        <loc>https://www.yourwebsite.com/courses.html</loc>
        <lastmod>2026-02-07</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Resources -->
    <url>
        <loc>https://www.yourwebsite.com/resources.html</loc>
        <lastmod>2026-02-07</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    
    <!-- Staff -->
    <url>
        <loc>https://www.yourwebsite.com/staff.html</loc>
        <lastmod>2026-02-07</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Tour -->
    <url>
        <loc>https://www.yourwebsite.com/tour.html</loc>
        <lastmod>2026-02-07</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
    </url>
    
    <!-- Contact -->
    <url>
        <loc>https://www.yourwebsite.com/contact.html</loc>
        <lastmod>2026-02-07</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.6</priority>
    </url>
</urlset>
