Skip to content

Commit 65c210f

Browse files
committed
added in metatags.io
quick fix
1 parent 8762ebf commit 65c210f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

settings/seo.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ You can also specify `noindex` for all pages in your docs by setting the `metada
7070
```
7171

7272
## 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+
7477
```json
7578
"seo": {
7679
"metatags": {
@@ -162,4 +165,5 @@ Add any number of the following meta tags to your `docs.json`:
162165
"video:series": "Series Name"
163166
}
164167
}
165-
```
168+
```
169+

0 commit comments

Comments
 (0)