opengento/module-product-breadcrumbs

This module allows to toggle server side rendered breadcrumbs for product pages.

1.0.2 2024-08-28 21:16 UTC

This package is auto-updated.

Last update: 2024-08-28 21:17:32 UTC


README

Latest Stable Version License: MIT Packagist Packagist

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.

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, shallowest).
  • Exclude some root categories from being used to generate the breadcrumbs.

Support

Raise a new request to the issue tracker.

Authors

  • Opengento Community - Lead - Twitter Follow
  • Thomas Klein - Maintainer - GitHub followers
  • Contributors - Contributor - GitHub contributors

License

This project is licensed under the MIT License - see the LICENSE details.

That's all folks!