How to create a redirect link

Use Paste HTML with a short snippet to send visitors somewhere else.


  1. Click on the arrow next to Upload and select Paste HTML:

  1. Paste the code below, changing both instances of GOOGLE.COM to your destination.
<!DOCTYPE html>
<html>
<head>
<script>window.location = 'https://GOOGLE.COM'</script>
</head>
<body>
<p>Please follow <a href="https://GOOGLE.COM">this link</a>.</p>
</body>
</html>
  1. Click Next, then upload as normal.


The link in the body is a fallback for anyone whose browser blocks the automatic redirect. Change both, or some visitors will end up at Google.

Updated on: 03/09/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!