We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe76ea commit 4a95203Copy full SHA for 4a95203
settings/seo.mdx
@@ -61,4 +61,12 @@ Only pages included in your `mint.json` are included by default. To include hidd
61
"seo": {
62
"indexHiddenPages": true
63
}
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
72
```
0 commit comments