Recent Topics

1 Jul 08, 2006 12:19    


<?php switch( $disp ) {
	case 'profile':
	case 'stats':
	echo '<meta name="robots" content="noindex, nofollow" />'."\n";
	break;
	case 'arcdir':
	echo '<meta name="robots" content="noindex, follow" />'."\n";
	break;
	}
?>

Is it for blocking the bots from accessing b2e's profile, stats, and arcdir(?) pages?

tnx

2 Jul 08, 2006 13:51

yes, although the arcdir one is so the robot keeps following through the archives to see if their is something it can index.


Form is loading...