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