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: optimize/seo.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,6 @@ To set default meta tags for all pages, add the `metatags` field to your `docs.j
24
24
}
25
25
```
26
26
27
-
<Note>
28
-
The `og:image` serves as a background image that Mintlify will automatically overlay with text (such as the page title) when generating social media previews.
29
-
</Note>
30
-
31
27
## Page-specific meta tags
32
28
33
29
To set page-specific meta tags, add them to a page's frontmatter.
@@ -46,6 +42,10 @@ title: "Your example page title"
46
42
## Common meta tags reference
47
43
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.
48
44
45
+
<Note>
46
+
The `og:image` adds a background image that Mintlify automatically overlays with your logo, page title, and description when generating social media previews.
47
+
</Note>
48
+
49
49
You can preview how your meta tags will appear on different platforms using [metatags.io](https://metatags.io/).
0 commit comments