+ Reply to Thread
Results 1 to 6 of 6

Thread: Quick Ques.

  1. #1
    Join Date
    Nov 2004
    Location
    Richmond
    Posts
    203

    Default Quick Ques.

    I have a affiliate link on my homepage of a new site. i would like to somehow link with out passing pr or if someone can tell me anything about the best way for that I would greatly appreciate it.

    If you want to look its www.home-loans-va.com You will see it on the top right of the home page.

  2. #2
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Quick Ques.

    You might use the attribute (rel="nofollow") for that hyperlink or you could pass the link through a script that has been blocked in your robots.txt file.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  3. #3
    Join Date
    Nov 2004
    Location
    Richmond
    Posts
    203

    Default Re: Quick Ques.

    Jeffrey, your on the ball. I am a complete idiot when it comes to coding. Would you be kind enough to give me the exact code and where to put it so i do not screw up the existing link?

  4. #4
    Join Date
    Jun 2004
    Location
    Arizona, USA
    Posts
    4,838

    Default Re: Quick Ques.

    Option #1
    Here is an example of (rel="nofollow"):
    Code:
    <a href="http://www.affiliatelink.com/" rel="nofollow">Anchor Text</a>
    Option #2:
    Create a file with these contents:
    PHP Code:
    <?php
     
    $url
    =substr($_SERVER['QUERY_STRING'],8);
    header("HTTP/1.1 301 Moved Permanently"); 
    header('Location: http://'.$url);
     
    ?>
    Then pass the link through the script:
    Code:
    www.yourdomain.com/redirectfile.php?passing=www.affiliatelinks.com
    IMO, option #1 is the option of choice.
    Used Mobile Homes For Sale
    Used Manufactured Homes For Sale
    SalesPractice.com -The Definitive Source for Sales Education on the Internet. - Sales Training

  5. #5
    Join Date
    Nov 2004
    Location
    Richmond
    Posts
    203

    Default Re: Quick Ques.

    Option 1 is a little more a long the line of my knowledge. What exactly does the no link follow do? How can I be sure it works? Lastly, I have done as you suggested. Wanna take a look and see it its correct? home-loans-va.com

    Also, I could use a liitle help. If you want to exchange links with the new one, I would happily place your links. Its indexed, just no pr yet. Really not aggressively seeking links right now till I get it finished. Just exchanging with select sites. Let me know and I will get it up.

  6. #6
    Join Date
    Nov 2004
    Location
    Richmond, VA
    Posts
    273

+ Reply to Thread

Posting Permissions

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