Forum Moderators: goodroi

Message Too Old, No Replies

No-Follow, allow indexing of a file but not it's links?

         

JAB Creations

4:34 am on Apr 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I want to know how to do this...

<META NAME="ROBOTS" CONTENT="NOINDEX">

...as described at [robotstxt.org...] ...

... in robots.txt.

So to clarify, I want to allow all robots to index a file like /file.php but not follow any links on /file.php to any other files.

Span

8:32 am on Apr 27, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Jab, you can't tell a bot to index a file and not follow the links on it with robots.txt. You need a meta tag for that:

<meta name="robots" content="index,nofollow" />