Buy PSP - Model Airplanes - Mortgages - Hypnosis - Debt Consolidation

PDA

View Full Version : External URLS


lordmenace
Sep 20th 2006, 5:16 pm
What would I need to add to my robots.txt file to exclude external urls?

bentong
Sep 22nd 2006, 3:25 am
if you mean you dont want the bot to follow the link, just add rel="nofollow" on href...

lordmenace
Sep 24th 2006, 6:35 pm
if you mean you dont want the bot to follow the link, just add on href...

I have MANY outbound links on my site and I can't add teh nofollow tag to them all. It would take forever. So I figured there might be a way to do it with robots.txt

Jean-Luc
Sep 24th 2006, 11:10 pm
robots.txt is for internal URL's only.

Jean-Luc

rosiee007
Sep 25th 2006, 12:42 am
Do you have a dynamic site, or have you given static links from within your website pages to these websites? Are you taking about the links on your link pages or from the web pages?

lordmenace
Oct 7th 2006, 3:05 am
They are static links.

trichnosis
Dec 18th 2006, 3:20 pm
add
disallow : /the_external_url_that_you_dont_to_be_indexed.html

if you add this line to your robots.txt , your problem will be solved