iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
Search Engine Optimization Forum SEO is much easier with help from peers and experts! The WebProWorld SEO forum is for the discussion and exploration of various search engine optimization topics. Any non (engine) specific SEO or SEM topics should go here.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-10-2007, 03:39 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Michigan
Posts: 14
markvredeveld RepRank 0
Default Robot Text Files - DO Not Follow Sprecific Links

I am trying to write a robot text file that allows all pages to be followed and indexed by robots but I do not want robots to follow or index any link on any page that starts with the travel now . com -- global discount hotel reservations url or with the travel now . com -- global discount hotel reservations URL. Would the robot text file below accomplish that? Simply stated, I do not want robots to follow links that start with the URLs listed below:


User-agent: *
Disallow: travel now . com -- global discount hotel reservations
Disallow: travel now . com -- global discount hotel reservations
Reply With Quote
  #2 (permalink)  
Old 09-10-2007, 04:33 PM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Robot Text Files - DO Not Follow Sprecific Links

No.

A robots.txt file only applies to the domain (or sub-domain) that it is installed on. In other words, you would need to have a robots.txt file at reservations.5bestvacationrentals.com and reservation.5bestvacationrentals.com that denies everything (Disallow: * I think) and another robots.txt for your other domains that allow everything.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #3 (permalink)  
Old 09-10-2007, 04:50 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Michigan
Posts: 14
markvredeveld RepRank 0
Default Re: Robot Text Files - DO Not Follow Sprecific Links

Is there no way to diect a robot from following a link?
Reply With Quote
  #4 (permalink)  
Old 09-10-2007, 04:52 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Michigan
Posts: 14
markvredeveld RepRank 0
Default Re: Robot Text Files - DO Not Follow Sprecific Links

Is there no way to stop robots from following a specific link on your website page?
Reply With Quote
  #5 (permalink)  
Old 09-10-2007, 05:20 PM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Robot Text Files - DO Not Follow Sprecific Links

Yes, there are various ways of telling robots how to handle links. However, if you have multiple domains or subdomains, each one needs it's own robots.txt file.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #6 (permalink)  
Old 09-10-2007, 05:32 PM
WebProWorld Pro
 
Join Date: Apr 2006
Location: Earth
Posts: 256
blitzen RepRank 0
Default Re: Robot Text Files - DO Not Follow Sprecific Links

A Standard for Robot Exclusion

The robots.txt file is used to restrict bots from certain pages/directories.*

To get them to follow links, there's now a robots.txt command to tell them where your sitemap is.
Code:
Sitemap: http://www.mysite.com/sitemap.xml
*Bear in mind that not all bots behave and abide by the robots.txt file. They may not all be programmed to use the sitemap command.
__________________
Advertising without research is like shooting an arrow into the air and
then looking up for a target to catch it with.
Reply With Quote
  #7 (permalink)  
Old 09-10-2007, 05:44 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Michigan
Posts: 14
markvredeveld RepRank 0
Default Re: Robot Text Files - DO Not Follow Sprecific Links

I have no control over the site I am linking to. All I want to do is stop a robot from following a couple of links on each of my webpages.
Reply With Quote
  #8 (permalink)  
Old 09-10-2007, 05:51 PM
SemAdvance's Avatar
WebProWorld Veteran
 
Join Date: Dec 2005
Location: In Your Mind
Posts: 789
SemAdvance RepRank 3SemAdvance RepRank 3SemAdvance RepRank 3
Default Re: Robot Text Files - DO Not Follow Sprecific Links

You can do the nofollow via the links on the page.

Old way of outbound linking

Visit my <a href="http://www.example.com/">Smarter SEO</a> site.

Using a nofollow tag.

Visit my <a href="http://www.example.com/" rel="nofollow">Smarter SEO</a> site.

Peace!
Reply With Quote
  #9 (permalink)  
Old 09-10-2007, 06:05 PM
WebProWorld New Member
 
Join Date: Dec 2003
Location: Michigan
Posts: 14
markvredeveld RepRank 0
Default Re: Robot Text Files - DO Not Follow Sprecific Links

So if I put: rel="nofollow"> at the end of a link, a robot will not follow that link?
Reply With Quote
  #10 (permalink)  
Old 09-10-2007, 06:07 PM
chowell's Avatar
WebProWorld Pro
 
Join Date: Oct 2003
Location: Phoenix, AZ
Posts: 224
chowell RepRank 1
Default Re: Robot Text Files - DO Not Follow Sprecific Links

The robot may follow the link for discovery purposes, but will not pass any SEO or PageRank value.
Reply With Quote
  #11 (permalink)  
Old 09-10-2007, 06:50 PM
craigmn3's Avatar
WebProWorld Veteran
 
Join Date: Jan 2004
Location: California
Posts: 335
craigmn3 RepRank 1
Default Re: Robot Text Files - DO Not Follow Sprecific Links

One way to overcome this problem is to open up the other site on a frame page of your own. with a little banner at the top that Identifies you in a header frame then the other site in the body frame. Save all these links pages into one folder on your site and then use the robots.txt file to disallow the folder


going from :

My Site -> Your Site


to :

My Site -> My Frames Page -> Your Site

(edit)
and since you don't want these pages indexed the fact that they are in nasty frame pages won't matter

Last edited by craigmn3; 09-10-2007 at 06:53 PM.
Reply With Quote
  #12 (permalink)  
Old 09-10-2007, 09:53 PM
Orion's Avatar
WebProWorld Veteran
WebProWorld MVP
 
Join Date: Sep 2003
Location: Halton Hills, ON
Posts: 702
Orion RepRank 4Orion RepRank 4Orion RepRank 4Orion RepRank 4
Default Re: Robot Text Files - DO Not Follow Sprecific Links

SE's are pretty good at indexing frames now though so not sure how well that would work.

the rel="nofollow" is a great tool for specific links within a page but not all SE's will listen to the command, Google does and that's what most people care about.

I find sometimes though that second tier engines may not and they may index the link then 1st tiers might pick up the links via third party engines / directories.

Robot.txt is the same not all 2nd tiers use them however it is the industry standard and MOST do respect them.
Reply With Quote
  #13 (permalink)  
Old 09-11-2007, 11:30 AM
wige's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Jun 2006
Location: United States
Posts: 2,661
wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9wige RepRank 9
Default Re: Robot Text Files - DO Not Follow Sprecific Links

If it is a paid link or just a matter of not wanting pagerank to be passed, you can also redirect to an interstatial 302 redirect page, which does not transfer pagerank.
__________________
The best way to learn anything, is to question everything.
Reply With Quote
  #14 (permalink)  
Old 09-13-2007, 06:13 AM
TrafficProducer's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jul 2003
Location: United Kingdom
Posts: 1,643
TrafficProducer RepRank 4TrafficProducer RepRank 4TrafficProducer RepRank 4
Default Re: Robot Text Files - DO Not Follow Sprecific Links

You may find some help here:-

Robotstxt.org and Database of Web Robots, Overview
Reply With Quote
Reply

  WebProWorld > Search Engines > Search Engine Optimization Forum

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Robot files LottyB Search Engine Optimization Forum 3 09-10-2007 03:44 PM
Do Spiders Read text on noindex/follow pages realestate4sale Search Engine Optimization Forum 1 12-12-2004 11:28 PM
robot text PBITech Search Engine Optimization Forum 1 08-16-2004 12:14 PM
Robot text validation... CAS Search Engine Optimization Forum 1 06-11-2004 09:04 AM


All times are GMT -4. The time now is 12:16 PM.



Search Engine Optimization by vBSEO 3.3.0