• Resolved tynlc

    (@tynlc)


    Hi,

    How can I disable theme generated meta description (the theme is getting meta description from my short description) since it duplicates with the one I manually input in Yoast.

    Thanks

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Elementor

    (@elemntor)

    The description meta tag is added by the Hello Elementor theme.

    It improves SEO for sites that prefer to avoid using SEO plugins. We have contacted major SEO plugin to disable the tag when SEO plugin is present.

    To disable this meta tag, use the code snippet here:

    https://developers.elementor.com/docs/hello-elementor-theme/hello_elementor_add_description_meta_tag/

    Theme Author Elementor

    (@elemntor)

    Thank you for your feedback, the removal code was updated, please try:

    function remove_hello_elementor_description_meta_tag() {
    	remove_action( 'wp_head', 'hello_elementor_add_description_meta_tag' );
    }
    add_action( 'after_setup_theme', 'remove_hello_elementor_description_meta_tag' );

    We are working with SEO plugins to disable this meta tag for websites that use SEO plugins.

    But we can’t simple remove the tag. Not all the websites use external SEO plugins.

    • This reply was modified 1 year, 4 months ago by Elementor.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Duplicate Meta Tags’ is closed to new replies.