> For the complete documentation index, see [llms.txt](https://shoppad.gitbook.io/pagestudio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shoppad.gitbook.io/pagestudio/troubleshooting/hide-pages-from-search-engines.md).

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