This module allows to toggle server side rendered breadcrumbs for product pages.
Magento 2 Open Source or Commerce edition is required.
Run the following composer command:
composer require opengento/module-product-breadcrumbs
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.
This module is Hyvä-Ready!
This module render server-sided product breadcrumbs so it's visible to any robot analyzing the DOM without requiring any js load and process. You can still enable the js breadcrumbs so it is updated by client-side generation and your user can see the native breadcrumbs based on their navigation.
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
- 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.
Raise a new request to the issue tracker.
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!