From a0d3eb4c3cc4d4d928d34fc82f8e8ad5cbb7353b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 22:53:32 +0000 Subject: [PATCH 1/2] docs: expand short SEO descriptions on editor and migration pages --- editor/collaborate.mdx | 2 +- editor/publish.mdx | 2 +- editor/review.mdx | 2 +- migration/manual.mdx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editor/collaborate.mdx b/editor/collaborate.mdx index a5fa67588..3e6287c61 100644 --- a/editor/collaborate.mdx +++ b/editor/collaborate.mdx @@ -1,7 +1,7 @@ --- title: "Collaborate in the editor" sidebarTitle: "Collaborate" -description: "Leave comments, propose changes as suggestions, and edit alongside teammates in real time in the editor." +description: "Comment on pages, propose changes as suggestions, resolve feedback, and edit alongside your teammates in real time in the Mintlify web editor." keywords: ["comments", "suggestions", "collaboration", "review", "mentions", "real time"] --- diff --git a/editor/publish.mdx b/editor/publish.mdx index b287755eb..0d2b67ccc 100644 --- a/editor/publish.mdx +++ b/editor/publish.mdx @@ -1,7 +1,7 @@ --- title: "Publish changes" sidebarTitle: "Publish" -description: "Publish changes from the editor to your live site. Branches and protection rules determine what happens when you publish." +description: "Publish changes from the web editor to your live documentation site. Learn how branches and protection rules determine what happens when you publish." keywords: ["publish", "branch", "git", "commit", "conflicts", "deploy", "pull request"] --- diff --git a/editor/review.mdx b/editor/review.mdx index 570062f19..b2ca5e6f5 100644 --- a/editor/review.mdx +++ b/editor/review.mdx @@ -1,7 +1,7 @@ --- title: "Review changes" sidebarTitle: "Review" -description: "Preview changes before they go live, share them with your team, and approve and merge pull requests from the editor." +description: "Preview documentation changes before they go live, share them with your team, and approve and merge pull requests directly from the web editor." keywords: ["review", "preview", "live preview", "pull request", "approve", "merge", "diff"] --- diff --git a/migration/manual.mdx b/migration/manual.mdx index 72396584b..9d24e50d7 100644 --- a/migration/manual.mdx +++ b/migration/manual.mdx @@ -1,6 +1,6 @@ --- title: "Migrate from another platform" -description: "Convert documentation from any source platform to Mintlify pages, navigation, components, API references, assets, and redirects." +description: "Convert documentation from any source platform to Mintlify, including pages, navigation, components, API references, assets, and redirects." keywords: ["manual documentation migration", "Markdown migration", "MDX migration", "docs.json"] --- From 68cb88656de386e1f40b0f18b87e6bbcc8556191 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 27 Aug 2026 15:55:15 -0700 Subject: [PATCH 2/2] Apply suggestion from @ethanpalm --- editor/collaborate.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/collaborate.mdx b/editor/collaborate.mdx index 3e6287c61..46280f9c7 100644 --- a/editor/collaborate.mdx +++ b/editor/collaborate.mdx @@ -1,7 +1,7 @@ --- title: "Collaborate in the editor" sidebarTitle: "Collaborate" -description: "Comment on pages, propose changes as suggestions, resolve feedback, and edit alongside your teammates in real time in the Mintlify web editor." +description: "Comment on pages, propose changes as suggestions, resolve feedback, and edit alongside your teammates in real time in the Mintlify editor." keywords: ["comments", "suggestions", "collaboration", "review", "mentions", "real time"] ---