Skip to content

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

License

Notifications You must be signed in to change notification settings

opengento/magento2-product-breadcrumbs

Repository files navigation

Product Breadcrumbs Rendering Strategie Module for Magento 2

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.

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

  • 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!