Skip to content

Commit 1f87d60

Browse files
authored
improve tags SEO (#974)
1 parent 320742c commit 1f87d60

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pages.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22
title: "Pages"
33
description: "Pages are the building blocks of your documentation"
44
icon: "letter-text"
5+
keywords: ["tags", "tag"]
56
---
67

78
Each page is an MDX file, which combines Markdown content with React components to let you create rich, interactive documentation.
89

910
## Page metadata
1011

11-
Every page starts with frontmatter—YAML metadata enclosed by `---` at the beginning of your file. This metadata controls how your page appears and behaves.
12+
Every page starts with frontmatter, the YAML metadata enclosed by `---` at the beginning of a file. This metadata defines how your page appears and behaves.
13+
14+
Use metadata to control:
15+
16+
- Page titles and descriptions
17+
- Sidebar titles, icons, and tags
1218

1319
<ResponseField name="title" type="string" required>
1420
The title of your page that appears in navigation and browser tabs.

0 commit comments

Comments
 (0)