HTML Redirect of Hoplinks

Discussion in 'ClickBank' started by bl4ckmaN^, Mar 4, 2008.

  1. #1
    I got a site on blogger, and I want to hide my Clickbank hoplinks.
    I want to use html redirect method. What do you think about it? Is someone using it? I found out that search engines don't like html redirects, and I want to know is it going to affect the site, where this redirect is?

    BTW, this is code if someone's interested

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <html>
    <head>
    <title>Your Page Title</title>
    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD>
    <BODY>
    Optional page text here.
    </BODY>
    </HTML>
     
    bl4ckmaN^, Mar 4, 2008 IP
  2. emon878

    emon878 Active Member

    Messages:
    551
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #2
    you have to put rel="nofollow"

    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com" rel="nofollow">

    This is so the search engines won't crawl your link therefore they won't know about your redirects.
     
    emon878, Mar 4, 2008 IP
  3. want444

    want444 Peon

    Messages:
    86
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks! :) good info
     
    want444, Mar 4, 2008 IP
  4. himanuzo

    himanuzo Well-Known Member

    Messages:
    2,462
    Likes Received:
    23
    Best Answers:
    0
    Trophy Points:
    158
    #4
    <html>
    <head>
    <title>Here is A Title</title>
    </head>

    <frameset cols="*,1" frameborder="0" framespacing="0" border="0">
    <frame src="http://xxxxx.xxxxx.hop.clickbank.net" border="0" frameborder="0" name="main" noresize scrolling="auto"></frameset>
    <noframes></noframes>
    </html>

    I use this HTML code for cloaking the CB.
     
    himanuzo, Mar 5, 2008 IP
  5. pradeep.balua

    pradeep.balua Active Member

    Messages:
    415
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #5
    hey whether cloaking click bank links is allowed ?
     
    pradeep.balua, Mar 5, 2008 IP
  6. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #6
    pradeep.balua

    Cloaking is allowed, I am just not sure about Iframe cloaking.

    himanuzo

    Is that iframe cloaking? BTW what about html redirect, like the one I've written above? Is it ok for search engines?
     
    bl4ckmaN^, Mar 5, 2008 IP
  7. emon878

    emon878 Active Member

    Messages:
    551
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #7
    Did you not see my post as I said html is SEO safe if you put nofollow in it like this


    <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com" rel="nofollow">

    Iframe is bad its against clickbank and adwords TOS
     
    emon878, Mar 5, 2008 IP
  8. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #8
    emon878

    Sorry, I've read your post before you edited it ;) Is this html redirect will affect in any way my website where it is located?

    BTW, I found php redirect as well....don't know which one is better

    <?php
    header("Location: http://xxxxxx.publisher.hop.clickbank.net");
    ?>
     
    bl4ckmaN^, Mar 5, 2008 IP
  9. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #9
    php redirect is better. it redirects the page before it loads, which is faster than META refresh. There is no need to include nofollow on a META refresh. nofollow is to prevent googlebot from passing link juice in backlinks. it has nothing to do with indexing.
     
    mikey1090, Mar 5, 2008 IP
  10. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #10
    mikey1090

    How do SEs react on php redirects? Are they alright with them?
     
    bl4ckmaN^, Mar 5, 2008 IP
  11. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #11
    yeah, a search engine will follow it. In SE terms, its known as a 301 redirect I believe.
     
    mikey1090, Mar 5, 2008 IP
  12. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #12
    And the last question, how is it going to affect the page where this php redirect is? For example, if I write an article on my website and put php redirect to a different website, such as www.example.com/product, at the end of my article
     
    bl4ckmaN^, Mar 5, 2008 IP
  13. mikey1090

    mikey1090 Moderator Staff

    Messages:
    15,869
    Likes Received:
    1,055
    Best Answers:
    0
    Trophy Points:
    445
    Digital Goods:
    2
    #13
    Thats not possible. Php redirect code must be used before any HTML gets output to the server. Redirect is instant, they dont get chance to read your article.
     
    mikey1090, Mar 5, 2008 IP
  14. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #14
    Ok, ok. I understand what you mean.

    Thanks for your help.
     
    bl4ckmaN^, Mar 5, 2008 IP
  15. pradeep.balua

    pradeep.balua Active Member

    Messages:
    415
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    53
    #15
    hey how about modifying the ht access file ? does it affect the search engine rankings
     
    pradeep.balua, Mar 6, 2008 IP
  16. emon878

    emon878 Active Member

    Messages:
    551
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    60
    #16
    htaccess is the safest its like the php but easier
     
    emon878, Mar 6, 2008 IP
  17. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #17
    Are there any disadvantages of cloaking links using html/php redirects?
     
    bl4ckmaN^, Mar 7, 2008 IP
  18. reviewerjoe

    reviewerjoe Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    why not use a javascript redirect. You get the best of both worlds.

    <script type="text/javascript">
    <!--
    window.location = "http://www.google.com/"
    //-->
    </script>

    if the page fails to redirect then you can add html code to display a click here link, or even SEO keywords.
     
    reviewerjoe, Mar 7, 2008 IP
  19. reviewerjoe

    reviewerjoe Peon

    Messages:
    39
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #19
    I generally use a php redirect with a MYSQL function that tracks where the click came from, the product, and the date. It's better than google analytics. This way i can see what product is performing and at what times of the day i get the best results.
     
    reviewerjoe, Mar 7, 2008 IP
  20. bl4ckmaN^

    bl4ckmaN^ Well-Known Member

    Messages:
    4,641
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    165
    #20
    Too many options..... :D

    html, php, javascript....So which one? ;)
     
    bl4ckmaN^, Mar 8, 2008 IP