This applies to the original simple URL’s plugin by Nathan Rice and may not work with the new Lasso version.
Locate the following in the simple URLs plugin.php
'public' => true,
'query_var' => true,
Then insert “‘exclude_from_search’ => true,” from the code snippet below into your code, and update the plugin.
'public' => true,
'exclude_from_search' => true,
'query_var' => true
Share Your Two Cents