How to create a redirect link
Use Paste HTML with a short snippet to send visitors somewhere else.
- Click on the arrow next to Upload and select Paste HTML:

- Paste the code below, changing both instances of
GOOGLE.COMto 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>
- Click Next, then upload as normal.
Updated on: 03/09/2026
Thank you!
