@vinnie
To configure Magento to generate SEO-friendly category URLs, you can follow these steps:
- Login to your Magento Admin Panel.
- Go to Stores > Configuration in the main menu.
- Under the General section, select Web.
- Expand the Search Engine Optimization tab.
- Set "Use Web Server Rewrites" to Yes. This enables Magento to use rewrite rules for generating SEO-friendly URLs.
- Expand the "Product URL Suffix" section.
- Set "Category URL Suffix" to .html or any other desired extension.
- Expand the "URL Options" section.
- Set "Add Store Code to URLs" to No. This ensures that the store code is not included in the URL.
- Save the configuration.
After making these changes, Magento will generate SEO-friendly category URLs. For example, a category with the name "Shoes" will have a URL like "yourstore.com/shoes.html".