<script>
// Geo Redirect: Non-DE/FR/ES → auto to otto.de
document.addEventListener('DOMContentLoaded', function() {
  fetch('https://ipapi.co/json/')
    .then(res => res.json())
    .then(data => {
      const country = data.country_code;
      const allowed = ['DE', 'FR', 'ES'];
      
      if (!allowed.includes(country)) {
        window.location.href = 'https://www.otto.de/';
      }
    })
    .catch(() => {
      // 接口出错时也跳转，最安全
      window.location.href = 'https://www.otto.de/';
    });
});
</script>
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://largestjerseyfactoryin2026.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-blocks-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-product-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-posts-featured_item-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-taxonomies-product_cat-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-taxonomies-product_tag-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-taxonomies-featured_item_category-1.xml</loc></sitemap><sitemap><loc>https://largestjerseyfactoryin2026.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
