Skip to content

Commit d96f93f

Browse files
authored
dean updating noindex section (#356)
1 parent 7fab200 commit d96f93f

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
@@ -61,4 +61,12 @@ Only pages included in your `mint.json` are included by default. To include hidd
6161
"seo": {
6262
"indexHiddenPages": true
6363
}
64+
```
65+
66+
## Disabling indexing
67+
If you want to stop a page from being indexed by search engines, you can include the following in the [frontmatter](/page) of your page:
68+
```
69+
---
70+
noindex: true
71+
---
6472
```

0 commit comments

Comments
 (0)