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
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,10 @@ You can also specify `noindex` for all pages in your docs by setting the `metada
70
70
```
71
71
72
72
## Common Meta Tags Reference
73
-
Add any number of the following meta tags to your `docs.json`:
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/).
76
+
74
77
```json
75
78
"seo": {
76
79
"metatags": {
@@ -162,4 +165,5 @@ Add any number of the following meta tags to your `docs.json`:
0 commit comments