# Breadcrumbs

{% embed url="<https://youtu.be/TM0L8nJPk0s/>" %}

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="success" %}
Steps

1. In the theme editor (**Customize**), open the template selector
2. Select the product template you want to add breadcrumbs to.
3. Locate the **Breadcrumbs** section.
   {% endhint %}

* **Text alignment**: Set how the breadcrumbs are aligned: Left/Center/Right.
* Remove, hide, or reorder the section if you want

{% hint style="info" %}
By default, breadcrumbs display the name of the collection that comes first in alphabetical order (if that product is included in multiple collections).
{% endhint %}

## How to create custom breadcrumbs for individual products

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

**Steps:**

#### **1. Define a Product Metafield in Shopify admin > Settings > Custom data.**

* Click the button **Add definition** to create a new product definition.
* Use any **Name** you want, and insert the **Namespace and key** as '**breadcrumb.primary\_collection**'.
* Select the metafield type as **Collection.**
* Click **Save**.

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

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

* From **Shopify admin** > **Products**, select a product you want to add custom breadcrumbs.
* In the **Metafields** section, select a collection from your collection list.
* Click **Save**.

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

#### **3. 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/42WwYmSt2JXYfh4MwAIN" alt=""><figcaption></figcaption></figure>

You can modify the spacing above and below the section by adjusting the slider to change the values of the Top padding and Bottom padding.

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

<figure><img src="/files/6RW1JWuKNf9ovVFLkLXc" alt=""><figcaption><p><a href="https://apps.shopify.com/xflow?utm_source=foxecom&#x26;utm_medium=help_center_hyper&#x26;utm_campaign=banner">Install XFlow Back In Stock Automation FREE</a></p></figcaption></figure>


---

# 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/hyper-theme/collections-and-products/product-page/breadcrumbs.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.
