BBPRESS NOINDEX Even Though META says INDEX

#459275
  • Resolved UK-Sentinel
    Rank Math free

    Hi

    My BBPRESS is set as above threads, but after a lot of research I have discovered that when I use Rank Math Forums and Topics are set to INDEX, and REPLIES are set to NOINDEX.(only so whole threads are indexed and not individual replies) for some reason, even on Threads or Forums, Robots meta data is correct, but further down the source code RANK math Automatically adds the below coding which then causes BING to NOINDEX this URL and other Topics etc’

    class=”mark-page-as”>As NoIndex<li id=’wp-admin-bar-rank-math-no-follow

    Specific URL is – https://uktechhub.com/forums/topic/fiat-500-tailgate-brake-light-not-working/

    FYI:
    Forums: = <meta name=”robots” content=”follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large”/>

    Topics: = <meta name=”robots” content=”follow, index, max-snippet:-1, max-video-preview:-1, max-image-preview:large”/>

    Replies: = <meta name=”robots” content=”nofollow, noindex”/>

Viewing 7 replies - 1 through 7 (of 7 total)
  • UK-Sentinel
    Rank Math free

    I have disabled Cache on my website currently incase you wish to have a look

    UK-Sentinel
    Rank Math free

    Please do not proceed as not sure it is happening anymore ?

    UK-Sentinel
    Rank Math free

    Ok, I have since discovered this additional ‘NOINDEX’ reference only occurs when I am logged in as ADMIN, which in turn effects a newly created Thread which is then automatically INSTANT INDEXED.

    Any guidance most welcomed

    UK-Sentinel
    Rank Math free

    RANK MATH Version is Version 1.0.98.2

    Anas
    Rank Math business

    Hello,

    Thank you for contacting Rank Math, and sorry for any inconvenience caused.

    I checked the page source, the page is correctly set to index.

    The AsNoIndex refers to the menu item that lets you Noindex a page easily.
    asnoindex

    If you want to set the replies to index, please add this code to your website:

    add_filter( 'rank_math/frontend/robots', function( $robots ) {
    	if(get_post_type(get_the_ID() == 'reply')){
    		$robots["index"] = 'index';
    		$robots["follow"] = 'follow';
    	}
    	return $robots;
    });

    Here is a guide you can follow to add the filter:
    https://rankmath.com/kb/wordpress-hooks-actions-filters/

    Let us know how it goes.

    We are here to assist you.

    UK-Sentinel
    Rank Math free

    Thank you

    Anas
    Rank Math business

    Hello,

    If you have any questions in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.

    Thank you.

Viewing 7 replies - 1 through 7 (of 7 total)

The ticket ‘BBPRESS NOINDEX Even Though META says INDEX’ is closed to new replies.