diff --git a/settings/seo.mdx b/settings/seo.mdx index cc54b7f5a..b81352b91 100644 --- a/settings/seo.mdx +++ b/settings/seo.mdx @@ -70,4 +70,12 @@ If you want to stop a page from being indexed by search engines, you can include --- noindex: true --- +``` + +You can also specify `noindex` for all pages in your docs by setting the `metadata.robots` field to `"noindex"` in your `mint.json`: + +```json +"metadata": { + "robots": "noindex" +} ``` \ No newline at end of file