I would like to send a parameter to a page, without using “?parameter=” in the URL.
In my case, I have a link which goes to a page with items I sell. When people click on “Bike men”, I send 2 parameters to the page “equipment” :
• cateogry = Bike
• gender = Men
But the issue is the parameter is in the URL like this :
The “?gender=homme” is really bad for SEO. Is there any other solution to send the parameter gender ?
Bonjour Thomas
If I understand correctly, your are actually sending product to the page.
What if you create a new thing that will old “Gender” and “category” in it and Send this new thing to the page instead of product?
Or did product already include Gender and Category?You may be able to just reuse this instead?
Finally, I know ZQ have a plugin that can work for you case.