Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Keep search results pages out of Google

Your site’s search results pages tell search engines not to index them. They’re thin, endless and a favourite of spammers who link to searches.

  • Type PHP
  • Runs Everywhere (runs as WordPress loads)
  • Category SEO
  • Tested with WordPress 7.1
PHP
<?php

add_filter(
	'wp_robots',
	static function ( $robots ) {
		if ( is_search() ) {
			$robots['noindex'] = true;
			$robots['follow']  = true;
		}
		return $robots;
	}
);

In these packs

  • SEO basics: Meta descriptions, social sharing tags, article structured data and cleaner indexing, for sites without an SEO plugin.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.