-
Rankmath seems to add rel=”noreferrer…” to every link. Oddly the settings for Rankmath has a nofollow option on every link, but not a no noreferrer option.
I want sites to know who referred them for not only affiliates but also for site relationships.
How do I turn this off?
I tried to change the noreferrer with this in functions.php, but it is still added through the rank math class link
function my_targeted_link_rel($rel_values) {
return ‘noopener’;
}
add_filter(‘wp_targeted_link_rel’, ‘my_targeted_link_rel’,999);
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The ticket ‘rel=”noreferrer”’ is closed to new replies.