<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.qcira,fyi/sitemap.xml">
    <url>
        <loc>https://qcira.fyi/</loc>
        <changefreq>weekly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://qcira.fyi/register</loc>
        <changefreq>weekly</changefreq>
        <priority>0.8</priority>
    </url>
    <!-- Add more URLs here -->
</urlset>

<!-- FROM CHRIS
So basically from my understanding we can use a static sitemap since angular 
is a Single Page Application - our website will never really get that big so 
as long as the robots can see teh main couple pages I think we will be ok 
--> 