# Breadcrumb

![](/files/O99eAoidPbPXCPetmYmq)

Breadcrumb is a type of secondary navigation scheme that reveals the customers’ location on the website.

**Breadcrumbs can improve how a user and Google navigate a website**, especially if your website has many products or pages.

Furthermore, breadcrumbs have been proven to **decrease bounce rates**, keeping users on a website longer.

Lastly, the best benefit of breadcrumbs is SEO-boosting. Google bots use breadcrumbs to categorize and contextualize content in search results more efficiently.

## How to configure the Breadcrumbs

{% hint style="info" %}
Steps

1. In the theme editor (**Customize**), open the template selector.
2. Select **Products**, then **Default product.**
3. On the left-side bar, add **Breadcrumb.**
4. Make necessary changes.
5. **Save** the settings.
   {% endhint %}

<figure><img src="/files/DsvcNBOGtAsRXvP7MufV" alt=""><figcaption></figcaption></figure>

You can control the container type, its positions, and whether they want to display breadcrumbs or not.

{% hint style="info" %}
When a product belongs to multiple collections, the breadcrumb displayed on the product page will reflect the collection name that appears first in alphabetical order. This automatic sorting ensures consistency in how products are categorized and optimized for SEO.
{% endhint %}

## How to create custom breadcrumbs for individual products <a href="#how-to-creat-custom-breadcrumbs-for-individual-products" id="how-to-creat-custom-breadcrumbs-for-individual-products"></a>

In Minimog, you can set custom product breadcrumbs for each of your products using metafields.

Follow the steps below:

{% stepper %}
{% step %}

### **Define a Product Metafield in Shopify admin**

{% hint style="success" %}

1. Click the button **Add definition** to create a new product definition.
2. Use any **Name** you want, and insert the **Namespace and key** as '**breadcrumbs.primary\_collection**'.
3. Select the metafield type as **Collection.**
4. Click **Save**.
   {% endhint %}

<figure><img src="/files/6ZFPev5KtiPstl9Uzjy7" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **In the Product setup, select a collection from a list to display a custom product breadcrumb**

{% hint style="success" %}

1. From **Shopify admin** > **Products**, select a product you want to add custom breadcrumbs.
2. In the **Metafields** section, select a collection from your collection list.
3. Click **Save**.
   {% endhint %}

<figure><img src="/files/rl9XFjD9MiZCHyo9259M" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### **Enable the breadcrumbs on your theme editor**

Make sure the **Breadcrumbs** section is added to your product template and the dynamic data source is linked.

<figure><img src="/files/RXoQvMjT62V8jlXbjDTJ" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.foxecom.com/minimog-theme/collections-and-products/product-page/breadcrumb.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
