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

Using meta tags in SPA mode #17185

Closed
ShlomoCode opened this issue May 11, 2024 · 1 comment
Closed

Using meta tags in SPA mode #17185

ShlomoCode opened this issue May 11, 2024 · 1 comment

Comments

@ShlomoCode
Copy link
Contributor

Description

There is a discrepancy in the documents...

quote from https://quasar.dev/options/seo:

It doesn’t quite make sense to use it for SPA (Single Page Applications) since the meta information in this case will be added at run-time and not supplied directly by the webserver (as on SSR builds).

quote from https://quasar.dev/quasar-plugins/meta:

It also makes sense to use it for SPA (Single Page Applications). Although the meta information in this case will be added at run-time and not supplied directly by the webserver (as on SSR builds), modern web-crawlers like the Googlebot will render dynamic pages and extract out the dynamically set meta information.

Documentation Section URL

https://quasar.dev/quasar-plugins/meta, https://quasar.dev/options/seo

Flavour

None

Areas

Plugins (quasar)

@rstoenescu
Copy link
Member

Thanks for pointing this out. Fix will be available on next deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants