Skip to content

docs: document searchable for hidden tabs and groups#5837

Merged
skeptrunedev merged 1 commit into
mainfrom
nick/coreweave-searchable
May 16, 2026
Merged

docs: document searchable for hidden tabs and groups#5837
skeptrunedev merged 1 commit into
mainfrom
nick/coreweave-searchable

Conversation

@skeptrunedev
Copy link
Copy Markdown
Contributor

@skeptrunedev skeptrunedev commented May 16, 2026

Summary

Adds documentation for the new searchable: true option on hidden tabs and groups (mintlify/mint#7768, mintlify/server#5291).

  • organize/hidden-pages.mdx — Splits the existing "Search, SEO, and AI indexing" section into two paths: site-wide seo.indexing: "all" and per-subtree searchable: true. Adds a worked example and the precedence rules.
  • optimize/seo.mdx — One-line cross-reference under the sitemap section so customers find searchable from the SEO entry point.

Why

Without this, customers who use hidden tabs as a navigation-layout workaround (e.g. per-product isolated left navs) won't know the new opt-in exists. Hidden tabs silently strip descendant pages from search, sitemap, and AI context by default; until they discover searchable, the merge doesn't help them.

Test plan

  • mint broken-links — no broken links
  • vale optimize/seo.mdx organize/hidden-pages.mdx — 0 errors, 0 warnings (2 suggestions on pre-existing lines not touched by this change)
  • Code blocks have language tags
  • Sentence case headings, second-person voice
  • Visual review on preview deploy

Note

Low Risk
Low risk: documentation-only updates that clarify indexing behavior for hidden navigation content without changing product logic.

Overview
Documents a new opt-in path for indexing hidden navigation content: organize/hidden-pages.mdx now distinguishes between site-wide seo.indexing: "all" and per-tab/group searchable: true, including an example and precedence notes.

Adds a cross-reference in optimize/seo.mdx so readers of the sitemap/robots section discover the searchable: true option for indexing descendants of hidden tabs/groups.

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

Adds the `searchable: true` option to the Hidden pages guide as the
second way to expose hidden content to search, sitemap, AI context,
and search engines. Cross-references it from the SEO sitemap section.

Use `seo.indexing: "all"` for site-wide opt-in, or `searchable: true`
on a specific hidden tab or group when only that subtree should be
discoverable.
@skeptrunedev skeptrunedev merged commit bea3040 into main May 16, 2026
2 checks passed
@skeptrunedev skeptrunedev deleted the nick/coreweave-searchable branch May 16, 2026 19:58
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.

2 participants