Forum Moderators: goodroi
To block link.php for all robots, should I use this?
User-Agent: *
Disallow: /link.php
I'm not sure if I need the "/" or not after Disallow:?
One more quick question:
link.php is what we use to count clicks..we have a function called url which when used in this syntax, counts the click then redirects to an outside site.
Example:
[example.com...]
Would the robots.txt in my message above prevent robots from serfing through any number of the above links? Or JUST the link.php file itself?
The reason I am doing this is because I don't want to be penalized for any of the links in my redirect should they show any errors, or be a "bad neighborhod" which could penalize me? Am I correct in the assumption that this does what I want it to?