        <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:\/\/saraantonioli.com";
                }
            }
        </script>
        <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://saraantonioli.com/wp-sitemap.xsl" ?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><url><loc>https://saraantonioli.com/author/admin18/</loc></url><url><loc>https://saraantonioli.com/author/pietro/</loc></url></urlset>
