Skip to content

Commit fd37818

Browse files
committed
move note
1 parent e078977 commit fd37818

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

optimize/seo.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@ To set default meta tags for all pages, add the `metatags` field to your `docs.j
2424
}
2525
```
2626

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-
3127
## Page-specific meta tags
3228

3329
To set page-specific meta tags, add them to a page's frontmatter.
@@ -46,6 +42,10 @@ title: "Your example page title"
4642
## Common meta tags reference
4743
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.
4844

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+
4949
You can preview how your meta tags will appear on different platforms using [metatags.io](https://metatags.io/).
5050

5151
```json expandable

0 commit comments

Comments
 (0)