docs: add missing SEO frontmatter to docs pages#271
Open
tallyhuhu wants to merge 1 commit intotempoxyz:mainfrom
Open
docs: add missing SEO frontmatter to docs pages#271tallyhuhu wants to merge 1 commit intotempoxyz:mainfrom
tallyhuhu wants to merge 1 commit intotempoxyz:mainfrom
Conversation
|
@tallyhuhu is attempting to deploy a commit to the Tempo Team on Vercel. A member of the Team first needs to authorize it. |
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
Adds missing page frontmatter to five existing docs pages so they provide consistent page metadata for titles, descriptions, and link previews.
Why
These pages were missing the standard frontmatter block with
titleanddescription, while the docs site configuration already uses that metadata for page titles and OG image generation.Without frontmatter, these pages are less consistent with the rest of the site and may have weaker SEO and sharing previews.
Changes
Added
titleanddescriptionfrontmatter to:src/pages/changelog.mdsrc/pages/guide/use-accounts/batch-transactions.mdxsrc/pages/guide/use-accounts/scheduled-transactions.mdxsrc/pages/guide/use-accounts/webauthn-p256-signatures.mdxsrc/pages/protocol/tips/index.mdxValidation
vocs.config.tsuses%titleand%descriptionfor metadata / OG generationNotes
I did not change
src/pages/guide/payments/transfer-memos.mdxbecause that file is already touched by another open PR, and I wanted to keep this PR low-conflict.