diff --git a/settings/global.mdx b/settings/global.mdx index a85b9972..cc084257 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 bd115d08..75cb3917 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