//         <script>
//         // Ensure we are strictly on the root homepage so we don't cause infinite loops
//         if (window.location.pathname === '/' || window.location.pathname === '') {
            
//             // Ping a free GeoIP service (ipapi.co allows up to 30,000 free checks per month)
//             fetch('https://ipapi.co/json/')
//                 .then(response => response.json())
//                 .then(data => {
//                     // Check if the visitor is in Canada
//                     if (data.country_code === 'CA') {
//                         // Use replace() so the user can still use their browser's back button properly
//                         window.location.replace('https://thearmourlab.com/ca/');
//                     }
//                 })
//                 .catch(error => console.log('GeoIP check failed, defaulting to US site.', error));
//         }
//         </script>
//         <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//thearmourlab.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://thearmourlab.com/post-sitemap.xml</loc>
		<lastmod>2026-08-22T00:37:23+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://thearmourlab.com/page-sitemap.xml</loc>
		<lastmod>2026-08-21T20:05:24+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->