Skip to content

How to Show Certain Category at Multiple Places

I have ecommerce website, developed in Magento 2. I want to show or call certain category at multiple places.

Example:

Grouts is subcategory and URL is https://xyzabc.co.uk/categories/grouts.html.

I want to call this sub category with same URL under Category Paving – Sub-type: Finishing – Sub-Sub Type: Grout

I want to call this sub category with same URL under Category Floor Tiles – Sub-type: Finishing – Sub-Sub Type: Grout

I want to call this sub category with same URL under Category Wall Tiles – Sub-type: Finishing – Sub-Sub Type: Grout

Currently my developer was done as following for the same sub-category. They created individual sub-category under each category type with different URL. However, the products will be same for Grout, so according to SEO this is not good, even not good for user experience.

https://staging.xyz.co.uk/paving/finishing/grouts.html

https://staging.xyz.co.uk/floor-tiles/finishing/grouts.html

https://staging.xyz.co.uk/wall-tiles/finishing/grouts.html

Please suggest best solution for this.