Hello,
i would like to use WordPress SEO by Yoast to make the website SEO optimized. I found this article:
http://bp-tricks.com/coding/making-buddypress-compatible-with-the-wordpress-seo-plugin-from-yoast/
Unfortunatly is not evident in your theme where i should put this code:
<?php if(!bp_is_blog_page()){ ?>
<title><?php bp_page_title() ?></title>
<?php } else { ?>
<title><?php wp_title('') ?></title>
<?php } ?>
I can tell that WordPress SO actualy work on normal pages and articles, but in buddypress pages, the tag title remain everywere the same. This fix should do what i need, but is not evident where is the buddypress header code in your packet o if not available from where buddypress extract it.
Thanks