How to create a redirect link
- Click on the arrow next to upload and select Paste HTML:

- Copy and paste the code below changing
GOOGLE.COMto 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>
- Click Next, then upload and follow the normal process.
Updated on: 10/08/2026
Thank you!
