Skip to content

docs: add indexing comparison table to hidden pages#6146

Open
Bhavysinghal wants to merge 1 commit into
mintlify:mainfrom
Bhavysinghal:feat/hidden-pages-indexing-table
Open

docs: add indexing comparison table to hidden pages#6146
Bhavysinghal wants to merge 1 commit into
mintlify:mainfrom
Bhavysinghal:feat/hidden-pages-indexing-table

Conversation

@Bhavysinghal

@Bhavysinghal Bhavysinghal commented Jun 11, 2026

Copy link
Copy Markdown

What changed

Added a comparison table to the "Search, SEO, and AI indexing" section of organize/hidden-pages.mdx.

Why

The section explained the behavior of hidden, noindex, searchable, and seo.indexing properties across multiple paragraphs. A table makes it significantly faster to scan and compare behaviors at a glance.

What the table covers

  • 4 properties: hidden: true, noindex: true, searchable: true, seo.indexing: "all"
  • 5 scenarios: Sidebar Navigation, Site Search, Sitemap, Search Engine Indexing, AI Assistant Context

How to verify

Visit the live preview and navigate to:
/organize/hidden-pages → "Search, SEO, and AI indexing" section

image

Closes #5961


Note

Low Risk
Documentation-only change with no runtime, auth, or data-handling impact.

Overview
Adds a comparison table to the Search, SEO, and AI indexing section of organize/hidden-pages.mdx, placed before the existing “Include all hidden pages” subsection.

The table maps hidden: true, noindex: true, searchable: true (on hidden tab/group), and seo.indexing: "all" against sidebar visibility, site search, sitemap, search-engine indexing, and AI assistant context—so readers can scan behaviors without parsing the surrounding prose.

Reviewed by Cursor Bugbot for commit dd9cb2d. Bugbot is set up for automated code reviews on this repo. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc enh. - impact of noindex, hidden, and searchable

1 participant