From 9c6f089810db946c098b3b71f81cc70e12986502 Mon Sep 17 00:00:00 2001 From: dino475 Date: Tue, 18 Mar 2025 12:41:23 -0700 Subject: [PATCH] correcting the syntax to adhere to docs.json --- settings/global.mdx | 2 +- settings/seo.mdx | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/settings/global.mdx b/settings/global.mdx index a85b9972d..cc0842577 100644 --- a/settings/global.mdx +++ b/settings/global.mdx @@ -516,7 +516,7 @@ Every documentation site requires a `docs.json` file that contains the core conf - Meta tags added to every page. Must be a valid key-value pair + Meta tags added to every page. Must be a valid key-value pair. Possible options [here](https://mintlify.com/docs/settings/seo#supported-meta-tags) Specify which pages to be indexed by search engines. Setting `navigable` indexes pages that are set in navigation, `all` indexes all pages. Defaults to `navigable`. diff --git a/settings/seo.mdx b/settings/seo.mdx index bd115d08d..75cb3917c 100644 --- a/settings/seo.mdx +++ b/settings/seo.mdx @@ -77,7 +77,9 @@ noindex: true You can also specify `noindex` for all pages in your docs by setting the `metadata.robots` field to `"noindex"` in your `docs.json`: ```json -"metadata": { - "robots": "noindex" -} +"seo": { + "metatags": { + "robots": "noindex" + } + } ``` \ No newline at end of file