• Resolved pinkfloyd666

    (@pinkfloyd666)


    And why does Google KIT distribute information about the version of the site and woocommerce? After all, it is easier for attackers to hack the site.

    It is better to give administrators the choice to hide such settings. We specifically pay the programmer to hide this data, and your plugin shows everything in the code.
    <meta name=”generator” content=”WordPress 6.2.2″ /> <meta name=”generator” content=”WooCommerce 7.7.0″ />

    <meta name=”generator” content=”WordPress 6.2.2″></meta><meta name=”generator” content=”WooCommerce 7.7.0″></meta>

    <meta name=”generator” content=”WordPress 6.2.2″></meta><meta name=”generator” content=”WooCommerce 7.7.0″></meta>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support James Osborne

    (@jamesosborne)

    Thanks for getting in touch @pinkfloyd666. While Site Kit does print a meta tag to a users site, it doesn’t add any WooCommerce specific information, nor does it print a meta tag related to WooCommerce.

    If you wish to remove the meta generator tag added via Site Kit, you can use the below function, added to a custom themes functions.php file or a plugin to insert custom snippets. I’m also happy to provide you with a mini plugin that does this for you if you wish.
    add_filter( 'googlesitekit_generator', '__return_empty_string' );

    Let me know if you have any questions with the above.

    Plugin Support James Osborne

    (@jamesosborne)

    As we didn’t receive a response I’ll mark this as resolved. Feel free to open a new support topic if you continue to encounter issues, or reopen this topic and we’d be happy to assist.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘And why does Google KIT distribute information about the version of the site and’ is closed to new replies.