Skip to content

Adding common metatags #677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 5, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
added in metatags.io
quick fix
  • Loading branch information
dino475 committed Apr 30, 2025
commit 65c210fd8782a9c5cafc942cb005907bccf9975e
8 changes: 6 additions & 2 deletions settings/seo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

The platform automatically generates most meta tags.

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.

Check warning on line 9 in settings/seo.mdx

View check run for this annotation

Mintlify / Mintlify Validation - vale-spellcheck

settings/seo.mdx#L9

Did you really mean 'frontmatter'?



Expand Down Expand Up @@ -70,7 +70,10 @@
```

## Common Meta Tags Reference
Add any number of the following meta tags to your `docs.json`:
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.

You can preview how your meta tags will appear on different platforms using [metatags.io](https://metatags.io/).

```json
"seo": {
"metatags": {
Expand Down Expand Up @@ -162,4 +165,5 @@
"video:series": "Series Name"
}
}
```
```