Hi
I have run into an issue with the SEO by Yoast plugin duplicating the business name in the meta description.
Upon doing some reasearch, their site says that if the theme was wordpress 4.1 compatible it would declare theme support for the title-tag.
http://kb.yoast.com/article/76-the-seo-title-output-for-the-plugin-doesnt-work-as-expected
Title-tag support
If your theme is compatible with WordPress 4.1, it should declare theme support for the title-tag. Your theme should use add_theme_support() in the functions.php file in order to support title tag, like so:
add_theme_support( ‘title-tag’ );
The leader theme doesn’t do this, and I was wondering if you had plans to fix this or if I should edit the theme file myself. (would REALLY prefer not to do this).
Please help fix this issue.
Thanks
Sandra