Improve SEO frontmatter (titles and descriptions) across docs#5649
Merged
mintlify[bot] merged 1 commit intomainfrom May 2, 2026
Merged
Improve SEO frontmatter (titles and descriptions) across docs#5649mintlify[bot] merged 1 commit intomainfrom
mintlify[bot] merged 1 commit intomainfrom
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audited every MDX page (excluding snippets and translated files) for SEO and metadata quality, and fixed the issues found.
description:field in frontmatter that overrode the per-operationdescriptionfrom the OpenAPI spec. Removed those fields so the metadata comes from the spec.No titles were missing, too long, boilerplate, or duplicated, and no descriptions were duplicated across pages.
Affected pages
Non-API pages (description rewritten)
agent/index.mdxcomponents/cards.mdxeditor-classic.mdxeditor/index.mdx,editor/collaborate.mdx,editor/configurations.mdx,editor/live-preview.mdx,editor/navigation.mdx,editor/pages.mdx,editor/share-a-preview.mdx,editor/tutorial.mdxoptimize/search-boost.mdxworkflows/index.mdx,workflows/create.mdx,workflows/enable.mdx,workflows/manage.mdxAPI pages (frontmatter
description:removed; spec supplies it)api/agent/create-agent-job.mdx,get-agent-job.mdx,get-all-jobs.mdxapi/agent/v2/create-agent-job.mdx,get-agent-job.mdx,send-message.mdxapi/analytics/assistant-caller-stats.mdx,assistant-conversations.mdx,feedback.mdx,feedback-by-page.mdx,searches.mdx,views.mdx,visitors.mdxapi/assistant/create-assistant-message.mdx,create-assistant-message-v2.mdx,get-page-content.mdx,search.mdxapi/preview/trigger.mdxapi/update/status.mdx,trigger.mdxNotes
mint broken-linkspasses.Note
Low Risk
Low risk because this PR only adjusts MDX frontmatter metadata (descriptions) and removes some
descriptionfields so API pages inherit OpenAPI-provided descriptions; no runtime code or API behavior changes.Overview
SEO/frontmatter cleanup across docs. Updates several non-API pages to use more specific, search-friendly
descriptionstrings.For OpenAPI-backed reference pages (agent v1/v2, assistant, analytics, preview/update), removes the frontmatter
descriptionso the per-operation description from the OpenAPI spec is used instead (avoiding unintended overrides).Reviewed by Cursor Bugbot for commit a9de63a. Bugbot is set up for automated code reviews on this repo. Configure here.