We are sorry for any inconvenience this may have caused you. Double title output happens when your theme uses their own internal title configuration. The title tag must be setup using the standard WordPress title function as described in this knowledge base article: The SEO title doesn’t work as expected
If these changes solve the title problem, you may also want to reach out to the theme developer to request an update to their theme’s files for maximum compatibility with our plugin.
Yes, i’ve read this article and checked my theme to see if the site has
add_theme_support( 'title-tag' );
and it does.
I’m using the foundry theme, also noticed this problem with other themes and SEO together example Salient
I also had this issue, and changing the title tag to the below solved it. My theme also had title-tag support.
<title><?php wp_title(''); ?></title>
We’re glad to hear you got this working and appreciate you letting us know. There are unfortunately still many themes around that are not yet using the current coding standards.