
What does noindex do?
A website can send noindex through a robots meta tag in HTML or an appropriate HTTP response header. Google must be able to crawl the page to discover the instruction. The change is not an instant removal from all search results.
See Google’s noindex documentation for supported implementation details. A noindex rule placed in robots.txt is not a supported way to apply it.
For sensitive information, use proper access restrictions. Search visibility and privacy are separate concerns.
When might a page need it?
Consider a generic thank-you page shown after a quotation form is submitted. It may be useful in the customer journey without being a useful standalone search result. That is a case to discuss with the person managing the site.
First confirm the page contains no private enquiry details. Noindex would not protect those details from somebody opening the URL.
Do not apply the instruction to an entire section merely because one page needs it. A shared template can unintentionally exclude service pages or articles that should remain available in search.
Noindex, robots.txt and canonical are different
- Noindex: An instruction concerning search inclusion.
- Robots.txt: Rules concerning crawler requests.
- Canonical: A preference for the representative version of duplicate or very similar content.
For duplicate pages that should have a preferred representative, review canonical URLs. For crawler access, read robots.txt.
Combining controls without a clear purpose can create contradictions. In particular, preventing Google from crawling a page can prevent it from seeing a noindex instruction there.
What if an important page has noindex?
Confirm that the page is intended for public search. Then have the instruction removed from the relevant template, page setting or response header, and check the live output again.
Inspect other pages that use the same template. A setting copied from a test environment might affect more than the URL where you first noticed the issue.
Use URL Inspection information to investigate the status and allow time for processing. Removing noindex makes a page eligible for consideration; it does not guarantee indexing or a ranking.
Keep the decision explicit
- Record why the page should be excluded.
- Confirm it remains safe to access publicly.
- Check the actual meta tag or response header.
- Ensure crawler access matches the intended processing.
- Review the setting when the page’s purpose changes.
For a missing page without an obvious cause, start with the crawling and indexing guide instead of changing several settings at once.