Please can someone explain to me the difference between setting allow and disallow in a robots.txt file and create No follow, No index meta tags! Is it possible to set no follow and no index within the robots.txt file? I have look on http://www.robotstxt.org/robotstxt.html and not really got what im looking for! Thanks
feedback
|
migrated from stackoverflow.com Aug 20 '09 at 16:40
This question came from our site for professional and enthusiast programmers.
|
The robots.txt file will simple tell a robot where he is allowed to go and where he isn't. It has no power to make a robot follow a link to another website. The nofollow, noindex meta tag will prevent a compliant robot from indexing or following the link specified or the links contained in the webpage. | |||
|
feedback
|
|
Disallowing a robot in A
| |||
|
feedback
|