How Can i Set RankMath Seo Site Verification To Show in All Pages And Posts?

#19737
  • Resolved Noble John Ozogbuda
    Rank Math free

    Hello Greetings, please i have used other seo plugin like THE SEO FRAMEWORK It have this feature on it default, and jetPack Site Verification Also Has this feature also. So since i like and love RankMath Seo Plugin, I will Like This Feature to Be Implemented or Give me a Code to make it work in my Site…

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    Thank you for contacting Rank Math today.

    This feature already exists in the plugin, you can enter all your webmaster verification codes by heading over to Rank Math > General Settings > Webmaster Tools

    Looking forward to helping you. Thank you.

    ​​​​​​

    That is not what i meant, i mean for it to show in all pages in source code, like that of the seo framework seo plugin…

    Hi Noble,

    Thanks for getting back to us.

    It is not necessary for the verification code to run on all pages since search engines will check them on the homepage < head > section.
    Rank Math adds all the verifications meta code on the homepage using the following core function:

    /**
    	 * Initialize the functions that only need to run on the frontpage.
    	 */
    	public function front_page_specific_init() {
    		if ( ! is_front_page() ) {
    			return;
    		}
    
    		$this->action( 'rank_math/head', 'webmaster_tools_authentication', 90 );
    	}

    I hope this info helps. Thank you.

    can the codes you pasted achieve what i wanted?

    Hi there,

    Thanks for the question.

    Please inspect your homepage source and you will find all the verification codes.
    Kindly share your site URL on the sensitive data section if these don’t exist so that we can check further.

    Thank you.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

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

The ticket ‘How Can i Set RankMath Seo Site Verification To Show in All Pages And Posts?’ is closed to new replies.