# Product badges

Product badges highlight key product information, helping customers quickly identify special items. Use tags or metafields to display custom badges.

#### How to Add Product Badges

**Method 1: Using Product Tags**

1. **Edit Product in Shopify**
   * Open the desired product
   * Scroll to **Tags** section
2. **Add Badge Tag**
   * Enter tag in format: `badge_YourText`
     * Example: `badge_BestSeller` or `badge_LimitedStock`
   * Click **Save**

*Note: Also works with:*

* Bulk editor
* CSV imports
* Third-party apps

**Method 2: Using Product Metafields**

1. **Create Metafield Definition**
   * Go to **Settings > Custom Data > Products**
   * Click **Add Definition**
   * Set:

     * Name: `Product badge`
     * Namespace/key: `custom.badge`
     * Type: `Single line text`
     *

     ```
     <figure><img src="../../.gitbook/assets/image (15).png" alt="" width="287"><figcaption></figcaption></figure>
     ```
2. **Add Badge to Product**
   * Edit product
   * Scroll to **Metafields** at bottom
   * Enter badge text in **Product badge** field
   * Click **Save**

#### Best Practices

* **Keep text short:** 1-3 words (e.g., "Sale", "New", "Last Chance")
* **Make them noticeable:** Use contrasting colors
* **Be truthful:** Only add badges for real differentiators
* **Test visibility:** Check on mobile and desktop views

#### Maintenance Tips

* Review badges monthly for accuracy
* Remove expired promotions
* Keep styling consistent across products
* Consider seasonal badge updates


---

# 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://help.brickspacelab.com/keystone/guides/products/product-badges.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.
