<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    
    <!-- Home Page -->
    <url>
        <loc>http://localhost/squadhack/</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>daily</changefreq>
        <priority>1.0</priority>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost/squadhack/?lang=en"/>
        <xhtml:link rel="alternate" hreflang="ru" href="http://localhost/squadhack/?lang=ru"/>
    </url>
    
    <!-- Products Page -->
    <url>
        <loc>http://localhost/squadhack/products</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>weekly</changefreq>
        <priority>0.9</priority>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost/squadhack/products?lang=en"/>
        <xhtml:link rel="alternate" hreflang="ru" href="http://localhost/squadhack/products?lang=ru"/>
    </url>
    
    <!-- Login Page -->
    <url>
        <loc>http://localhost/squadhack/login</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost/squadhack/login?lang=en"/>
        <xhtml:link rel="alternate" hreflang="ru" href="http://localhost/squadhack/login?lang=ru"/>
    </url>
    
    <!-- Register Page -->
    <url>
        <loc>http://localhost/squadhack/register</loc>
        <lastmod><?php echo date('Y-m-d'); ?></lastmod>
        <changefreq>monthly</changefreq>
        <priority>0.7</priority>
        <xhtml:link rel="alternate" hreflang="en" href="http://localhost/squadhack/register?lang=en"/>
        <xhtml:link rel="alternate" hreflang="ru" href="http://localhost/squadhack/register?lang=ru"/>
    </url>
    
</urlset>
