Skip to content

Commit 9f9e9aa

Browse files
clarify you can make noindex a global specification (#449)
* clarify you can make noindex a global specification * Update settings/seo.mdx --------- Co-authored-by: Ricardo Nunez <[email protected]>
1 parent 2572781 commit 9f9e9aa

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

settings/seo.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,12 @@ If you want to stop a page from being indexed by search engines, you can include
7070
---
7171
noindex: true
7272
---
73+
```
74+
75+
You can also specify `noindex` for all pages in your docs by setting the `metadata.robots` field to `"noindex"` in your `mint.json`:
76+
77+
```json
78+
"metadata": {
79+
"robots": "noindex"
80+
}
7381
```

0 commit comments

Comments
 (0)