I found a solution, you might want to check this parameter:
if (is_front_page() )
So my Title tag is now like this
<title><?php if (is_front_page()) { bloginfo('name'); } else if (is_single() || is_page() || is_archive()) {wp_title(false); } else { bloginfo('name'); } ?></title>
Tags: static home page doesn’t load page title / empty title