https://github.com/blopa/magento2-multistore-product-url
https://github.com/blopa/magento2-multistore-product-url
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/blopa/magento2-multistore-product-url
- Owner: blopa
- License: mit
- Created: 2025-01-28T18:27:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T18:36:12.000Z (over 1 year ago)
- Last Synced: 2025-03-12T19:38:06.144Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Magento 2 Multi-Language Product URL Extension
## Overview
This Magento 2 extension allows users running a multi-language Magento 2 store to have different URLs for each product based on the selected language. This feature enhances SEO by providing search engines with language-specific URLs, improving visibility and user experience.
## Features
- Supports multiple languages for product URLs.
- Automatically generates language-specific URLs for products.
- Improves SEO by allowing search engines to index language-specific content.
## Installation
1. Clone the repository:
```bash
git clone
```
2. Navigate to the Magento root directory:
```bash
cd /path/to/magento2
```
3. Copy the extension files to the `app/code` directory:
```bash
cp -R /path/to/magento2-multistore-product-url app/code/
```
4. Enable the module:
```bash
php bin/magento module:enable Werules_MultistoreProductUrl
```
5. Run the setup upgrade command:
```bash
php bin/magento setup:upgrade
```
6. Clear the cache:
```bash
php bin/magento cache:clean
```
## Usage
After installation, the extension will automatically generate language-specific URLs for your products. Ensure that your Magento store is configured to support multiple languages.
## Contributing
Contributions are welcome! Please feel free to submit a pull request or open an issue for any bugs or feature requests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.