@reventlov
Active 2 months, 2 weeks ago
-
Reventlov replied to the topic Setting BuddyPress pages to 'noindex' using Yoast SEO in the forum Third Party Plugins 6 months, 2 weeks ago
Hello,
Thank you for your thread which helped me to find a solution. At least it works on my side. Hope that will help you guys.
// Set a high priority to remove Yoast meta robots tags before they are added
[Read more]
function remove_yoast_meta_robots() {
if (function_exists('buddypress') && bp_is_user()) {
// Remove Yoast's meta robots tag…