skip to Main Content

Vaadin modify IndexHtmlResponse to set meta tags – SEO

In order to improve SEO of my Vaadin application I'd like to set up custom meta tags. For this purpose I'd like to use IndexHtmlRequestListener: serviceInitEvent.addIndexHtmlRequestListener(new IndexHtmlRequestListener() { @Override public void modifyIndexHtmlResponse(IndexHtmlResponse indexHtmlResponse) { Optional<UI> optionalUI = indexHtmlResponse.getUI(); if (optionalUI.isPresent())…

VIEW QUESTION

Vaadin 14 Flow and SEO, PWA

I'm going to start working on the brand-new web application with Vaadin 14 Flow (pure Java). Right now, I'm unable to find the clear information about - will my Vaadin 14 Flow (pure Java) web application be SEO(Search Engine Optimization)…

VIEW QUESTION
Back To Top
Search