Ini Script lama yang sebenarnya dilarang oleh google, dan juga oleh adsense, gitu….
Gunanya adalah untuk mencegah user kembali ke SERP, ketika klik tombol back, maka akan langsung redirect ke url target, taruh di dalam head ya
<script language=’Javascript’>(function(window, location) {history.replaceState(null, document.title, location.pathname+”#!/history”);history.pushState(null, document.title, location.pathname);window.addEventListener(“popstate”, function() {if(location.hash === “#!/history”) {history.replaceState(null, document.title, location.pathname);setTimeout(function(){location.replace(“https://domainblogmu.com/“);},0);}}, false);}(window, location));</script>