阻止搜索引擎抓取搜索结果

Avatar of Chris Coyier
Chris Coyier

在你的 header.php 文件的 <head> 部分

<?php if(is_search()) { ?>
   <meta name="robots" content="noindex, nofollow" /> 
<?php }?>