By default WordPress search URL slug is ?s=keyword which is prefixed after your domain name on search results pages. In this lesson you will learn about simplifying this URL slug to /search/keyword so that you can remember it and manually link to it in your website content.
When a keyword is searched using WordPress search box or search widget, the results page is shown on URL yourdomain.com?s=keyword. Wouldn’t it be easier if it can be turned to /search/keyword Now you can easily do so in a click of a button.
Start by installing Wp Search Url plugin in your WordPress site. Once the plugin is activated, it automatically does the thing.