全体のページが対象ではない場合、以下をheader(meta)テンプレートなどに記載するのみ
<?php $url = $_SERVER['REQUEST_URI']; if(strstr($url,'/test/')==true): ?> <meta name="robots" content="noindex,nofollow" /> <?php endif; ?>
あけおめ。