Skip to content

Commit a3613c0

Browse files
authored
correcting the syntax to adhere to docs.json (#580)
1 parent 73e5fba commit a3613c0

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

settings/global.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ Every documentation site requires a `docs.json` file that contains the core conf
516516

517517
<Expandable title="Seo">
518518
<ResponseField name="metatags" type="object">
519-
Meta tags added to every page. Must be a valid key-value pair
519+
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)
520520
</ResponseField>
521521
<ResponseField name="indexing" type="&quot;navigable&quot; | &quot;all&quot;">
522522
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`.

settings/seo.mdx

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ noindex: true
7777
You can also specify `noindex` for all pages in your docs by setting the `metadata.robots` field to `"noindex"` in your `docs.json`:
7878

7979
```json
80-
"metadata": {
81-
"robots": "noindex"
82-
}
80+
"seo": {
81+
"metatags": {
82+
"robots": "noindex"
83+
}
84+
}
8385
```

0 commit comments

Comments
 (0)