# Breadcrumb Trail

In ScandiPWA, breadcrumbs are **always** visible on the storefront product listing page, product description pages, and CMS pages.

### Breadcrumb Trail Behaviour: <a href="#breadcrumb-trail-behaviour" id="breadcrumb-trail-behaviour"></a>

|                           |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Product Description Pages | <p>On product description pages, the full category path is always included in the breadcrumb trail. The homepage is present as a first item in the trail.<br>The breadcrumb trail is generated on the product page based on the browsing history.</p><p>If there is no history, the following logic is used:</p><p>If a product is added to multiple categories, on PDP, the full category path of the last category added to the product in Magento admin will be shown.</p> |
| CMS Pages                 | On CMS pages, home is shown as the first element in the breadcrumb trail.                                                                                                                                                                                                                                                                                                                                                                                                     |
| Product Listing Pages     | On product listing pages, the full category path is always included in the breadcrumb trail. The homepage is present as a first item in the trail.                                                                                                                                                                                                                                                                                                                            |

### Magento 2 breadcrumb trail configurations support: <a href="#magento-2-breadcrumb-trail-configurations-support" id="magento-2-breadcrumb-trail-configurations-support"></a>

| **SETTING**                    | **STATUS**      | **DESCRIPTION**                                                    |
| ------------------------------ | --------------- | ------------------------------------------------------------------ |
| Show Breadcrumbs for CMS Pages | **COMING SOON** | Determines if the breadcrumb trail is visible or not on CMS pages. |
