How to create a redirect link


  1. Click on the arrow next to upload and select "Paste HTML"



  1. Copy & past the code below changing GOOGLE.COM to your redirect 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 & follow the normal process



Updated on: 06/11/2024

Was this article helpful?

Share your feedback

Cancel

Thank you!