Update from code changes: clarify noindex behavior for site search#6295
Merged
Conversation
ethanpalm
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects the documented behavior of page-level
noindex: trueso it matches how Mintlify now treats those pages: they are excluded from site search (in addition to search engines and AI context), while remaining visible in navigation.Changes
noindex: trueas excluded from site search and sitemaps.noindexpage is excluded from.noindexfrontmatter field description on the page frontmatter reference.Context
A recent change restored exclusion of page-level
noindex: truepages from internal (in-product) search across bothseo.indexingmodes. The existing docs still described these pages as included in site search, which is no longer accurate.Note
Low Risk
Documentation-only edits with no application or config behavior changes.
Overview
Documentation now states that page-level
noindex: truekeeps the page in the sidebar but excludes it from site search and sitemaps, not only search engines and AI context—matching restored product behavior.Updates include the visibility/indexing table on the hidden-pages guide, the
hiddenvsnoindexsection, and thenoindexfrontmatter description on the pages reference. The English hidden-pages guide also reframes the usage tip as excluding from “search and indexing” while staying in navigation. The same corrections are applied in Spanish, French, and Chinese (es,fr,zh).Reviewed by Cursor Bugbot for commit 61ee239. Bugbot is set up for automated code reviews on this repo. Configure here.