…results You can also use Relevanssi spam blocking to block bots from search results pages. This can be useful: search engine bots can hit your site search a lot, with little benefit. According to Google’s John Muller, Google doesn’t want your internal site search pages in the index. They create……use this code snippet. It will add the required rule in your robots.txt file: add_action( ‘do_robots’, ‘rlv_block_bots_robots_txt’ ); function rlv_block_bots_robots_txt() { ?> User-agent: * Disallow: /search/ Disallow: /?s= <?php } That should keep the search engine crawlers from visiting your search results. If you want to make sure, you can…Spam searches are a common feature on WordPress sites. Spam bots make lots of useless queries. They hope sites display the search queries somewhere, providing links to spam sites. This is unpleasant, clogs up the search logs and wastes resources. Relevanssi Premium introduced a new spam blocking feature in version…