From ff4106442a787cb267712206de0573cb5fe7b273 Mon Sep 17 00:00:00 2001 From: Taylor Caldwell Date: Mon, 1 Dec 2025 14:09:35 -0800 Subject: [PATCH] Add seo metadata --- docs.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index d4528b6e3..9a1cfc029 100644 --- a/docs.json +++ b/docs.json @@ -2653,5 +2653,21 @@ "source": "/enterprise/forms/use-case/upgrade", "destination": "/forms/use-case/upgrade" } - ] + ], + "seo": { + "metatags": { + "canonical": "https://docs.x.com", + "og:site_name": "X Developer Platform", + "og:type": "website", + "og:locale": "en_US", + "twitter:card": "summary_large_image", + "twitter:site": "@xdevelopers", + "description": "Build, analyze, and innovate with X's real-time, global data and APIs. Access comprehensive API documentation, SDKs, tutorials, and developer tools.", + "author": "X Developer Platform", + "language": "en", + "robots": "index, follow", + "googlebot": "index, follow" + }, + "indexing": "all" + } }