Forum Replies Created
-
In reply to: SEO Meta Description for Forums and Topics
I know the Yoast SEO has many problems with BBpress. I wrote a small plugin to help Yoast SEO working better with BBPress.
This plugin improved the following problem with yoast wordpress seo in bbpress:
1, Canonical lost on single forum
2, Canonical lost on single topic page
3, Canonical lost on user profile page
4, Canonical lost on topic tag page
5, Meta title incorrect on user profile page
6, Meta title incorrect on topic tag
7, Meta description lost on topic archive
8, Meta description lost on user profile page
9, Meta description lost topic tag page
10, Meta description lost on single topic page
11, Meta description lost on single forum pageIn reply to: Meta Title for Profile Pages w/ Yoast SEOI know the Yoast SEO has many problems with BBpress. I wrote a small plugin to help Yoast SEO working better with BBPress.
This plugin improved the following problem with yoast wordpress seo in bbpress:
1, Canonical lost on single forum
2, Canonical lost on single topic page
3, Canonical lost on user profile page
4, Canonical lost on topic tag page
5, Meta title incorrect on user profile page
6, Meta title incorrect on topic tag
7, Meta description lost on topic archive
8, Meta description lost on user profile page
9, Meta description lost topic tag page
10, Meta description lost on single topic page
11, Meta description lost on single forum pageHope this plugin can help someone else has the same problems.
In reply to: How SEO work with bbPress?I know the Yoast SEO has many problems with BBpress. I wrote a small plugin to help Yoast SEO working better with BBPress.
This plugin improved the following problem with yoast wordpress seo in bbpress:
1, Canonical lost on single forum
2, Canonical lost on single topic page
3, Canonical lost on user profile page
4, Canonical lost on topic tag page
5, Meta title incorrect on user profile page
6, Meta title incorrect on topic tag
7, Meta description lost on topic archive
8, Meta description lost on user profile page
9, Meta description lost topic tag page
10, Meta description lost on single topic page
11, Meta description lost on single forum pageHope this plugin can help someone else has the same problems.
hi @oreillemalade
Thanks for your feedback. I’ve fixed this bug and published a new version. please upgrade it.In reply to: Turning no-follow links to do-followHi, I know this is an old topic. Those days When I faced this problem and I wrote a plugin to solve this problem. Hope it will help someone else has the same problem.
Hi all, I know this is an old topic. Those days When I faced this problem and I reached here.
But I can’t find a satisfying answer from the forum. So I wrote a plugin to solve this problem. Hope it will help someone else has the same problem.In reply to: Putting the @username below name@sockscap64
is that working?Hello, everybody, this is my resolution:
first, i have my own plugin, named ‘sc64’. then add these php code to my plugin.add_filter('bbp_get_do_not_reply_address','scap_bbp_no_reply_email'); function scap_bbp_no_reply_email(){ $admin_email = get_option('admin_email'); return $admin_email; }
the default noreply email address has changed to admin_email that configured in wordpress.
i hope this helps.