<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Homepage -->
  <url>
    <loc>https://physicswiththaruka.com/</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- LMS Login -->
  <url>
    <loc>https://physicswiththaruka.com/lms/login</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Add more pages here -->
  <!-- LMS Dashboard (if public) -->
  <url>
    <loc>https://physicswiththaruka.com/lms/dashboard</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- WordPress Blog (if you have one) -->
  <url>
    <loc>https://physicswiththaruka.com/blog</loc>
    <lastmod>2025-01-15</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>

</urlset>
```

**Important fields:**
- `<loc>` - The full URL of the page
- `<lastmod>` - Last modified date (YYYY-MM-DD format)
- `<changefreq>` - How often it changes (always, hourly, daily, weekly, monthly, yearly, never)
- `<priority>` - Importance (0.0 to 1.0, homepage usually 1.0)

---

### Option 2: Use WordPress Sitemap (Since you have WordPress)

WordPress has a built-in sitemap feature (since WordPress 5.5). Your sitemap should be automatically available at:
```
https://physicswiththaruka.com/wp-sitemap.xml