<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
    <url>
        <loc>https://sciencefora.org/</loc> <!-- URL of the homepage -->
        <lastmod>2024-06-27</lastmod> <!-- Last modified date of the page -->
        <changefreq>weekly</changefreq> <!-- How often the page is likely to change -->
        <priority>1.0</priority> <!-- Priority of the page relative to other pages -->
    </url>
    <url>
        <loc>https://sciencefora.org/about</loc> <!-- URL of another page -->
        <lastmod>2024-06-25</lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.8</priority>
    </url>
    <url>
        <loc>https://sciencefora.org/products</loc>
        <lastmod>2024-06-26</lastmod>
        <changefreq>daily</changefreq>
        <priority>0.9</priority>
    </url>
    <!-- Add more URLs as needed -->
</urlset>
