@danielafer
Active 4 years, 4 months ago
-
Varun Dubey replied to the topic Third time and no one responds: do not index buddypress links? in the forum How-to & Troubleshooting 4 years, 4 months ago
@danielafer use private community plugin or BP lock , it will help to keep your community private for logged in users.
If you do not want the private community approaches you can also use no-index.function no_index_for_buddypress() {
[Read more]
if ( is_buddyPress() ) {
echo '<meta name="robots" content="noindex, nofollow">';
} else {…