How to fix noindex detected on Shopify

Remove or replace the `noindex` directive on any page you want Google to find and rank, then verify the change with Google Search Console.

Steps for Shopify

  1. Shopify's default themes do NOT add noindex to standard pages. The most common sources are: (1) a third-party SEO app, (2) a Shopify theme file, or (3) the 'Password Protection' mode which noindexes the whole store.
  2. Check for a password page: Admin → Online Store → Preferences → scroll to 'Password protection' — ensure 'Restrict access to visitors with the password' is OFF for a live store.
  3. Check SEO apps: Admin → Apps → open any installed SEO app (e.g., Plug In SEO, SEO Manager, Smart SEO) → look for a 'Robots' or 'noindex' setting for the affected page type.
  4. Check theme files: Admin → Online Store → Themes → Actions → Edit code → open `theme.liquid` (or the relevant template such as `product.liquid`, `collection.liquid`, `page.liquid`) → search for `noindex` — remove or change any `<meta name="robots">` tag that contains it.
  5. To noindex only specific pages intentionally, use an SEO app rather than hard-coding the tag, so it stays manageable.
Official Shopify documentation ↗
<meta name="robots" content="index,follow">

What is noindex detected?

A `noindex` directive is an instruction — placed either in a page's HTML `<head>` tag or in an HTTP response header — that tells search engines like Google: "Do not include this page in your search index." It looks like `<meta name="robots" content="noindex">` (or combined with `nofollow` as `noindex,nofollow`). When this tag is present, Google will crawl the page but then discard it from search results entirely, as if the page never existed to searchers.

Any page carrying a `noindex` directive earns zero organic traffic — it simply cannot rank. If your product pages, category pages, blog posts, or homepage are accidentally tagged this way, you are invisibly blocking your own revenue. This is one of the most common causes of sudden ranking drops and "missing pages" in Google Search Console. Beyond rankings, pages blocked by `noindex` also lose any link equity they might otherwise pass, compounding the traffic loss. Because the tag is easy to set once and forget, it frequently goes unnoticed for months while costing you sales.

See the complete Noindex detected guide for every platform and the full background.

Not sure if your Shopify store has this?

Run a free SEOLZ audit — we’ll find noindex detected and every other issue across your whole site.

Scan my site free

Fix noindex detected on another platform