# 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="https://2399025339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Flklrekxvi2ofo3eXbyBY%2Fuploads%2Fdvq0dyeRTxU7ITqCSG8N%2Fedit-code-button.png?alt=media&#x26;token=005b6273-7bc3-414f-8b5a-13380c9484ac" 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="https://2399025339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Flklrekxvi2ofo3eXbyBY%2Fuploads%2FJRhNQWy82GNVsyUDWZmt%2Fpage.studio-landing.png?alt=media&#x26;token=0b4f1591-2e58-4891-8716-96e6eae8be29" 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="https://2399025339-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Flklrekxvi2ofo3eXbyBY%2Fuploads%2FRDJ8njSRjT37ZbRqvn4R%2Fpaste-meta-code.png?alt=media&#x26;token=bac80967-ed95-409e-92fb-7251a6e5e5f7" alt=""><figcaption></figcaption></figure>

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