Hi, I guess so. I'm using my own custom login. Is there any way to remove ?foro=signin URL variable? thanks
May I ask what produces ?foro=signin ? What is the condition that WPForo adds that to a URL? I'd like to understand so that I can proceed.
@martin I checked. IN case I'm logged in there is no NOINDEX. Hw to change that? Integration with RankMath need some revamping.
I did a test by using PHP snippet to remove RankMath from WPForo pages. It works. This is the WPForo SEO when RankMath is enabled.<!-- wpForo SEO...
What function WPForo use to render SEO meta to substitute this line of code add_action( 'wp_head', '_wp_render_title_tag', 2 );with WPForo SEO funct...
@robert I found this code. Is this ok to remove all RankMath META data from the pages with WPForo (/community)? is_page function needs proper page...
@robert How to remove RankMath only from the WPForo pages by using PHP snippet?
This code removes RankMath from the page with a specific ID. add_action( 'wp_head', function(){ if( is_page('41944')) { remove_all_actions( 'ra...
This is the page source when the user is not logged in. Screenshot_2020-06-22-https-www-freeformatter-com1.png
This is the page source when a user is not logged in. Then I can see noindex set up by the WPForo. Ok, now it is clear what is causing the problem. I ...
Hi, I switch off Rank Math, purged SG Optimizer cache, purged browser cache. This is the page source of the WPForo topic page when the user is logge...
@robert Screenshot Screenshot_2020-06-21-indexing-of-the-pages-not-visible-due-to-a-login-restrictions-acornavi-gmail-com-Gmail.png
Because, when I switch off WPForo and leave only RankMath it is indexed page and Google can index it. It will work for me if I can have the title to b...
@robert So, WPForo checks if the forum is closed for the guests and make a page NOINDEX?
When I check the web page source I can see both meta tags, from RankMath and WPForo.