Skip to content

Add SEO descriptions to event catalog and timeseries pages#868

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/seo-metadata-1778066384
Open

Add SEO descriptions to event catalog and timeseries pages#868
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/seo-metadata-1778066384

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented May 6, 2026

Summary

Audited all MDX pages for SEO metadata quality (title length, description presence and length) and added missing description frontmatter to 243 pages that previously had none.

Scope

  • 192 event catalog pages (event-catalog/*.mdx) — webhook event reference pages such as daily.data.*.created, historical.data.*.updated, labtest.order.*, provider.connection.*, etc.
  • 51 timeseries API reference pages (api-reference/data/timeseries/*.mdx) — endpoint pages for retrieving metrics like glucose, heart rate, sleep, workouts, and more.

What changed

Only the description frontmatter field was added. Page bodies, titles, and other frontmatter keys are unchanged.

Each new description:

  • is between 50 and 160 characters,
  • summarizes the page in plain language,
  • explains what the event triggers on (event catalog) or what data the endpoint returns (timeseries reference).

What was not changed

  • All existing titles already fit within 60 characters; none were modified.
  • Snippets in snippets/ are partials embedded into other pages and intentionally have no frontmatter, so they were excluded.
  • Pages that already had a description were left untouched.

Validated with mint validate and mint broken-links (both pass).

@mintlify
Copy link
Copy Markdown
Contributor Author

mintlify Bot commented May 6, 2026

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

Project Status Preview Updated (UTC)
Junction 🟢 Ready View Preview May 6, 2026, 11:23 AM

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