密码保护wp内容可能不是一个好主意,可能会破坏您的网站界面。如果你想在google Search中不显示图像,请创建一个机器人。txt文件在您的根目录中托管并添加以下代码。
User-agent: *
Disallow: /wp-admin/
Disallow: /wp-content/
or below if you want to not specific images
User-agent: Googlebot-Image
Disallow: /images/yourImageName.jpg #yourImageName.jpg image for Googlebot
specifically.
- Or Use this plugin and add below code in Settings>Phpinserter
块报价
add_action( \'wp_head\', function() {
if ( is_page( \'your_page_name\' ) ) {
echo \'<meta name="robots" content="noindex">\';
}} );
your specific page will be not index by Google
或者您可以从这里选择插件。这是一种更好的方法,但你必须找到一些免费的
plugins for content restriction.
Some plugins for restriciting page contents