From 0b2aa5e8e06388013e2b279e4f79a910551fe64b Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 17:27:19 +0000 Subject: [PATCH 1/2] docs: improve SEO metadata for editor comments and suggestions pages --- editor/comments.mdx | 5 +++-- editor/suggestions.mdx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/editor/comments.mdx b/editor/comments.mdx index ac81ed7b7..6fd6e8ba5 100644 --- a/editor/comments.mdx +++ b/editor/comments.mdx @@ -1,6 +1,7 @@ --- -title: "Comments" -description: "Leave inline comments on pages in the editor to give feedback, ask questions, and discuss changes with your team." +title: "Comment on pages in the web editor" +sidebarTitle: "Comments" +description: "Leave inline comments on pages in the web editor to give feedback, ask questions, mention teammates, and resolve threads before you publish changes." keywords: ["editor", "comments", "collaboration", "feedback", "mentions", "threads"] --- diff --git a/editor/suggestions.mdx b/editor/suggestions.mdx index 36e726976..f81d4e9bb 100644 --- a/editor/suggestions.mdx +++ b/editor/suggestions.mdx @@ -1,6 +1,7 @@ --- -title: "Suggestions" -description: "Propose text changes as suggestions that teammates can review, accept, or reject in the editor without modifying the current content." +title: "Suggest edits in the web editor" +sidebarTitle: "Suggestions" +description: "Propose text changes as suggestions that teammates can review, accept, or reject in the web editor without modifying the current page content." keywords: ["suggestions", "suggesting", "collaboration", "review"] --- From 3236f4721f6bd8a183b6a679f611cde2b7ced59d Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Thu, 16 Jul 2026 11:40:29 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> --- editor/comments.mdx | 4 ++-- editor/suggestions.mdx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/editor/comments.mdx b/editor/comments.mdx index 6fd6e8ba5..917189043 100644 --- a/editor/comments.mdx +++ b/editor/comments.mdx @@ -1,7 +1,7 @@ --- -title: "Comment on pages in the web editor" +title: "Comment on pages in the editor" sidebarTitle: "Comments" -description: "Leave inline comments on pages in the web editor to give feedback, ask questions, mention teammates, and resolve threads before you publish changes." +description: "Leave inline comments on pages in the editor to give feedback, ask questions, mention teammates, and resolve threads before you publish changes." keywords: ["editor", "comments", "collaboration", "feedback", "mentions", "threads"] --- diff --git a/editor/suggestions.mdx b/editor/suggestions.mdx index f81d4e9bb..4456ca721 100644 --- a/editor/suggestions.mdx +++ b/editor/suggestions.mdx @@ -1,7 +1,7 @@ --- -title: "Suggest edits in the web editor" +title: "Suggest changes in the editor" sidebarTitle: "Suggestions" -description: "Propose text changes as suggestions that teammates can review, accept, or reject in the web editor without modifying the current page content." +description: "Propose text changes as suggestions that teammates can review, accept, or reject in the editor without modifying the current page content." keywords: ["suggestions", "suggesting", "collaboration", "review"] ---