Send parameters to a page without URL

Hello everyone,

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

Capture d’écran 2020-12-23 à 22.15.11

But the issue is the parameter is in the URL like this :
Capture d’écran 2020-12-23 à 22.15.42

The “?gender=homme” is really bad for SEO. Is there any other solution to send the parameter gender ?

Many thanks,
Thomas

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.

This topic was automatically closed after 70 days. New replies are no longer allowed.