-
Hello,
We have a double canonical tag issue on our website registration page.
Since our goal is to only keep one canonical tag on this page, I tried disabling the canonical tag from Rankmath by adding this code in the child theme’s functions.php file :
if ( is_page( 6777 ) ) {
add_filter( ‘wpseo_canonical’, ‘__return_false’ );
remove_action(‘wp_head’, ‘rel_canonical’);
}However, it didn’t work. Can you advise on how to remove the canonical tag from RankMath on only one page in particular?
Thank you,
Francis
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
You must be logged in to reply to this ticket.