From f9ac7019d33a513d461a700c3e86d64ae1e5b159 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 18:17:11 +0000 Subject: [PATCH] docs: fix SEO descriptions on about-x-api pages --- enterprise-api/getting-started/about-x-api.mdx | 1 + x-api/getting-started/about-x-api.mdx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/enterprise-api/getting-started/about-x-api.mdx b/enterprise-api/getting-started/about-x-api.mdx index 56e78082b..e31c765e1 100644 --- a/enterprise-api/getting-started/about-x-api.mdx +++ b/enterprise-api/getting-started/about-x-api.mdx @@ -1,6 +1,7 @@ --- title: About the Enterprise API sidebarTitle: About Enterprise API +description: "Learn what the X Enterprise API offers: full firehose access, volume streams, advanced filtering, custom rate limits, and dedicated support for X data at scale." keywords: ["Enterprise API", "API overview", "enterprise features", "firehose", "volume streams", "dedicated support", "high-volume"] --- diff --git a/x-api/getting-started/about-x-api.mdx b/x-api/getting-started/about-x-api.mdx index c6dccf515..f2e494b92 100644 --- a/x-api/getting-started/about-x-api.mdx +++ b/x-api/getting-started/about-x-api.mdx @@ -1,7 +1,7 @@ --- title: About the X API sidebarTitle: About X API -description: "The X API provides programmatic access to X's public conversation. Retrieve posts, analyze trends, build integrations, and create new experiences on the." +description: "The X API provides programmatic access to X's public conversation. Retrieve posts, analyze trends, build integrations, and create new platform experiences." keywords: ["X API", "API overview", "API features", "API versions", "API pricing", "v2 API", "API resources"] ---