Hello
Put this code on your page
search your page over google,visit it and press the "back" button.PHP Code:
<script type="text/javascript">
history.pushState(null, null, document.URL);
window.addEventListener('popstate', function () {
history.pushState(null, null, document.URL);
});
</script>
what is happening ?