Insights

Rank Math SEO & Hello Theme: Avoid Duplicate Meta Descriptions

Table of Contents

When using the Hello Theme for your Elementor project in combination with the Rank Math SEO plugin, you may encounter an issue with duplicate meta tags.

<meta name="description" content="Our passionate team specializes in the design and development of high-performing custom websites."/>
<meta name="description" content="Our passionate team specializes in the design and development of high-performing custom websites."/>

To avoid this SEO-unfriendly duplicity, simply copy and paste this code fix into your functions.php file:

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' );

Picture of Roman Vlčák

Roman Vlčák

An incorrigible perfectionist passionate about pixel-perfect work, who constantly strives to deliver the highest possible quality. Outside of Webgate, he is a caring husband and father to his young son. In his free time, he likes traveling with his family and doing puzzles.

Senior WordPress Developer • Co-founder

Share this artcle

Let's work together!

Get a free consultation with our experts

Subscribe to our quarterly newsletter and receive latest insights.

Topics: Improving B2B websites, AI tools in web development, UX/UI, website marketing trends etc.

By submitting this form you agree to the processing of your personal data according to our .

Contact

Let's work together!

Get a free consulting call with our experts

Book a call with
Webgate founders

Thank you for your interest!

We will contact you soon.