Hide Posts
Control whether posts appear in your site's content listing while remaining accessible via direct links. This is useful for scenarios like:
- An
About
page that you want to link in the site header but not display in the main content feed. - Newsletters that are only available to subscribers.
- Work-in-progress (WIP) posts that are not ready for public viewing.
To hide a post, add this frontmatter option to the note:
===
hidden: true
===
New Post Notification Email
When a hidden post is created, it will be marked as hidden in the new post notification email:
Email notifications are sent when new posts are detected, so the hidden
indicator may not appear if the frontmatter option wasn't present when the note was first synced.
Search Engine Indexing
Hidden posts are non-indexable by search engines by default, even if you configure your site with index: true
. Remove the hidden
option to make the post indexable.
FAQs
How is this guide?