Add SEO descriptions to API and event catalog pages#855
Open
mintlify[bot] wants to merge 1 commit intomainfrom
Open
Add SEO descriptions to API and event catalog pages#855mintlify[bot] wants to merge 1 commit intomainfrom
mintlify[bot] wants to merge 1 commit intomainfrom
Conversation
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
Audited all MDX files for SEO and metadata quality and added missing
descriptionfrontmatter to 243 pages that previously had no description. Every page now has a title under 60 characters and a description between 50 and 160 characters.Changes
api-reference/data/timeseries/*.mdx): Added descriptions of the form "Retrieve grouped X timeseries data for a user across connected wearable providers within a date range."event-catalog/daily.data.*.mdx,event-catalog/historical.data.*.mdx): Added descriptions explaining when each webhook fires (e.g. "Webhook event fired when heart rate data is captured during a daily provider data sync.").event-catalog/provider.*.mdx): Added connection lifecycle descriptions.event-catalog/labtest.*.mdx,event-catalog/lab_report.*.mdx): Added lab order/appointment/result/parsing job descriptions.event-catalog/continuous_query.result_table.changed.mdx).Notes
snippets/are content fragments included in other pages and intentionally lack frontmatter — they were not modified.descriptionfrontmatter fields were added.mint validate(passed) andmint broken-links(no broken links).