The following code works perfectly with 2.0…
<?php if((!is_home()) && (!is_single())) : ?>
<meta name="robots" content="noindex,follow">
<?php endif; ?>
… but I’d like to add the single pages (info, etc…) to the indexed pages too.
Could someone help me? ??