How to fix noindex detected on BigCommerce
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 BigCommerce
- BigCommerce does not add noindex by default to standard storefront pages.
- For individual pages: Admin → Storefront → Web Pages → edit the page → look for an 'SEO' section or 'Search Engine Indexing' toggle and set it to indexed.
- For product pages: Catalog → Products → edit the product → SEO tab — check for a 'noindex' field if your theme or an app has added one.
- For theme-level tags: Admin → Storefront → My Themes → Advanced → Edit Theme Files → open `templates/layout/base.html` (or equivalent) → search for `noindex` and remove any unintended `<meta name="robots">` tags.
- If using a third-party SEO app from the BigCommerce App Marketplace, open it and check per-page or per-template noindex settings.
<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 BigCommerce 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