# Hide from search

Products, collections, pages, blogs, and articles can be specifically excluded from your store's internal search and Shopify's sitemap, which is used by Google and other search engines to index the resources within your shop.\
\
When editing custom fields for either a product, a collection, a page, a blog, or an article, the ACF editor gives you the option to hide or unhide the item you are editing directly:

![](/files/WBcCaL4ZGClEvXQZOtbH)

This is usable if you have any custom content, you don't want to be shown on the front end. For example, a product that is an add-on or sold with another product, but not sold individually. Or if you have a page only for holding content to be shown elsewhere and you don't want to link to it directly.\
\
Please note:

* Sometimes it might take a few minutes for the sitemap to be updated
* Hiding a blog hides all the articles in that blog from the sitemap as well
* Shopify automatically adds \<meta name="robots" content="noindex,nofollow"> to the {{ content\_for\_header }} of hidden resources

{% hint style="info" %}
*The implementation has been made according to* [*Shopify's article*](https://help.shopify.com/en/api/guides/updating-seo-data#hide-an-object-from-search-engines-and-sitemaps) *on the topic*
{% endhint %}


---

# 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.accentuate.io/the-editor/hide-from-search.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.
