How to Website Redirect to another site ?

SEO Help and Tips

How to Website Redirect to another site ?

Here is the easy way to redirect any website to another one site by code:

Head Section:
'' <link rel="canonical" href="your site address/primary-page"/> ''


Body Section:
<h2>Redirect to a Webpage</h2>
<p>The replace() method replaces the current document with a new one:</p>

<button onclick="myFunction()">Replace document</button>

<script>
function myFunction() {
  location.replace("Targated website address")
}
</script>



Comments

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?

Popular posts from this blog

How to fix SSL Certificate Issues?

How to Fix Website Mixed Content Issues?

How to Fix Mobile Responsiveness Issues?