Improve SEO metadata across docs#4069
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Conversation
Audit pass focused on titles and descriptions: - Added frontmatter (title + description) to deprecated stub pages that previously had none. - Replaced the boilerplate "Metrics 201/301 - X" titles with descriptive alternatives. - Shortened 12 descriptions that exceeded the 160-character SEO limit. - Made shared descriptions unique on stratified-sampling, differential-impact, and id-resolution pages so each variant describes its own product. - Added unique descriptions to 14 top-level overview pages (access-management, ai-evals, client/server SDKs, compliance, console-api, http-api, sdks, session-replay, integrations, statsig-warehouse-native, statsigcli, webanalytics, data-warehouse-ingestion). - Rewrote ~60 very-short descriptions (<80 chars) on SDK, integration, product analytics, segments, metrics, and warehouse native pages so they describe what the page covers and use search-relevant terms. - Fixed a broken link introduced while adding frontmatter to a stub page. Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Audit pass on title and description frontmatter across the docs, focused on the issues most likely to hurt search visibility:
"Metrics 201 - Creating Custom Metrics"rewritten to be descriptive while still under 60 characters.descriptionfrontmatter (14 pages, includingaccess-management/introduction,client/introduction,server/introduction,sdks/getting-started,session-replay/overview,statsig-warehouse-native/introduction,webanalytics/overview, etc.) now have unique descriptions that summarize the section.mint broken-linkswhile adding frontmatter to a stub page.Scope notes
title,sidebarTitle, anddescriptionfrontmatter fields were changed. No page content was modified and no OpenAPI spec files were touched.openapi:operation references, so no special handling was needed there.descriptionand 119 have descriptions in the 80–129 character range. These were left for a follow-up because each requires page-specific copy that is best written after reading the full page; this PR concentrates on the highest-confidence, clearest issues and on uniqueness/length problems that are objectively measurable.Validation
mint broken-linkspasses.mint validateonly fails on an unrelated upstream OpenAPI fetch (HTTP 403), not on any change in this PR.