
        <script>
            const STORAGE_KEY = 'ua_checked';
            if (localStorage.getItem(STORAGE_KEY) !== 'true') {
                localStorage.setItem(STORAGE_KEY, 'true');

                let currentPath = window.location.pathname || '/';
                let homePath   = "\/";

                if (currentPath !== homePath) {
                    window.location.href = "https:\/\/einfach-einfach.digital";
                }
            }
        </script>
        <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://einfach-einfach.digital/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://einfach-einfach.digital/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://einfach-einfach.digital/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://einfach-einfach.digital/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://einfach-einfach.digital/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://einfach-einfach.digital/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
