New Posts
Welcome guest, is this your first visit?
  • Login:
Online Forum Challenge
+ Reply to Thread
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 11
  1. #1
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Dec 2008
    Location
    Canada
    Posts
    409
    Feedback Score
    38 (100%)

    Default How to add the /go or /visit affiliate links

    I've noticed for a while that the majority of other poker sites have /go or /visit affiliate links to online poker rooms.

    For example http://wwwx.pokeraffiliatesite.com/go/fulltiltpoker
    rather than
    http://wwwx.fulltiltpoker.com/?key-affiliatekey
    Could someone tell me how to do this.

    It looks better and it would be nice to not have to find my affiliate link each time I want to link to a poker site.

    Thanks in advance.

  2. #2
    Moderator
    My Status
     

    Add as a friend
    Join Date
    Mar 2009
    Location
    UK
    Posts
    468
    Feedback Score
    6 (100%)

    Default

    Quote Originally Posted by NdeJonge View Post
    I've noticed for a while that the majority of other poker sites have /go or /visit affiliate links to online poker rooms.

    For example http://wwwx.pokeraffiliatesite.com/go/fulltiltpoker
    rather than
    http://wwwx.fulltiltpoker.com/?key-affiliatekey
    Could someone tell me how to do this.

    It looks better and it would be nice to not have to find my affiliate link each time I want to link to a poker site.

    Thanks in advance.
    I would guess that the first one would just be a link to a redirect page in a robots excluded folder and not what you are looking for when trying to do this for multi sites

    the second i guess is a php/database call that will work for multi sites.

    Hopefully someone can put you right, however, not me unfortunately.

    Someone will be along to put you right i guess
    Gambling Affiliates Union - GAU




    A lie gets halfway around the world before the truth has a chance to get its pants on.

    Winston Churchill

  3. #3
    CK
    CK is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    ?
    Posts
    2,226
    Blog Entries
    2
    Feedback Score
    35 (100%)

    Default

    Create a file called visit. In that file create additional pages named pokerstars.htm or whatever the room may be

    Now open your htaccess file and insert this line. (note if your using wordpress you will need to place the redirects after your wordpress rewrites have ended. Drop it down one line)

    Redirect 301 /visit/pokerstars.htm http://www.youraffiliatelinkgoeshere.com

    Make sure there is only one space between Redirect & 301, one space between 301& visit and one space between the file path and affiliate link

    * or just be lazy and copy the sample I gave you and make your changes* ( I would!)

    Block your /visit/ folder or whatever you name it in your robots.txt file
    ----------------------------------------
    Everyone says they are willing to do whatever it takes to get ahead - but yet there are so few people up at 5AM ? - Robert Herjavec
    ---------------------------------------

  4. #4
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    Northern Europe
    Posts
    882
    Blog Entries
    6
    Feedback Score
    3 (100%)

    Default

    There are several different ways to do this.

    I think the easiest is to create a folder in the root directory called "go", so it will be located at www.example.com/go/ and then add files will redirect the user.

    There are a small tutorial on how to create a HTML document that redirects here: html redirect

    Be sure to tell the search engines that you does not want those pages to be indexed, if you don't, they may begin to mess with your rankings.
    My blog www.unknownwebmaster.com | New posts on Poker affiliate blogs | Webmaster tools I use every day.

  5. #5
    321
    321 is offline
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    Earth
    Posts
    663
    Feedback Score
    0

    Default

    (With a standard website) there is no need to have a file. You just make a link, then 301 redirect it to /?key-affiliatekey

  6. #6
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Dec 2008
    Location
    Canada
    Posts
    409
    Feedback Score
    38 (100%)

    Default

    Quote Originally Posted by Kaus View Post
    Create a file called visit. In that file create additional pages named pokerstars.htm or whatever the room may be

    Now open your htaccess file and insert this line. (note if your using wordpress you will need to place the redirects after your wordpress rewrites have ended. Drop it down one line)

    Redirect 301 /visit/pokerstars.htm http://www.youraffiliatelinkgoeshere.com

    Make sure there is only one space between Redirect & 301, one space between 301& visit and one space between the file path and affiliate link

    * or just be lazy and copy the sample I gave you and make your changes* ( I would!)

    Block your /visit/ folder or whatever you name it in your robots.txt file
    Ok I'm trying to do it like this and I understand how to do the 301 Redirect, but I'm not sure how I'm supposed to make the pages under the visit file. I went into my websites file manager and created a visit file, but then I couldn't see a way to make another page under that file.

  7. #7
    PAL Red Pro
    Go Cubs Go
     

    Add as a friend
    Join Date
    Nov 2008
    Location
    USSA
    Posts
    4,008
    Blog Entries
    355
    Feedback Score
    6 (100%)

    Default

    Having your affiliate links set up like this is very convenient because you can essentially change all the links on your site to that room by modifying one file.

    The way I do it here on pal is I have a directory folder named "go" in the root. Then when I need to add a room I simply open up a txt file, insert the affiliate code, and then save it as pokersite.php. Done and Done.... Then when you visit yoursite.com/go/pokersite.php, it will redirect through your link.

    I believe I also have noindex/nofollowed that entire "go" folder. No need to give up any outgoing link juice or PR through aff. links. There are numerous ways to redirect though, this is just what has worked for me.

    Here is an example of the code. Just open up a txt file, put this code in, and save as a .php in a "go" folder in the root.

    <? header("location: http://www.fulltiltpoker.com?key=MDAwMDU3QjkwMDAwREQ5ODAw MDAwMDAwMDAwMDAwMDc-&sa=1"); ?>
    Let me know if you need a hand, I'm more than happy to help.
    Support PAL Partner Affiliate Programs, because they will support you!

    Support PAL Partners Today!

  8. #8
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Dec 2008
    Location
    Canada
    Posts
    409
    Feedback Score
    38 (100%)

    Default

    Thanks a lot for everyones help. Got Kaus on Skype and she walked me through it! This is definitely going to make things easier.

  9. #9
    Senior Member
    My Status
     

    Add as a friend
    Join Date
    Jan 2009
    Location
    Fortunate Son
    Posts
    726
    Feedback Score
    10 (100%)

    Default

    I see you got it solved. There are so many different ways to do this.

  10. #10
    New Member
    My Status
     

    Add as a friend
    Join Date
    Jul 2009
    Location
    US
    Posts
    5
    Feedback Score
    0

    Default

    Quote Originally Posted by Jeremy View Post
    Having your affiliate links set up like this is very convenient because you can essentially change all the links on your site to that room by modifying one file.

    The way I do it here on pal is I have a directory folder named "go" in the root. Then when I need to add a room I simply open up a txt file, insert the affiliate code, and then save it as pokersite.php. Done and Done.... Then when you visit yoursite.com/go/pokersite.php, it will redirect through your link.

    I believe I also have noindex/nofollowed that entire "go" folder. No need to give up any outgoing link juice or PR through aff. links. There are numerous ways to redirect though, this is just what has worked for me.

    Here is an example of the code. Just open up a txt file, put this code in, and save as a .php in a "go" folder in the root.



    Let me know if you need a hand, I'm more than happy to help.
    I prefer this method over the htaccess 301 because I can put my analytics code in the file and it will track. This allows me to set goals in Analytics which have become an addiction of mine. :P


 

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. "Visit Now" tables in the middle of articles. How?
    By wjb316 in forum Wordpress - Web Design - Coding - Technical
    Replies: 21
    Last Post: 07-28-2009, 03:19 PM
  2. Top Sites You Visit Throughout The Day
    By Jeremy in forum General Poker Affiliate Forum
    Replies: 19
    Last Post: 04-25-2009, 12:17 AM
  3. Is there any affiliate links plugin for WP?
    By MAC in forum Wordpress - Web Design - Coding - Technical
    Replies: 0
    Last Post: 01-21-2009, 02:38 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
Powered by vBulletin® Version 4.1.5
Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.
SEO by vBSEO 3.6.0
Affiliate Program Consultant