https://github.com/opengento/magento2-product-breadcrumbs
This module allows to toggle server side rendered breadcrumb for product pages.
https://github.com/opengento/magento2-product-breadcrumbs
breadcrumbs catalog magento magento-2 magento-extension magento-module magento2 magento2-extension magento2-extension-free magento2-module product product-breadcrumbs
Last synced: about 1 year ago
JSON representation
This module allows to toggle server side rendered breadcrumb for product pages.
- Host: GitHub
- URL: https://github.com/opengento/magento2-product-breadcrumbs
- Owner: opengento
- License: mit
- Created: 2024-08-11T07:39:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T10:19:08.000Z (over 1 year ago)
- Last Synced: 2024-10-15T12:12:19.866Z (over 1 year ago)
- Topics: breadcrumbs, catalog, magento, magento-2, magento-extension, magento-module, magento2, magento2-extension, magento2-extension-free, magento2-module, product, product-breadcrumbs
- Language: PHP
- Homepage: https://opengento.fr/
- Size: 34.2 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Product Breadcrumbs Rendering Strategie Module for Magento 2
[](https://packagist.org/packages/opengento/module-product-breadcrumbs)
[](./LICENSE)
[](https://packagist.org/packages/opengento/module-product-breadcrumbs/stats)
[](https://packagist.org/packages/opengento/module-product-breadcrumbs/stats)
This module allows to toggle server side rendered breadcrumbs for product pages.
- [Setup](#setup)
- [Composer installation](#composer-installation)
- [Setup the module](#setup-the-module)
- [Features](#features)
- [Settings](#settings)
- [Documentation](#documentation)
- [Support](#support)
- [Authors](#authors)
- [License](#license)
## Setup
Magento 2 Open Source or Commerce edition is required.
### Composer installation
Run the following composer command:
```
composer require opengento/module-product-breadcrumbs
```
### Setup the module
Run the following magento command:
```
bin/magento setup:upgrade
```
**If you are in production mode, do not forget to recompile and redeploy the static resources.**
## Features
This module is Hyvä-Ready!
This module render server-sided product breadcrumbs so it's visible to any robot without requiring any js loads and process.
Can you still enable the js breadcrumbs so your user can see natural breadcrumbs following their navigation.
## Settings
The settings are available at:
`Stores > Configuration > Catalog > Catalog > Search Engine Optimization`
- Render Product Breadcrumbs from Server-Side
- Override Product Breadcrumbs on Client-Side
- Product Breadcrumbs Strategy
- Product Breadcrumbs Excluded Categories
## Documentation
- Toggle server-side product breadcrumbs rendering.
- Toggle to allow client-side to override product breadcrumbs based on navigation.
- Select best strategy to generate the product breadcrumbs (native, deepest, closest).
- Exclude some root categories from being used to generate the breadcrumbs.
## Support
Raise a new [request](https://github.com/opengento/magento2-product-breadcrumbs/issues) to the issue tracker.
## Authors
- **Opengento Community** - *Lead* - [](https://twitter.com/opengento)
- **Thomas Klein** - *Maintainer* - [](https://github.com/thomas-kl1)
- **Contributors** - *Contributor* - [](https://github.com/opengento/magento2-product-breadcrumbs/graphs/contributors)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) details.
***That's all folks!***