Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: parse metadata for the html #468

Open
1 task
litingyes opened this issue Jan 26, 2025 · 0 comments
Open
1 task

Feat: parse metadata for the html #468

litingyes opened this issue Jan 26, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@litingyes
Copy link

Describe the feature

Currently, we can set the title/description fields for HTML, so is it possible to parse and return the current title/description and other fields?

For example:

set

useSeoMeta({
  title: 'Page',
  description: 'test'
})

get

const metadata = useSeoMeta()

console.log(metadata)
// {
//   title: 'Page',
//   description: 'test'
// }

Additional information

  • Would you be willing to help implement this feature?
@litingyes litingyes added the enhancement New feature or request label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant