Update from code changes: document searchable frontmatter#6312
Merged
Conversation
densumesh
approved these changes
Jun 29, 2026
Contributor
Author
|
Update from code changes updated this PR. Tightened the searchable frontmatter field description across English, French, and Spanish Source PRs
|
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
Documents the new
searchablepage frontmatter field that lets authors exclude a page from in-product docs search and the AI assistant context while keeping it indexable by external search engines.Changes
organize/pages.mdx: add asearchableResponseFieldnext tonoindex.optimize/search.mdx: add an "Exclude a page from search" section with usage guidance and a code example, plus updated keywords.organize/hidden-pages.mdx: add asearchable: falserow to the visibility/indexing table and cross-link from the "hidden versus noindex" explainer.fr,es, andzhtranslations.Context
A new
searchable?: booleanfield was added to page frontmatter. Settingsearchable: falseexcludes the page from in-product docs search and the AI assistant context. Sitemap, robots, and external SEO behavior are unchanged. This is the inverse ofnoindex, which removes a page from both internal and external indexing.Update history
searchablefrontmatter field across en/fr/es/zh (organize/pages.mdx,optimize/search.mdx,organize/hidden-pages.mdx).searchable: falsealso excludes the page from the AI assistant context (Inkeep ingestion), based on the runtime implementation in https://github.com/mintlify/server/pull/6226. Updated the description, supporting bullets, the visibility/indexing table row, and the "hidden versus noindex" cross-link across en/fr/es/zh.Note
Low Risk
Documentation-only MDX changes with no runtime or configuration impact.
Overview
Documents the new
searchablepage frontmatter option across en, es, fr, and zh.Authors can set
searchable: falseto drop a page from in-product search and AI assistant context while keeping it in the sidebar, sitemap, and external SEO—contrasted withnoindex, which also blocks external indexing.Updates add a
searchableResponseFieldon the pages reference, a new “Exclude a page from search” section on the search guide (example + keywords), and—where those pages already had the matrix—asearchable: falsetable row plus guidance in the hidden vs. noindex explainer with cross-links.Reviewed by Cursor Bugbot for commit a86571a. Bugbot is set up for automated code reviews on this repo. Configure here.