<?xml version="1.0" encoding="UTF-8"?>
<!--
    The landing page is the only indexable route: /question/, /map/, /offer/ and /contact/ all
    redirect back here without a quote in state, so they have nothing to crawl.

    URLs are trailing-slashed to match `trailingSlash: true` in next.config.js, and mirror the
    canonical tags rendered from components/lib/config/seo.ts. __tests__/lib/config/seo.spec.ts
    fails if the two drift apart.
-->
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:xhtml="http://www.w3.org/1999/xhtml">
    <url>
        <loc>https://calculator.getsolar.ai/en-SG/</loc>
        <xhtml:link rel="alternate" hreflang="en-SG" href="https://calculator.getsolar.ai/en-SG/" />
        <xhtml:link rel="alternate" hreflang="en-MY" href="https://calculator.getsolar.ai/en-MY/" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://calculator.getsolar.ai/en-SG/" />
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
    <url>
        <loc>https://calculator.getsolar.ai/en-MY/</loc>
        <xhtml:link rel="alternate" hreflang="en-SG" href="https://calculator.getsolar.ai/en-SG/" />
        <xhtml:link rel="alternate" hreflang="en-MY" href="https://calculator.getsolar.ai/en-MY/" />
        <xhtml:link rel="alternate" hreflang="x-default" href="https://calculator.getsolar.ai/en-SG/" />
        <changefreq>monthly</changefreq>
        <priority>1.0</priority>
    </url>
</urlset>
