Hidden pages are removed from your site’s navigation while remaining publicly accessible to anyone who knows their URL.Use hidden pages for content that you want to be accessible on your site, but not discoverable through the navigation. For content requiring strict access control, you must configure authentication.If you want to hide pages for specific groups of users, use personalization to control page visibility.
By default, hidden pages are excluded from indexing for search engines and internal search within your docs. To include hidden pages in search results, add this setting to your docs.json:
Copy
Ask AI
"seo" { "indexing": all}
To exclude a specific page from search, add noindex: true to its frontmatter.