NikZh / magento2-multiple-layered-navigation

Category filters with multiple select for Magento 2
69 stars 39 forks source link

SEO URLs: What if an attribute exists in different uppercase/lowercase variations? #34

Open amenk opened 5 years ago

amenk commented 5 years ago

I think there is a conceptual problem.

We have an attribute value like

Example and EXAMPLE

When you click "EXAMPLE" the URL genererated contains "example" and the filter seems to use use the value "Example". So it is not possible to filter for the Uppercase version

amenk commented 5 years ago

My idea would be to include the internal ID of drop down values additionall into the URL.

Would you merge a PR fixing it like this? Or are you afraid this hurts SEO ?

amenk commented 5 years ago

Our SEO expert says it shoult not hurt SE-Ranking. While it another workaround would be to have an Admin value of Example1 and Example2 and store view translations of Example and EXAMPLE