Skip to content

docs: add missing SEO frontmatter to docs pages#271

Open
tallyhuhu wants to merge 1 commit intotempoxyz:mainfrom
tallyhuhu:fix/missing-seo-frontmatter
Open

docs: add missing SEO frontmatter to docs pages#271
tallyhuhu wants to merge 1 commit intotempoxyz:mainfrom
tallyhuhu:fix/missing-seo-frontmatter

Conversation

@tallyhuhu
Copy link
Copy Markdown

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 title and description, 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 title and description frontmatter to:

  • src/pages/changelog.md
  • src/pages/guide/use-accounts/batch-transactions.mdx
  • src/pages/guide/use-accounts/scheduled-transactions.mdx
  • src/pages/guide/use-accounts/webauthn-p256-signatures.mdx
  • src/pages/protocol/tips/index.mdx

Validation

  • confirmed these five pages were missing frontmatter
  • confirmed vocs.config.ts uses %title and %description for metadata / OG generation
  • kept scope limited to metadata only, with no content or navigation changes

Notes

I did not change src/pages/guide/payments/transfer-memos.mdx because that file is already touched by another open PR, and I wanted to keep this PR low-conflict.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 10, 2026

@tallyhuhu is attempting to deploy a commit to the Tempo Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant