Hide Pages from Search Engines

You may want to hide your page from search engines. This is popular practice for landing pages. Follow the steps below on how to set this up for your pages.

1. Starting from your Shopify dashboard, click on Online Store, and then click on Themes.

2. Click the Actions button, then select Edit code.

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

4. Copy the following code.

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

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

6. Save your changes.