Today Posts Today Posts
Recent Affiliate Payments
Recent Forum Posts
SHOW: 5 | 8 | 10
  • Affiliate Program
  • Payment Date
  • Payment Method
  • Mainstreet Affiliates
    Feb 8th
    wire transfer
  • 7Red Affiliate
    Feb 7th
    MONEYBOOKERS
  • My Bet Partners
    Feb 7th
    Player Account
  • AffActive
    Feb 6th
    Moneybookers
  • 121 Casino Affiliates
    Feb 6th
    NETELLER
Enter Your Recent Payments

+ Reply to Thread
Results 1 to 7 of 7
  1. #1
    cowboy's Avatar
    cowboy is offline Affiliate Guard Dog Member
    Join Date
    Jan 2009
    Posts
    87
    Thanks
    30
    Thanked 24 Times in 16 Posts

    Default Hiding Affiliate Links

    If you are redirecting from a php or html page to hide your affiliate link, is this the best way from an SEO standpoint?
    Code:
    meta http-equiv="REFRESH" content="0;url=http://www.myaffiliatelink.com"

  2. #2
    Guard Dog's Avatar
    Guard Dog is offline Guard Dog
    Join Date
    Dec 2006
    Location
    Wisconsin
    Posts
    4,536
    Thanks
    1,261
    Thanked 2,207 Times in 1,143 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by cowboy View Post
    If you are redirecting from a php or html page to hide your affiliate link, is this the best way from an SEO standpoint?
    Code:
    meta http-equiv="REFRESH" content="0;url=http://www.myaffiliatelink.com"
    I'm not sure there is much of a matter from an SEO point of view. The link goes elsewhere, so the only thing you would want to do is make sure the link doesn't have an anchor text that helps out the casino (i.e, 'Online Casino' or something like that). Reserve those anchors for your own internal links.

    Mine are like this in most cases:

    Code:
    http://www.rivalslots.com/go.php?id=rockbet&bsize=468x60
    Nothing 'SEO' about it, really. If I wanted to make the link more search engine friendly, I could... but why bother for this type of link? The engines will never need to index that redirect.

    If it were an INTERNAL linked page, I might change it to:

    Code:
    http://www.rivalslots.com/go-468x60/rockbet

  3. #3
    cowboy's Avatar
    cowboy is offline Affiliate Guard Dog Member
    Join Date
    Jan 2009
    Posts
    87
    Thanks
    30
    Thanked 24 Times in 16 Posts

    Default

    Thanks Guard Dog. I suppose what I'm getting at is that in my example, I was using a special page that basically only has the code posted above in it, and then linking to that page to send players to the link. I know 301 redirects are better than 302 redirects. I think the code above qualifies as a 301, but not 100% sure. And then I guess you should probably slap a nofollow tag on the link to that redirect page. I'm pretty sure this is an ok way to do it, but not 100% on it.

  4. #4
    Guard Dog's Avatar
    Guard Dog is offline Guard Dog
    Join Date
    Dec 2006
    Location
    Wisconsin
    Posts
    4,536
    Thanks
    1,261
    Thanked 2,207 Times in 1,143 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by cowboy View Post
    Thanks Guard Dog. I suppose what I'm getting at is that in my example, I was using a special page that basically only has the code posted above in it, and then linking to that page to send players to the link. I know 301 redirects are better than 302 redirects. I think the code above qualifies as a 301, but not 100% sure. And then I guess you should probably slap a nofollow tag on the link to that redirect page. I'm pretty sure this is an ok way to do it, but not 100% on it.

    Ah, yes, sorry I misunderstood. The 'ass-end' of my code is a 301 redirect using php:

    Code:
            header("HTTP/1.1 301 Moved Permanently");
            header("Location: $retrievedurl");
            exit();

  5. The Following User Says Thank You to Guard Dog For This Useful Post:

    cowboy (03-30-2009)

  6. #5
    shovi is offline Junior Member
    Join Date
    Apr 2009
    Posts
    4
    Thanks
    0
    Thanked 1 Time in 1 Post

    Default

    The best method for SEO is to redirect all aff links with 301 through directory like /out/ or /visit/ and disallow that directory with robots.txt.

    Remeber to use nofollow when linking those 301 redirects especially when they are blocked with robots.txt file.

  7. The Following User Says Thank You to shovi For This Useful Post:

    cowboy (04-05-2009)

  8. #6
    Smoky89 is offline Affiliate Guard Dog Member
    Join Date
    Nov 2009
    Posts
    19
    Thanks
    1
    Thanked 5 Times in 4 Posts

    Default

    Thanks for the grate tip, i will try it out... keep up the good work...

  9. #7
    Bonus Paradise is offline Affiliate Guard Dog Member
    Join Date
    Mar 2008
    Posts
    384
    Thanks
    540
    Thanked 240 Times in 143 Posts

    Default

    Quote Originally Posted by shovi View Post
    The best method for SEO is to redirect all aff links with 301 through directory like /out/ or /visit/ and disallow that directory with robots.txt.

    Remeber to use nofollow when linking those 301 redirects especially when they are blocked with robots.txt file.
    interesting,
    great that this thread came up, since days I am looking for answers

    I did make a visit folder
    and started changin my links, so they are mysite.com/visit/123-casino.php

    in the php files I am using the php redirect.
    using that code

    PHP Code:
     <?
    header
    "HTTP/1.1 301 Moved Permanently" ); 
    header"Location: http://123casinoafftagxxx.com" ); 
    ?>
    I see Guard Dog posted a diffrent one, please let me know what is ok to use.

    I did also disallow the visit folder in robots.txt
    and I think google does not like that.

    Since a few days my ranks dropped,
    it can be it has to do with goole cannot see now where I send my visitors?
    If you disallow it in robots.txt you loose also many content relevant links?


    the other thing is, on my forum I have the option to add a rel no follow to ALL external links, except the ones I white list,

    I cannot add a automatic rel nofollow to mysite.com/visit

    So today I had another idea and would like to hear your opinion
    what if I upload my visit folder to another unused domain of mine
    I have i.e. mydomain.info
    I could there add on the index the robots meta tag noindex, nofollow
    I would have the auto rel nofollow on all my affiliate links at the forum.

    all my links would be mydomain.info/visit/123-casino.php

    And I must not disallow them then in the robots text on the new domain then.

    Appreciate any thoughts, advise

    thanks in advance
    Last edited by Bonus Paradise; 11-25-2009 at 04:28 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts