• Resolved tupu

    (@tupu)


    I recently finished a site using the Boldy Theme and went to use the:
    Yoast SEO Plugin for wordpress only to discover that the Boldy Theme Meta Description and Keyword settings are overriding the plugin. What ever I put in for the meta description and keyword in the boldy theme settings is what appears on every page instead of what the plugin should be generating.

    Does anyone have a solution for this problem?

    Can anyone suggest any change in the HTML code in any of the files to solve this.

    Any help will be highly appreciated.
    Thanks
    Tupu

    http://wordpress.org/extend/plugins/wordpress-seo/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Joost de Valk

    (@joostdevalk)

    Just remove them from the theme’s header.php file, there’s no way for the plugin to override.

    Thread Starter tupu

    (@tupu)

    Hi Joost,
    Thanks. I have removed the code mentioned below from the header.php file, but the keyword description from yoast SEO is not taken up by the page (as seen from the page source)!

    <meta name=”keywords” content=”<?php echo get_option(‘boldy_keywords’); ?>” />
    <meta name=”description” content=”<?php echo get_option(‘boldy_description’); ?>” />

    Can I replace it with any code from Yoast?

    Thanks

    Tupu

    I am having the same problem, any help would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WordPress SEO by Yoast] SEO problem for boldy theme’ is closed to new replies.