I have this element within <head></head>
:
<title>Bau- und Möbelschreiner Mustermann</title>
but on Google it's displayed as
und Möbelschreiner Mustermann: Bau
Additionally I added a description
meta tag which is displayed correctly:
<meta name="description" content="Bau- und Möbelschreiner Mustermann | Bla Bla Bla" />
Am I doing something wrong here? The website is made with Angular 4 (and NOT rendered on server side).