Skip to content

Commit 3351999

Browse files
authored
docs: add indexing comparison table to hidden pages (#6146)
* docs: add indexing comparison table to hidden pages * docs: remove emojis from indexing comparison table * docs: use sentence case for table column headers
1 parent 76b0d76 commit 3351999

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

organize/hidden-pages.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ To hide a tab, add the `hidden` property for the tab in your `docs.json` file:
9494

9595
By default, hidden pages don't appear in indexing for search engines, documentation site search, or as AI assistant context. You have two ways to include hidden content in search and indexing.
9696

97+
The following table summarizes how each property affects page visibility and indexing:
98+
99+
| Property | Sidebar navigation | Site search | Sitemap | Search engine indexing | AI assistant context |
100+
|---|---|---|---|---|---|
101+
| `hidden: true` | Hidden | Excluded | Excluded | Excluded | Excluded |
102+
| `noindex: true` | Visible | Included | Included | Excluded | Excluded |
103+
| `searchable: true` (on hidden tab/group) | Hidden | Included | Included | Included | Included |
104+
| `seo.indexing: "all"` (in `docs.json`) | Hidden | Included | Included | Included | Included |
105+
97106
### Include all hidden pages
98107

99108
To include every hidden page across your site in search, sitemaps, and AI context, add the `seo` property to your `docs.json`:

0 commit comments

Comments
 (0)