> For the complete documentation index, see [llms.txt](https://docs.globo.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.globo.io/filter/hide-specific-products-on-collection-and-search-page.md).

# Hide specific products on collection & search page

✨Our app allows you to hide specific products from both the collection page and the instant search widget by using unique product tags. By assigning a designated tag to the products you wish to hide, you can control their visibility on your storefront.​

**Follow these steps to manage product visibility:**

### ⚡️Step 1 - Configure App Settings

1. **Access App Settings:**
   * From your Shopify admin dashboard, navigate to the app's settings by clicking on **Settings** in the left-hand menu.​
2. **Configure Product Visibility:**
   * Within the **General** tab, scroll down to the **Product Visibility** section.
   * In the **Hide products by tags** field, enter the tag(s) you want to use for hiding products. For example, you might use the tag `hidden-product`.​
   * Click **Save** to apply your changes.<br>

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

### ⚡️Step 2 - Assign a specific tag to Products

1. **Assign the Tag to Products:**
   * Go back to your Shopify admin dashboard and click on **Products** to view your product list.​
   * Select the product(s) you want to hide from the collection page.​
   * In the **Tags** section of each product, add the tag you specified earlier (e.g., `hidden-product`).​
   * Save the changes to each product.​<br>

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

By following these steps, any product tagged with your specified keyword (e.g., `hidden-product`) will be excluded from appearing on the collection page and in the instant search widget.​

If you have any questions or need further assistance, please don't hesitate to contact our support team at <contact@globo.io>.


---

# 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:

```
GET https://docs.globo.io/filter/hide-specific-products-on-collection-and-search-page.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.
