<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
  
  <!-- Homepage -->
  <url>
    <loc>https://ctrframework.com/</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>1.0</priority>
  </url>
  
  <!-- Main Navigation Pages -->
  <url>
    <loc>https://ctrframework.com/framework.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <url>
    <loc>https://ctrframework.com/implementation-guide.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.9</priority>
  </url>
  
  <!-- Tools & Templates Section -->
  <url>
    <loc>https://ctrframework.com/examples/social-media.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>weekly</changefreq>
    <priority>0.8</priority>
  </url>
  
  <!-- Research -->
  <url>
    <loc>https://ctrframework.com/research.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <!-- Other Important Pages -->
  <url>
    <loc>https://ctrframework.com/origins.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <url>
    <loc>https://ctrframework.com/philosophy.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.6</priority>
  </url>
  
  <url>
    <loc>https://ctrframework.com/licensing.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>
  
  <url>
    <loc>https://ctrframework.com/faq.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>monthly</changefreq>
    <priority>0.7</priority>
  </url>
  
  <url>
    <loc>https://ctrframework.com/contact.php</loc>
    <lastmod>2025-11-08</lastmod>
    <changefreq>yearly</changefreq>
    <priority>0.5</priority>
  </url>

</urlset>
```

---

## 📝 Instructions:

1. **Create a new file** in your root directory called `sitemap.xml`
2. **Paste the XML above** into it
3. **Save the file**

---

## 🔍 Then Update robots.txt:

Make sure your `robots.txt` now says:
```
User-agent: *
Allow: /

Sitemap: https://ctrframework.com/sitemap.xml