docs(docs): strengthen metadata for key docs pages (TAM-768) #1474
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.
Updates docs frontmatter and global layout metadata so key docs.tambo.co pages expose stronger, keyword-focused titles and meta descriptions.
Changes
docs/content/docs/index.mdxdescription to highlight the MCP-native React SDK and generative UI focus on the docs homepage.descriptionfrontmatter to high-traffic docs pages, including:docs/content/docs/api-reference/react-hooks.mdxdocs/content/docs/best-practices/component-data-props.mdxdocs/content/docs/cli/index.mdxdocs/content/docs/cli/configuration.mdxdocs/content/docs/cli/global-options.mdxdocs/content/docs/cli/workflows.mdxdocs/content/docs/cli/commands/*.mdxforadd,create-app,full-send,init,list,migrate,update, andupgrade.docs/src/app/layout.tsxinto adocsDescriptionconstant and wired it intometadata.description,openGraph.description, andtwitter.description.docs/src/app/layout.tsxfrom a relative"./"to a root-relative"/", so Next +metadataBaseemit a cleaner canonical for the docs homepage.Verification
Self-review notes (no extra changes made):
docs/content/docs/api-reference/react-hooks.mdx&docs/content/docs/best-practices/component-data-props.mdx: kept the new descriptions as-is even though they’re on the longer side, because they still fall within an SEO-friendly window (~144 and ~152 characters respectively) and clearly describe the page intent.docs/content/docs/cli/commands/*.mdx: left the per-command descriptions slightly redundant with the CLI overview on purpose so each command page has a self-contained, action-first meta description for search results.Refs TAM-768.