When you create a new page in Unlayer the TITLE tag is empty. The tag is rendered in the final HTML and that means that in page like our free trial page you end up with four TITLE tags. And we should only have one - the one we set on the page and not the three extra from the Unlayer pages.
Expected html
  • empty title tags are not rendered into the html
Example:
Our free trial page with three Unlayer pages and a form.
Title tags on the page:
<title>The Best Video Micro-learning LMS & Distribution Platform</title>
<title></title>
<title></title>
<title></title>