Skip to content

Other Pages#

Pages that don't fit into the other categories.

Simple Redirect Page#

This is the most simple but working redirect page.

You can host this page for free on Netlify.

You could use this redirect page - for example - on domains that you are owning but currently not actively using. (im order to forward any traffic to your active blog/website)

Another use-case would be to use this self-hosted page in any scenario that forbids using the final URL. (affiliate links on social media platforms)

This is the complete, raw code for the website:

<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="refresh" content="0; url='https://timikels.com'" />
  </head>
  <body>
    <p>Please follow <a href="https://timikels.com">this link</a>.</p>
  </body>
</html>

The visitor gets redirected immediately.

All you'd have to edit/change in order to use this page is this:

Replace 'https://timikels.com' in both(!) places with your own link.

That's it.

You can find another redirect ("auto-forwarding") page within the thank you pages.

Simple Access & Download Links/Buttons Sharing Page#

You can use this page as a "linktree" alternative or to deliver really any kind of content, like your lead magnets or additional affiliate offers.

To download and use the page yourself, simply right-click on the link above, then select "save as index.html".

Upload and edit the file according to the tutorial.

If you have any questions or run into issues, please get in touch with me via the helpdesk.

Matt Bacak Style Email Landing Page#

Matt Bacak - well known email marketer in our niche - has a certain style of pages he uses continuously as "bridge or landing pages" within his emails.

So instead of sending his subscribers to an affiliate offers, he'd send them to this type of page first.

He's simply link to this page in his emails.

You can find the "Matt Bacak"-style landing page here

If you need further help editing and using this page, simply hit me up within the Secret Affiliate Insider.

Thank you!

Simple/Basic Video Landing Page#

You can use this type of "video landing page" for basically any promotion...

The format of this page:

  • pre-headline
  • headline
  • video
  • CTA/Button

Simple Video Lander

To use this page:

  • Simply right-click on that page, download it ("save as...")
  • edit the text & links, change the video URL
  • upload it to Netlify

... and you're good to go!

If you need further help editing and using this page, simply hit me up within the Secret Affiliate Insider.

Thank you!