Website Translations
Search Today's Posts AGD Members Register Now (Free)
Recent Affiliate Payments
Intertops Sep 2nd
CWC Affiliates (Club World) Sep 2nd
Slotocash Affiliates Sep 1st
AffiliateWIDE Sep 1st
Poker Host Sep 1st
PDC Affiliates Sep 1st
BetPhoenix Affiliates Sep 1st
Vegas Affiliates Aug 28th
Enter Your Recent Payments
Latest Posts
Thread    Date, Time  Posted By  Replies  Views   Forum
Old "For Love and Money" Video Slot Revamped &...    09-02, 23:14  SuperiorShare  2  48   Superiorshare
Old This Is Vegas Not Paying Player 80K Win?    09-02, 22:42  bb1webs  21  762   400 Affiliates
Old Slots Jungle Denied my $3,000 withdrawal!!    09-02, 22:31  bonustreak  19  422   Affactive
Old Just starting out    09-02, 22:21  Rhondagrace  6  138   New Casino...
Old $500 Free Word Contest by Bet Phoenix Casino...    09-02, 22:18  Rhondagrace  112  949   Free For All -...
Old Should Gambling Companies Tell a Player...    09-02, 21:24  Rhondagrace  3  58   AGD RoundTable...
Old Question to Affiliates    09-02, 20:53  slotplayer  7  200   AGD RoundTable...
Old no payment due to min referral clause betway    09-02, 15:15  bb1webs  12  504   AGD RoundTable...
Old Affiliate Payments - September 2010    09-02, 14:00  AffiliatePaym...  6  175   Affiliate...
Old 10 permanent links for sale    09-02, 10:41  free4gambling  6  102   Link Sales and...

Go Back   Affiliate Guard Dog > Casino Affiliate Forums > Site / Search Engine Optimization

Reply

Hiding Affiliate Links - Site / Search Engine Optimization
Discussion Started on: March 28, 2009 Number of replies: 6 Number of views: 706

 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-28-2009
cowboy's Avatar
Affiliate Guard Dog Member
 
Join Date: Jan 2009
Posts: 60
Thanks: 26
Thanked 13 Times in 11 Posts
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"
replied at: 09:26 PM on 03-28-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 03-29-2009
Guard Dog's Avatar
Guard Dog
 
Join Date: Dec 2006
Location: Wisconsin
Posts: 3,292
Thanks: 994
Thanked 1,457 Times in 759 Posts
Blog Entries: 1
Send a message via Skype™ to Guard Dog
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
_______________________________________ _______________________________________
replied at: 07:28 AM on 03-29-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 03-29-2009
cowboy's Avatar
Affiliate Guard Dog Member
 
Join Date: Jan 2009
Posts: 60
Thanks: 26
Thanked 13 Times in 11 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.
replied at: 10:53 AM on 03-29-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 03-30-2009
Guard Dog's Avatar
Guard Dog
 
Join Date: Dec 2006
Location: Wisconsin
Posts: 3,292
Thanks: 994
Thanked 1,457 Times in 759 Posts
Blog Entries: 1
Send a message via Skype™ to Guard Dog
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();
_______________________________________ _______________________________________
replied at: 06:58 AM on 03-30-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to Guard Dog For This Useful Post:
cowboy (03-30-2009)
  #5 (permalink)  
Old 04-05-2009
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.
replied at: 04:24 AM on 04-05-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to shovi For This Useful Post:
cowboy (04-05-2009)
  #6 (permalink)  
Old 11-25-2009
Junior Member
 
Join Date: Nov 2009
Posts: 7
Thanks: 1
Thanked 3 Times in 3 Posts
Default

Thanks for the grate tip, i will try it out... keep up the good work...
replied at: 04:01 AM on 11-25-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 11-25-2009
Affiliate Guard Dog Member
 
Join Date: Mar 2008
Posts: 258
Thanks: 404
Thanked 177 Times in 98 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..
replied at: 04:23 AM on 11-25-2009
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On









      AGD Icon Legend

  Terms Approved
Terms and Conditions Certified by AGD as 'Affiliate-Friendly'.
  Terms are Predatory
Terms and Conditions are considered 'Predatory' (Not good for Affiliates).
  Terms have warnings
Terms and Conditions are Certified but have a warning on one of the terms.
  Terms not verified
Terms and Conditions are have not yet been reviewed.
  New Affiliate Program
Warning - New Affiliate Program. No proven track record.
  Affiliate Program Closed
Program is closed / out of business.
  Casinos are Bundled
Program Bundles Earnings on their casnio properties.
  Negative Carryover
Program Carrys Over Negative Earnings.
  Pays On Time
Program pays their affiliates consistently on time.
  Pays Late
Program pays late or irregularly



All times are GMT -5. The time now is 12:24 AM.
Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
vB.Sponsors


no new posts