简体   繁体   English

如何从 Google 搜索元描述中删除日期?

[英]How to remove date from Google Search meta description?

How do I remove the date from google search meta description, please check below for further details:如何从谷歌搜索元描述中删除日期,请查看以下详细信息:

在此处输入图片说明

Works with

Yoast SEO搜索引擎优化

To eliminate the date display on the Yoast SEO plugin add this to the theme's functions.php file:要消除Yoast SEO插件上的日期显示,请将添加到主题的functions.php文件中:

add_filter( 'wpseo_show_date_in_snippet_preview', false);

OR或者

add_filter( 'wpseo_show_date_in_snippet_preview', '__return_false' );

Would you please add above code in your active theme functions.php ?你能在你的活动主题functions.php添加上面的代码吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM