' . esc_html__('This feature allows you to block bots which are impersonating as a Googlebot but actually aren\'t. (In other words they are fake Google bots)', 'all-in-one-wp-security-and-firewall') . '

'; $info_msg .= '

'. esc_html__('Googlebots have a unique identity which cannot easily be forged and this feature will identify any fake Google bots and block them from reading your site\'s pages.', 'all-in-one-wp-security-and-firewall').'

'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Variable already escaped. echo $info_msg; ?>
'. esc_html__('Attention', 'all-in-one-wp-security-and-firewall').': '.__('Sometimes non-malicious Internet organizations might have bots which impersonate as a "Googlebot".', 'all-in-one-wp-security-and-firewall').'

'; $info_msg_2 .= '

'.esc_html__('Just be aware that if you activate this feature the plugin will block all bots which use the "Googlebot" string in their User Agent information but are NOT officially from Google (irrespective of whether they are malicious or not).', 'all-in-one-wp-security-and-firewall').'

'; $info_msg_2 .= '

'.esc_html__('All other bots from other organizations such as "Yahoo", "Bing" etc will not be affected by this feature.', 'all-in-one-wp-security-and-firewall').'

'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped -- Variable already escaped. echo $info_msg_2; ?>
output_feature_details_badge("firewall-block-fake-googlebots"); ?>
:
+
'.esc_html__('This feature will check if the User Agent information of a bot contains the string "Googlebot".', 'all-in-one-wp-security-and-firewall').'

'; echo '

'.esc_html__('It will then perform a few tests to verify if the bot is legitimately from Google and if so it will allow the bot to proceed.', 'all-in-one-wp-security-and-firewall').'

'; echo '

'.esc_html__('If the bot fails the checks then the plugin will mark it as being a fake Googlebot and it will block it', 'all-in-one-wp-security-and-firewall').'

'; ?>