How To Hide a 5 to 6 Pages Indexing on Search Engine

I want to nofollow my 5 to 6 pages, kindly advise the what is the short code to embed nofollow code in multiple pages.

Examples:

pages/abc

pages/cbs

pages/123

pages/tiger

Hardest Solution:

You will need to modify your theme code to detect the proper page and apply a no-index meta tag to it. However, that page will still be found on the in-store search bar, and the sitemap.

Easiest Solution:

The easiest way to go about this is to install an app from the Shopify App store. It will handle all of the things listed above and more.

The app store has many apps that can handle this for you

This can be done using small configuration using metafield.

create a metafield at page level and read that metafield in header.liquid file.

which will add noindex meta tag to page in head tag.

if you are using DAWN Theme request you to refer the below video to do the same.

https://youtu.be/GjMgzQMPNfc?si=Ei9dV7Vgb8xhrV0h

which is the Shopify’s feature.

Thanks for the solution!

It’s worked for me!

Hi @markeden09 ,

request you to like and mark as solution my answer if it helps.