china and google

#295398
  • Resolved Mike Rowlands
    Rank Math free

    i’m interested in your product but one of my domains is focused on the Chinese market and I need all references to google removed as this will cause issues with the Great Firewall. Is this possible?

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

    Thank you for contacting the support and bringing your concern to our attention.

    If you wish to remove your pages from Google Search, you manually remove them via Google Search Console. Please refer to this guide here: https://support.google.com/webmasters/answer/9689846?hl=en

    You can also disallow Google bots from your robots.txt, please refer to this guide here: https://developers.google.com/search/docs/advanced/robots/create-robots-txt#:~:text=Google%27s%20crawlers%20support%20the%20following%20directives%20in%20robots.txt%20files%3A

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    thanks, and what about the code for the plugin? will that contain references to google or facebook as this could also prevent this domain getting through their firewall.

    Hello,

    Thank you for your patience.

    Could you please confirm which code are you referring to? Also, please share your website so we can check your site.

    Looking forward to helping you.

    Thank you.

    sorry I was not very clear, will the plugin include references to google or FB in the source code of the pages, that can be picked by the Great Firewall

    Hello,

    By default configuration, Rank Math doesn’t display any Google code (specifically tracking codes) unless you activated Rank Math’s Analytics Module.

    And also, please ensure that you haven’t added anything in your Google Search Console verification code under Rank Math > General Settings > Webmaster Tools.

    As for Facebook, Rank Math generates Open Graph which is also needed for other social platforms.

    If you wish to remove the Open Graph, use the filter below by inserting it in your theme’s functions.php file:

    /**
     * Hook to remove og:tags
     */
    add_action( 'rank_math/head', function() {
    	remove_all_actions( 'rank_math/opengraph/facebook' );
    	remove_all_actions( 'rank_math/opengraph/twitter' );
    });

    Hope this helps you in your current situation.

    Looking forward to helping you.

    ok great, I haven’t installed the yet but it sounds like it will be ok. i will complete by purchase and install. thanks for your help

    Hello,

    We are super happy that we could address your concern and we appreciate your interest in our PRO plugin.

    If you have another question 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)

You must be logged in to reply to this ticket.