Skip to main content

Replacing Search Query Parameter With Tagging

Written by Dan Macarie

Some sites don’t make use of search query parameters, but don’t worry, we got you covered. Simply apply tagging below  where you output the used search term within a Nosto element. Make sure that the element is readable in plain Html format.

<div class="nosto_search_term" style="display:none">Output_search_term_here</div>

In the example below, search term used was jacket.

<div class="nosto_search_term" style="display:none">jacket</div>
Did this answer your question?