SEO and server side rendering #2670
-
This is a pretty cool framework. I'm wondering about these concerns:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @geekyme-fsmk , thanks for your question.
Luigi relies on iFrames and Web Components as the two main technologies used for building the microfrontends.
Loading several different microfrontends in one page is possible with Luigi. We use Web Components to offer this feature. When having multiple such microfrontends in one page, they are loaded sequentially according to their order on the configuration file. It is however possible that we might implement a customisable rendering order feature, should there be demand for it. |
Beta Was this translation helpful? Give feedback.
Hi @geekyme-fsmk , thanks for your question.
Luigi relies on iFrames and Web Components as the two main technologies used for building the microfrontends.
SEO-readiness of an app built with Luigi then depends on the indexability of the iFrames or Web Components. As an example, our documentation website itself is built with Luigi and it internally relies on iFrames where each documentation section is a separate microfrontend.