Hi All,
I would be grateful if you could help with setting up a redirect for the query page.
Essentially, product pages contain a link to Vendor name but when I click it it takes me to query string. I’m trying to set a redirect from the query URL to a proper collection for that brand.
For example:
URL that ends with /collections/vendors?q=Agent%20Nateur should be redirected to /collections/agent-nateur.
However, I’m facing two issues here.
-
For simple brands like for example “Venn” redirect simply does not work and I don’t understand why. Feel like query string cannot be redirected but I haven’t found any information about it on the net.
-
For multi-word Vendor name like the example (Agent%20Nateur) above, when I’m saving redirect %20 in the URL is being replace with “+” so obviously /collections/vendors?q=Agent%20Nateur and /collections/vendors?q=Agent+Nateur are not the same and redirect does not work either.
Any thoughts on this? I’m kind of stuck.
Thanks
Serje