You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: settings/seo.mdx
+102-1Lines changed: 102 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ The platform automatically generates most meta tags.
8
8
9
9
However, you can fully customize them by adding the [metadata](/core-concepts/settings#param-metadata) field to your `docs.json` or the page's frontmatter.
10
10
11
+
12
+
11
13
## Global meta tags
12
14
13
15
You can set default meta tags by adding the `metadata` field to your `docs.json`.
@@ -65,4 +67,103 @@ You can also specify `noindex` for all pages in your docs by setting the `metada
65
67
"robots": "noindex"
66
68
}
67
69
}
68
-
```
70
+
```
71
+
72
+
## Common Meta Tags Reference
73
+
Below is a comprehensive list of meta tags you can add to your `docs.json`. These meta tags help improve your site's SEO, social sharing, and browser compatibility.
74
+
75
+
You can preview how your meta tags will appear on different platforms using [metatags.io](https://metatags.io/).
0 commit comments