Is Server-Side Rendering (SSR) possible in Framework7 Core?

Hi,

I am using Framework7 v7 Core (Not the React, Vue, or Svelte version) to develop a PWA and Cordova App for a Ghost blog.

SEO is very important for the PWA I’m working on.

I tried adding SEO meta tags dynamically at the client-side and then tested the PWA in Google Search Console to check if Google crawler is able to execute the JS along with the meta tags. But this does not work effectively.

So, is it possible to implement SSR in Framework7 Core similar to Framework7 React + Next.js (https://blog.framework7.io/framework7-next-js-server-side-rendering-yes-1f6c9334dc03)

Thank You