A user needs to prevent specific pages on their Dawn theme Shopify store from being indexed by search engines, specifically a ‘customer-schedule-a-visit’ page.
Proposed Solutions:
Add noindex meta tag via theme.liquid: Multiple responders suggest editing the theme.liquid file in the Layout section, locating the </head> tag, and inserting conditional Liquid code that adds <meta name="robots" content="noindex, nofollow"> for specific page paths or templates
Change page visibility status: Set pages to ‘draft’ or ‘archived’ status in Shopify admin (Online Store → Pages) to prevent public access and indexing
Official documentation: Reference to Shopify’s official guide on hiding pages from search engines for step-by-step instructions
The discussion provides both code-based solutions (conditional noindex tags) and admin-level approaches (page status changes). The issue remains open pending the original poster’s implementation and confirmation.
Summarized with AI on October 27.
AI used: claude-sonnet-4-5-20250929.
I’m using the Dawn theme for my website. I have created multiple pages, and I want to hide some of them, meaning I don’t want these pages to be indexed on the website. Please help me achieve this.