Remove Url Parameter WordPress

The “s” variable parameter is for the search term and is used when there’s a search on a WordPress site.

If you have a form that users are filling out, there should be code similar to:

<input type="text" value="<?php the_search_query(); ?>" name="s" id="s" />

Delete that input tag and the “s” will disappear.