Magento – How to get product url with category key on home page

magento2producturl

I want to get product url with category key in it on home page.

for example:

www.example.com/category/product.html

Thanks

Best Answer

go to Store -> Configuration -> Catalog -> Catalog -> Search Engine Optimization -> "Use Categories Path for Product URLs" set to "Yes"

enter image description here

After that Reindex using php bin/magento indexer:reindex

Related Topic