How To Host Affiliate Sales Page on Your Own Site

Discussion in 'ClickBank' started by LazyMarketer, Jan 2, 2010.

  1. #1
    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.
     
    LazyMarketer, Jan 2, 2010 IP
  2. webtester01

    webtester01 Peon

    Messages:
    284
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    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):
     
    webtester01, Jan 3, 2010 IP
  3. LazyMarketer

    LazyMarketer Member

    Messages:
    79
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    Hey thanks!

    That worked perfectly!!
     
    LazyMarketer, Jan 3, 2010 IP