Not to show Blog post date in SERPS
-
Hi Guys,
I don’t want my blog post date shown in Google Serps. But I want to keep blog post dates in my theme posts.
At the moment I use this code which I have put in my functions.php
function mb_remove_post_date() { add_filter('the_time', '__return_false'); add_filter('the_date', '__return_false'); add_filter('the_modified_date', '__return_false'); } add_action('loop_start', 'mb_remove_post_date');
But this code is not perfect because now also my blog post date is not shown anymore.
Please help or advise.
Thank you
Karsten
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Not to show Blog post date in SERPS’ is closed to new replies.