> For the complete documentation index, see [llms.txt](https://knowledgebase.ajaxsearchpro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://knowledgebase.ajaxsearchpro.com/miscellaneous/woocommerce/excluding-hidden-catalog-products.md).

# Excluding hidden catalog products

&#x20;Since WooCommerce 3.0 the catalog and search product visibility was moved to a taxonomy term for better performance.

Therefore you can exclude these products using the `Andvanced Options -> Exclude/Include results` panel:\
&#x20;

![](https://wp-dreams.com/wp-content/uploads/2017/05/26/admin/13257/admin/kb-woocommerce-exclude-hidden.jpg)

Drag the *exclude-from-catalog* and the *exclude-from-search* items to the right side, so products that are hidden from the catalog as well as from the search will be excluded.

Save the options, and it’s done.


---

# 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://knowledgebase.ajaxsearchpro.com/miscellaneous/woocommerce/excluding-hidden-catalog-products.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.
