From f1c2d89147d9a05949475168a23aaaa73d7bbca9 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 16 May 2026 20:03:54 +0000 Subject: [PATCH] docs: deduplicate generic page titles for SEO --- api-playground/overview.mdx | 3 ++- api-playground/websocket-playground.mdx | 3 ++- api/introduction.mdx | 3 ++- components/index.mdx | 3 ++- deploy/docs-subpath.mdx | 3 ++- index.mdx | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx index cb973d03cd..8981c3dd5d 100644 --- a/api-playground/overview.mdx +++ b/api-playground/overview.mdx @@ -1,5 +1,6 @@ --- -title: "Playground" +title: "Interactive API playground" +sidebarTitle: "Playground" description: "Let developers test API endpoints directly in your documentation with an interactive playground that sends real requests and shows responses." keywords: ["interactive", "API", "endpoint testing", "live API requests", "request builder"] boost: 3 diff --git a/api-playground/websocket-playground.mdx b/api-playground/websocket-playground.mdx index 289ce2fb65..663d67f422 100644 --- a/api-playground/websocket-playground.mdx +++ b/api-playground/websocket-playground.mdx @@ -1,5 +1,6 @@ --- -title: "Playground" +title: "WebSocket API playground" +sidebarTitle: "Playground" description: "Add interactive WebSocket playgrounds to your documentation so users can test real-time connections, send messages, and view event streams." asyncapi: "/asyncapi.yaml channelOne" --- diff --git a/api/introduction.mdx b/api/introduction.mdx index 2b5c584084..33dc1c34f0 100644 --- a/api/introduction.mdx +++ b/api/introduction.mdx @@ -1,5 +1,6 @@ --- -title: "Introduction" +title: "Mintlify REST API introduction" +sidebarTitle: "Introduction" description: "Use the Mintlify REST API to trigger deployments, embed an AI assistant, export analytics data, and manage documentation programmatically." keywords: ["REST API", "endpoints", "API keys"] boost: 3 diff --git a/components/index.mdx b/components/index.mdx index f574738b3d..55f24aaad5 100644 --- a/components/index.mdx +++ b/components/index.mdx @@ -1,5 +1,6 @@ --- -title: "Overview" +title: "Components overview" +sidebarTitle: "Overview" description: "Browse the full Mintlify component library for layout, emphasis, API documentation, and navigation elements available in your MDX pages." keywords: ["MDX components", "documentation components", "UI components", "components"] diff --git a/deploy/docs-subpath.mdx b/deploy/docs-subpath.mdx index d0dd91b78e..fb12d49026 100644 --- a/deploy/docs-subpath.mdx +++ b/deploy/docs-subpath.mdx @@ -1,5 +1,6 @@ --- -title: "Overview" +title: "Host docs on a /docs subpath" +sidebarTitle: "Overview" description: "Host your Mintlify documentation at a /docs subpath on your main domain using Cloudflare Workers, Vercel rewrites, or an nginx reverse proxy." keywords: ["subpath routing", "/docs setup"] boost: 3 diff --git a/index.mdx b/index.mdx index 1d55eec229..2f09bbc8cc 100644 --- a/index.mdx +++ b/index.mdx @@ -1,5 +1,6 @@ --- -title: "Introduction" +title: "Mintlify documentation" +sidebarTitle: "Introduction" description: "Mintlify is an AI-native documentation platform built for developers, with beautiful defaults, interactive API playgrounds, and smart search." mode: "frame" keywords: ["overview", "platform", "getting started", "features"]