Pages

Tuesday, March 11, 2014

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

No comments:

Post a Comment