Skip to content

Improve SEO metadata across docs#4069

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/seo-metadata-1777910999
Open

Improve SEO metadata across docs#4069
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/seo-metadata-1777910999

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 4, 2026

Summary

Audit pass on title and description frontmatter across the docs, focused on the issues most likely to hurt search visibility:

  • Frontmatter added to 3 stub/deprecated pages that previously had no frontmatter at all (including one with a missing title).
  • Boilerplate titles like "Metrics 201 - Creating Custom Metrics" rewritten to be descriptive while still under 60 characters.
  • Descriptions shortened on 12 pages that exceeded the 160-character SEO limit.
  • Duplicate descriptions resolved on the 3 sets of pages (stratified sampling, differential impact, ID resolution) where Cloud and Warehouse Native pages were sharing identical copy. Each page now has a unique description that names the product it covers.
  • Top-level overview pages that had no description frontmatter (14 pages, including access-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.
  • Very short descriptions (under 80 characters) rewritten on ~60 SDK, integration, product analytics, segments, metrics, and Warehouse Native pages so they describe what the page covers and include search-relevant terms.
  • Fixed a broken internal link surfaced by mint broken-links while adding frontmatter to a stub page.

Scope notes

  • Only title, sidebarTitle, and description frontmatter fields were changed. No page content was modified and no OpenAPI spec files were touched.
  • The repo has no pages using openapi: operation references, so no special handling was needed there.
  • 292 pages still have no description and 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-links passes.
  • mint validate only fails on an unrelated upstream OpenAPI fetch (HTTP 403), not on any change in this PR.

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
@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 4, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
statsig 🟢 Ready View Preview May 4, 2026, 4:46 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants