If you want to see something other than “Search Engines Blocked” when, well, search engines are blocked, you can use this to customize the text
add_filter('privacy_on_link_text', 'change_privacy_text');
function change_privacy_text() {
_e('Privacy Mode Enabled');
};