Title tags show twice

Go to the header.php file in your template folder and make sure that between the title tags, there’s only this code:

<?php wp_title('');?>

That should do the trick. This error is a combination of your template files with standard settings of the Yoast SEO plugin.