Loading...
banner plugin Image
woo-image

Search Exclude

By quadlayers

Description

This plugin allows you to exclude any page, post, or content from appearing in the WordPress search results. You can do this by simply checking off the corresponding checkbox on the post or page edit screen.

It also supports quick and bulk editing, making it easy to manage multiple items at once. Additionally, the plugin settings page provides a list of all the items that are currently hidden from search results.

Other Notable Features

Here are a few other notable features of this free Search Exclude plugin.

check-fill
Exclude Page
check-fill
Exclude Post
check-fill
Search Exclude

Screenshots

FAQ

No, it does not affect crawling and indexing by search engines.
The ONLY thing it does is hiding selected post/pages from your site search page. Not altering SEO indexing.

If you want posts/pages to be hidden from search engines you may add the following snippet to your functions.php:

function add_meta_for_search_excluded() {     global $post;     if (false !== array_search($post->ID, get_option('sep_exclude', array()))) {         echo '<meta name="robots" content="noindex,nofollow" />', "\n";     } } add_action('wp_head', 'add_meta_for_search_excluded'); 

Note: already indexed pages will remain indexed for quite a while. In order to remove them from Google index, you may use Google Search Console (or similar tool for other engines).

Contributors and developers

“Search Exclude” is open source software. The following people have contributed to this plugin.

WPS
Exclamation-Image

6.84

Average

Star-Image

Ratings

4.8 out of 5 | 215
History-Image

Version

2.6.3
calendar-Image

Last updated

1 week ago
Star-Image

Active installations

50,000+
Star-Image

WordPress version

6.9.4 or higher
php-Image

PHP version

5.6 or higher
translate-Image

Languages

6

Tags

Exclude Page,Exclude Post,Search,Search Exclude,Wordpress Search