Disable SEO For Buddyboss Dynamic Pages
-
I have tried several SEO plugins. Your plugin so far is the only one I can get to even work like I want. But I need it to disable SEO for dynamic pages of Buddyboss such as /news-feed , /groups and /members
Currently the title, description and image is wrong when sharing to Facebook. When I disable your plugin it shares correctly.
I found this snippet below but it works to disable on all pages. How to make single dynamic pages work?
add_filter( 'aioseo_disable', 'aioseo_disable_page_output' ); function aioseo_disable_page_output( $disabled ) { if ( is_page() ) { return true; } return false; }
Thank you for your help and I hope your plugin will work for us.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Disable SEO For Buddyboss Dynamic Pages’ is closed to new replies.