diff --git a/guides/hidden-pages.mdx b/guides/hidden-pages.mdx index 18adab382..5aea5d0c3 100644 --- a/guides/hidden-pages.mdx +++ b/guides/hidden-pages.mdx @@ -76,4 +76,4 @@ By default, hidden pages are excluded from indexing for search engines, internal } ``` -To exclude a specific page, add `noindex: "true"` to its frontmatter. \ No newline at end of file +To exclude a specific page, add `noindex: true` to its frontmatter. \ No newline at end of file