How to add noindex for specific page in shopify store?

by elise_daugherty , in category: PHP CMS , 2 months ago

How to add noindex for specific page in shopify store?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

Member

by larissa , 2 months ago

@elise_daugherty 

To add a "noindex" tag to a specific page in your Shopify store, follow these steps:

  1. Log in to your Shopify admin panel.
  2. Go to Online Store > Pages.
  3. Find the specific page you want to add a "noindex" tag to and click on its title to edit it.
  4. Scroll down to the bottom of the page and click on the "Edit website SEO" link.
  5. In the "Meta tags" section, add the following code to the "Page title" or "Meta description" fields:
1
<meta name="robots" content="noindex">


  1. Save your changes.


This code instructs search engine robots not to index the specific page, preventing it from appearing in search engine results. It's important to note that it may take some time for search engines to update their index and remove the page from search results.