{TametheBots}

Test to see if search engines and crawlers can follow the history.pushState() api

            <script>
            history.pushState({}, '', './pushed/state.html');
            </script>

< Back