From 63c9b9d92d7d88a2e014c4f78edc39be4320fd8c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:11:47 +0000 Subject: [PATCH] docs: make duplicate page titles more descriptive for SEO --- api-playground/overview.mdx | 2 +- api-playground/websocket-playground.mdx | 2 +- api/introduction.mdx | 2 +- components/index.mdx | 2 +- deploy/docs-subpath.mdx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/api-playground/overview.mdx b/api-playground/overview.mdx index cb973d03cd..164425b530 100644 --- a/api-playground/overview.mdx +++ b/api-playground/overview.mdx @@ -1,5 +1,5 @@ --- -title: "Playground" +title: "API playground overview" 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..b9ef6c30aa 100644 --- a/api-playground/websocket-playground.mdx +++ b/api-playground/websocket-playground.mdx @@ -1,5 +1,5 @@ --- -title: "Playground" +title: "WebSocket 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..43e8deeaac 100644 --- a/api/introduction.mdx +++ b/api/introduction.mdx @@ -1,5 +1,5 @@ --- -title: "Introduction" +title: "Mintlify REST API 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..6e36b45e89 100644 --- a/components/index.mdx +++ b/components/index.mdx @@ -1,5 +1,5 @@ --- -title: "Overview" +title: "MDX components 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..4bbcbfa7a2 100644 --- a/deploy/docs-subpath.mdx +++ b/deploy/docs-subpath.mdx @@ -1,5 +1,5 @@ --- -title: "Overview" +title: "Host docs at a subpath" 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