> For the complete documentation index, see [llms.txt](https://docs.maker.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.maker.co/maker-nav/settings/how-do-i-add-a-badge-on-my-pdp.md).

# How do I add a Badge on my PDP ?

{% stepper %}
{% step %}

### Select Account Settings and select Advanced

<figure><img src="/files/uQ7wuN67IoUSaFeMSwpl" alt="How do I add a Badge on my PDP ? — step 1"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on Product Badges

<figure><img src="/files/wN1ib3MKbebS6uBh7tl3" alt="How do I add a Badge on my PDP ? — step 2"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Give the Badge a Title

<figure><img src="/files/MNWQMZNpP8llIoVamJWU" alt="How do I add a Badge on my PDP ? — step 3"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Style the Badge by adding background color and text color. Add the name of the badge that will appear on the products in the "Content" attribute

<figure><img src="/files/WaxDCgkn3VihcJ8AahR0" alt="How do I add a Badge on my PDP ? — step 4"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Click on the "Visibility" tab to set rules for what products will show the bade.

* **Show** - shows the badge on all products
* **Hide**- hides the badge on all products
* **Custom Rule**- allows you to show badges based on the rules that match based on Product tags for Shopify customers and Custom label/metafield for non-Shopify customers.

<figure><img src="/files/DaPgwlx5LhmgiLwk3Re9" alt="How do I add a Badge on my PDP ? — step 5"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Here is an example of Badges that appear on PLPs and PDPs

<figure><img src="/files/y7ZzR2qqoFiQfIjbJidI" alt="How do I add a Badge on my PDP ? — step 6"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tip! Shopify customers can use Product tags to set up rules, and Feed Customers can use Custom labels/metafields.

{% endstep %}

{% step %}

### Tip! Tip! for Feed Customers only

You can send us the metadata like this in a custom\_label, we treat this as a metafield. More details on that can be found

<https://docs.google.com/document/d/1EdqsrHAfqpbMMyIA9ZZdiQZugTKi579pjiNl8Xm4gmo/edit#heading=h.bkrrpc1e93bb>

To create multiple badges on a product, create a metafield like meta\[badges]=bestseller,sale

<figure><img src="/files/ROhpuYPgtKHSoRXhFGTm" alt="How do I add a Badge on my PDP ? — step 8"><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Tip! for Feed Customers only

Since metafields are key-value pairs, you can also use the value of the metafield as the content for the badge.

For example, you could give us a metafield like this:

**meta\[badge]=Bestseller**

This can be setup a in badge. In this case, you don't need to set a custom visibility rule; we would automatically show the badge for products that have some value for meta\[custom\_badge] and hide it for products that don't have meta\[custom\_badge]

<figure><img src="/files/wLcJjKwgB34MMiqVoymz" alt="How do I add a Badge on my PDP ? — step 9"><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.maker.co/maker-nav/settings/how-do-i-add-a-badge-on-my-pdp.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
