Real Estate Forums

Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here.

Reply
 
Thread Tools Display Modes
  #1 Quick Ques.  
Old 02-04-2005, 11:42 PM
mtgman's Avatar
mtgman mtgman is offline
Real Estate WebMaster
 
Join Date: Nov 2004
Location: Richmond
Posts: 203
mtgman is on a distinguished road
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.
__________________
mtgman

Mortgage Loans
Mortgage Bog
Reply With Quote
Old 02-04-2005, 11:52 PM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
 
Join Date: Jun 2004
Posts: 4,727
ResaleBroker is on a distinguished road
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.
Reply With Quote
Old 02-05-2005, 12:02 AM
mtgman's Avatar
mtgman mtgman is offline
Real Estate WebMaster
 
Join Date: Nov 2004
Location: Richmond
Posts: 203
mtgman is on a distinguished road
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?
__________________
mtgman

Mortgage Loans
Mortgage Bog
Reply With Quote
Old 02-05-2005, 05:30 AM
ResaleBroker's Avatar
ResaleBroker ResaleBroker is offline
Real Estate Webmaster
 
Join Date: Jun 2004
Posts: 4,727
ResaleBroker is on a distinguished road
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.
Reply With Quote
Old 02-05-2005, 09:45 AM
mtgman's Avatar
mtgman mtgman is offline
Real Estate WebMaster
 
Join Date: Nov 2004
Location: Richmond
Posts: 203
mtgman is on a distinguished road
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.
__________________
mtgman

Mortgage Loans
Mortgage Bog
Reply With Quote
Old 02-05-2005, 09:50 AM
CafeMonkey's Avatar
CafeMonkey CafeMonkey is offline
Real Estate Web Guru
 
Join Date: Nov 2004
Location: Richmond, VA
Posts: 274
CafeMonkey is on a distinguished road
Default Re: Quick Ques.

http://www.realestatewebmasters.com/thread1375.html
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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off

For our members

Main Sections

IDX Coverage Areas

Spiders Welcome

All times are GMT -7. The time now is 01:29 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.