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/
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 2 years, 11 months ago by
Elementor.