Skip to content

Commit 7ea9a92

Browse files
committed
SEO and search ref
1 parent 0371c2a commit 7ea9a92

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

settings.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -637,27 +637,27 @@ This section contains the full reference for the `docs.json` file.
637637
</Expandable>
638638
</ResponseField>
639639

640-
### SEO & Search
640+
### SEO and search
641641

642642
<ResponseField name="seo" type="object">
643-
SEO indexing configurations
643+
SEO indexing configurations.
644644

645645
<Expandable title="Seo">
646646
<ResponseField name="metatags" type="object">
647-
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)
647+
Meta tags added to every page. Must be a valid key-value pair. See [common meta tags reference](/settings/seo#common-meta-tags-reference) for options.
648648
</ResponseField>
649649
<ResponseField name="indexing" type="&quot;navigable&quot; | &quot;all&quot;">
650-
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`.
650+
Specify which pages search engines should index. Choose `navigable` to index only pages that are in your `docs.json` navigation or choose `all` to index every page. Defaults to `navigable`.
651651
</ResponseField>
652652
</Expandable>
653653
</ResponseField>
654654

655655
<ResponseField name="search" type="object">
656-
Search display settings
656+
Search display settings.
657657

658658
<Expandable title="Search">
659659
<ResponseField name="prompt" type="string">
660-
The prompt to be displayed in the search bar placeholder
660+
Placeholder text to display in the search bar.
661661
</ResponseField>
662662
</Expandable>
663663
</ResponseField>

0 commit comments

Comments
 (0)