Forum Moderators: open
if($spider){
<!--#include virtual="/spider.html"-->
}else{
<!--#include virtual="/person.html"-->
}
Maybe you can do that sort of thing in PHP or ColdFusion.
You can probably get around this by doing it all within your code. Test for the condition, read the file and just echo it out.
Also remember you can use Iframes to show content to people but not spiders.