Quasar CLI with Vite - @quasar/app-vite v3
Server-rendered content helps crawlers read each route, but effective search optimization still requires accurate per-page metadata. Use the Quasar Meta Plugin to provide it during SSR.
Quasar Meta Plugin
The Quasar Meta Plugin can dynamically change page title, manage <meta> tags, manage <html> and <body> DOM element attributes, add/remove/change <style> and <script> tags in the head of your document (useful for CDN stylesheets or for json-ld markup, for example), or manage <noscript> tags.
NOTE
The Meta Plugin integrates with Quasar SSR so metadata collected while rendering is included in the server response and then managed on the client after hydration.