Вот мой кейс:
window.addEventListener('popstate', function(e) { console.log('CH', location.href) })
history.pushState({}, '', '/test/')
history.pushState({}, '', '/test/2/')
history.back()
CH <noindex><a href="http://pyha.ru/test/" rel="nofollow">http://pyha.ru/test/</a></noindex>
history.forward()
CH <noindex><a href="http://pyha.ru/test/2/" rel="nofollow">http://pyha.ru/test/2/</a></noindex>
history.pushState({}, '', '/test/3/')
https://smappi.org/ - платформа по созданию API на все случаи жизни