No More Landing Pages

jaycewarrior

Senior Member
Joined
Jun 28, 2017
Messages
917
Reaction score
503
Hi Guys
So Many people have a probleme with the Prelanding page
i have a solution for it its simple and easy

1-Create new file
2-Past the HTML code below in the file
HTML:
<HTML>

<HEAD>
<TITLE>Redirect...</TITLE>
<META HTTP-EQUIV="refresh" CONTENT="5;URL=http://mywebsite.com/">
</HEAD>

<BODY>

Redirect To (your offer)...
Your browser should automatically take you there in 5 seconds. If it doesn't plase go to http://mywebsite.com/

</BODY>

</HTML>
3-Replace "mywebsite.com" with your cpa or what ever link you want
4-Then save the file as"index.html"
5-upload index to your cp
6-Here is it ready to go ,

You can change the background and colors if you want but this required some CSS
 
But whats the point googlenwon't rank this specific domain,, redirects are not that prohibited! This mightbwork for parasites, ads, or other clickbates, not legal business
Thanks anyway would suits someones need for sure!
 
But whats the point googlenwon't rank this specific domain,, redirects are not that prohibited! This mightbwork for parasites, ads, or other clickbates, not legal business
Thanks anyway would suits someones need for sure!
this for people who use instagram + cpa like ogads,cpagrip... not for ranking , Thanks for your feedback
 
Whats the point on waiting 5 seconds?
HTML:
<html>
<head>
  <title>Redirect...</title>
  <meta http-equiv="refresh" content="0; URL=https://offer.com/">
</head>
<body></body>
</html>

Or even better

PHP:
<?php
    header("Location: http://href.li/?https://offer.com");
    die();
?>

If you use href.li, you hide the original referrer. You can also do this by yourself but let's keep it basic here.
 
Whats the point on waiting 5 seconds?
HTML:
<html>
<head>
  <title>Redirect...</title>
  <meta http-equiv="refresh" content="0; URL=https://offer.com/">
</head>
<body></body>
</html>

Or even better

PHP:
<?php
    header("Location: http://href.li/?https://offer.com");
    die();
?>

If you use href.li, you hide the original referrer. You can also do this by yourself but let's keep it basic here.
i prefere the 5 seconde wait , cause give the traffic idea that this website is secure
Thanks mate this will come useful as soon I figure it out how and where to apply this.
enjoy it mate !
Can you tell me why you need prelanding page when working with ogads?
because if you put the ogads landing page in your instagram bio this will get you banned
 
Instagram can track all type of redirects including this. It doesn't work if you plan on scaling by using this for ig+CPA. So I would recommend not to risk it. Anyone who had prior experience with ig+CPA will tell you the same
 
i prefere the 5 seconde wait , cause give the traffic idea that this website is secure

enjoy it mate !

because if you put the ogads landing page in your instagram bio this will get you banned
OK. Thank you. Now I understand the promoting method.
 
Back
Top