The documentation https://vaadin.com/docs/v10/flow/advanced/tutorial-bootstrap.html explains how to add meta tags for the whole application. What this approach misses is adding different meta tags to different pages.
For example:
Page A:
<meta name="title" content="page B">
Page B:
<meta name="title" content="page B">
How can I achieve this?