Hey all, Sometimes I notice that an affiliate has managed to host the sales page for a clickbank product on his own website. Can anyone tell me how to do this? I guess theyre using it to get around Googles "one keyword, one url" policy when reviewing trademarked terms. I need to know how to do this so that my affiliate landing page does not appear to be a bridge page ( i really hate that term) and so both the landing page and the sales page will be on my website alone. Any advice or links to advice would be appreciated.
You could just use a hidden frame. In your domain.com create a domain.com/sales.html and insert the code <html> <head> <script>window.status = ' ';</script> <meta http-equiv="Content-Language" content="en-us"> <title>BLAH BLAH</title> <meta name="keywords" content="your keywords"> <meta name="description" content="your description"> </head> <frameset border="0" frameborder="0" marginleft="0" margintop="0" marginright="0" marginbottom="0" rows="100%,*"> <frame src="http://XXXXX.VENDDOR.hop.clickbank.net/" scrolling="auto" frameborder="no" border="0" noresize> <frame topmargin="0" marginwidth="0" scrolling="no" marginheight="0" frameborder="no" border="0" noresize> <noframes> <body> </body> </noframes> </frameset> </html> Code (markup):