> For the complete documentation index, see [llms.txt](https://www.locksmith.guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.locksmith.guide/faqs/can-locksmith-hide-content-from-my-in-store-search.md).

# Can Locksmith hide content from my in-store search?

Locksmith includes a checkbox inside of the "Settings" area, on lock pages, that will remove products and other resources from searches - but only from the default and static searches in your store.

{% hint style="warning" %}
**Note**: Locksmith can NOT remove products from display **in other apps**, nor can it remove products from **dynamic (shows results as you type) searches**. In these cases, see suggestions below\...
{% endhint %}

You'll find the hide-from-lists setting on each of your lock pages, like so:

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

## Suggestions for third-party or dynamic searches

Using the above Locksmith setting to 'hide from search results' will *not* remove the search results when a third party or dynamic search is enabled in your store, so we have some suggestions for alternatives.

### **Dynamic searches(show results as you type) enabled from within the theme settings**

The only option here, if you want to make sure that your locked content is never displayed inside of your in-store search, is to disable the dynamic loading of the products. Each theme is different, but this is typically done within the "search" settings for the theme.

Once you open the Theme Editor, you can find it under your "Search" settings. On the Debut theme, for example, go to:

* Theme Settings > Search > Enable product suggestions (turn OFF)

### **Third party searches**:

Locksmith won’t be able to hide your products from a search in this case, since the third party app is completely responsible for displaying search results when enabled. Suggestions:

* Many third party apps have their own ways to prevent products from showing up in them. Check the settings for the app that you're using! At the very least, they should allow you to remove certain products entirely from appearing in searches, using a specific product tag.

## The "Hide from sitemaps..." setting

For *product* and *collection* locks, Locksmith also gives you the option to hide from sitemaps:

<figure><img src="/files/DFbwJK1t8XGmERCLvUOZ" alt="" width="337"><figcaption></figcaption></figure>

Behind the scenes, this setting uses [Shopify's "seo" metafield](https://shopify.dev/docs/apps/marketing/seo#step-2-hide-a-resource-from-search-engines-and-sitemaps), which removes products from any *in-store* searches, but also works to remove products from search engines like Google.

{% hint style="warning" %}
**Note**: When enabled, his setting will remove products completely from in-store searches. In other words, **even visitors that have access to the content via Locksmith&#x20;*****won't*****&#x20;see the products appear in searches.** Because of that, this setting may not work for everyone, but is still available as an option.
{% endhint %}

On collection locks, as long as the '*protect products in this collection*' option is enabled, the setting will also be applied to each product in the collection.

## Related topics

{% content-ref url="/pages/UM2j5kcD3lAniUmsgpg3" %}
[How does Locksmith affect search engines and SEO?](/faqs/more/how-does-locksmith-affect-search-engines-and-seo.md)
{% endcontent-ref %}

{% content-ref url="/pages/9lNhC04BlaQAMeVE7mrX" %}
[Automatically managing the seo.hidden metafield using Locksmith](/tutorials/more/automatically-hide-from-sitemaps-and-manage-seo-metafield.md)
{% endcontent-ref %}


---

# 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://www.locksmith.guide/faqs/can-locksmith-hide-content-from-my-in-store-search.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.
