From e078977f4d9a9d8016dbd371ee5ff60435d6b29f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:55:33 +0000 Subject: [PATCH 1/2] Update optimize/seo.mdx --- optimize/seo.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/optimize/seo.mdx b/optimize/seo.mdx index 7203aad72..a148b7e38 100644 --- a/optimize/seo.mdx +++ b/optimize/seo.mdx @@ -24,6 +24,10 @@ To set default meta tags for all pages, add the `metatags` field to your `docs.j } ``` + + 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. + + ## Page-specific meta tags To set page-specific meta tags, add them to a page's frontmatter. From fd37818e8be6c7ee9dbb851189af825928eaa2a7 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Mon, 6 Oct 2025 13:08:02 -0700 Subject: [PATCH 2/2] move note --- optimize/seo.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/optimize/seo.mdx b/optimize/seo.mdx index a148b7e38..8fd3a0f92 100644 --- a/optimize/seo.mdx +++ b/optimize/seo.mdx @@ -24,10 +24,6 @@ To set default meta tags for all pages, add the `metatags` field to your `docs.j } ``` - - 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. - - ## Page-specific meta tags To set page-specific meta tags, add them to a page's frontmatter. @@ -46,6 +42,10 @@ title: "Your example page title" ## Common meta tags reference 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. + + The `og:image` adds a background image that Mintlify automatically overlays with your logo, page title, and description when generating social media previews. + + You can preview how your meta tags will appear on different platforms using [metatags.io](https://metatags.io/). ```json expandable