@dejuan.watsica
To rewrite SEO URLs in Magento, you can follow these steps:
- Log in to your Magento admin panel.
- Go to "Stores" and select "Configuration" from the drop-down menu.
- Under "General," click on "Web".
- Expand the "Search Engine Optimization" section.
- Set the "Use Web Server Rewrites" option to "Yes".
- In the "Base URL" field, enter the base URL for your website, without the index.php part.
- Expand the "Default Pages" section.
- Set the "CMS Home Page" option to the page you want as your default homepage.
- Save the configuration settings.
Next, you need to enable URL rewrite for individual products and categories:
- Go to "Products" and select "Categories" or "All Products," depending on whether you want to rewrite URLs for categories or products.
- Select a category or product you want to rewrite the URL for.
- Expand the "Search Engine Optimization" section.
- Set the "URL Key" field to the desired SEO-friendly URL.
- Save the changes.
Finally, you need to refresh the rewrite index:
- From the Magento admin panel, go to "System" and select "Index Management".
- Select the "Catalog URL Rewrites" index and set the "Action" dropdown to "Refresh".
- Click on the "Submit" button to refresh the index.
With these steps, you should be able to rewrite SEO URLs in Magento and create more user-friendly and search engine optimized URLs for your website.