# Hide Pages from Search Engines

You may want to hide your page from search engines. This is popular practice for [landing pages](https://github.com/shoppad/docs-blogstudio/blob/master/troubleshooting/get-started-with-page-studio/create-landing-pages.md). Follow the steps below on how to set this up for your pages.

1. Starting from your Shopify admin dashboard, click on **Online Store**, then click on **Themes.**
2. Find the theme you want to edit, click the **...** button, then select **Edit code.**

<figure><img src="/files/3uCLGccRmw9yuQXeDbX7" alt=""><figcaption></figcaption></figure>

3. Locate the **page.studio-landing.liquid** template (or whatever template you want this change applied under **templates**).

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

4. Copy the following code.

```html
<meta name="robots" content="noindex" />
```

6. Paste that code at the top of the liquid file.

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

7. **Save** your changes at the top right of the page.


---

# 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://shoppad.gitbook.io/pagestudio/troubleshooting/hide-pages-from-search-engines.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.
