Vaadin touch kit app: How to change text that appears in search engine entr

Hey,

our vaadin touchkit application currently displays this text in googles search results: “You have to enable javascript in your browser to use an …”
This obviously comes from the -Tag on the page. How can I change it and/or add some meta tags and a title to the page that is generated by vaadin touch-kit? We are using vaadin touchkit 4.0.0.

Thanks in advance.

Hi,

Probably modifying the bootstrap is your solution:
https://vaadin.com/wiki/-/wiki/Main/Customizing+the+startup+page+in+an+application
https://vaadin.com/forum#!/thread/1676923/3436649

Hi Michael, thanks for your reply. I managed to add some custom html into the body-tag of the page by using the solution in the links you posted.