I am using the Yoast SEO plugin and I am finding that on my site it is repeating the website title and blog tagline twice. For example, it looks something like this in my browser tab:
Example.com | This is my tagline Example.com This is my tagline
I have implemented, just as Yoast says, the following code in my header.php:
<title><?php wp_title(''); ?></title>
Would it also be helpful for me to provide an export of my SEO plugin settings?