I need to create a list of about 12 keywords that when entered into the store’s search will take the user directly to a static page, not a search result page.
For example, if someone puts “foo” into the store’s search it will not take them to the default search results page but to a specific page like /pages/foo
I cannot seem to find a plugin or any examples of code for defining specific redirects for chosen keywords.
Anyone know of such a thing?
Thanks.