duskosobic
1/25/2017 - 10:41 PM

Prevent Search Bots from Indexing Search Results. In the <head> section of your header.php file

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 }?>