Skip to content

docs: deduplicate generic page titles for SEO#5840

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/219c8e08
Open

docs: deduplicate generic page titles for SEO#5840
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/219c8e08

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 16, 2026

Summary

Replace generic, duplicated page titles with descriptive ones so each page has a unique title for search snippets, while keeping the short labels in the sidebar via sidebarTitle.

Changes

  • index.mdx: IntroductionMintlify documentation (sidebar keeps Introduction)
  • api/introduction.mdx: IntroductionMintlify REST API introduction (sidebar keeps Introduction)
  • api-playground/overview.mdx: PlaygroundInteractive API playground (sidebar keeps Playground)
  • api-playground/websocket-playground.mdx: PlaygroundWebSocket API playground (sidebar keeps Playground)
  • components/index.mdx: OverviewComponents overview (sidebar keeps Overview)
  • deploy/docs-subpath.mdx: OverviewHost docs on a /docs subpath (sidebar keeps Overview)

Context

Audited all English MDX frontmatter for title/description quality (length, uniqueness, generic patterns). All English pages have well-formed descriptions in the 130–160 character range and titles under 60 characters. The only remaining issues were six pages that shared three duplicated, generic single-word titles. OpenAPI operation-reference pages were left as-is since their descriptions come from the spec. Localized (es/, fr/, zh/) and snippets/ files were not modified.


Note

Low Risk
Low risk documentation-only change that updates frontmatter title values for SEO; no runtime behavior or API surface changes.

Overview
Updates six MDX pages to replace duplicated, generic frontmatter title values (e.g., “Introduction”, “Overview”, “Playground”) with more descriptive, unique titles for better SEO/search snippets, while keeping navigation labels unchanged via sidebarTitle.

Reviewed by Cursor Bugbot for commit f1c2d89. Bugbot is set up for automated code reviews on this repo. Configure here.

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 16, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mintlify 🟢 Ready View Preview May 16, 2026, 8:08 PM

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 16, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
testsignup415 🟢 Ready View Preview May 16, 2026, 8:07 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant