wordpress Prevent Search Bots from Indexing Search Results
In the <head> section of your header.php file:
<?php if(is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php }?>
In the <head> section of your header.php file:
<?php if(is_search()) { ?>
<meta name="robots" content="noindex, nofollow" />
<?php }?>