Rankmath added new canonical url in my homepage. I already had one from my theme

#471492
  • Resolved Hajar Kitta
    Rank Math free

    Now, this code appears twice on my website. <link rel=”canonical” href=”

    Please help me to remove it. I have found no answers.

Viewing 1 replies (of 1 total)
  • Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math.

    Please add this filter to your website:

    add_filter( 'rank_math/frontend/canonical', function( $canonical ) {
    	if(is_home() && is_front_page())
    	{
    		$canonical = '';
    	}
    	return $canonical;
    });

    Here is a guide you can follow to add the filter:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Hope this helps.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Rankmath added new canonical url in my homepage. I already had one from my theme’ is closed to new replies.