opengento / module-product-breadcrumbs
This module allows to toggle server side rendered breadcrumbs for product pages.
Fund package maintenance!
www.helloasso.com/associations/opengento/formulaires/1
Installs: 727
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 7
Forks: 1
Open Issues: 1
Type:magento2-module
Requires
- php: ^8.1
- magento/framework: *
- magento/module-catalog: *
- magento/module-config: *
- magento/module-store: *
- magento/module-theme: *
Requires (Dev)
- magento/magento-coding-standard: ^33
- roave/security-advisories: dev-latest
README
This module allows to toggle server side rendered breadcrumbs for product pages.
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 to the issue tracker.
Authors
License
This project is licensed under the MIT License - see the LICENSE details.
That's all folks!